ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php
  • Page 2

rest_after_insert_application_password

Action Hook: Fires after a single application password is completely created or updated via the REST API.

Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:273

Used by 2 functions | Uses 0 functions

WP_REST_Application_Passwords_Controller::get_application_password()

Method: Gets the requested application password for a user.

Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:745

Used by 3 functions | Uses 1 function

WP_REST_Application_Passwords_Controller::update_item_permissions_check()

Method: Checks if a given request has access to update application passwords.

Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:292

Used by 0 functions | Uses 2 functions

WP_REST_Application_Passwords_Controller::get_collection_params()

Method: Retrieves the query params for the collections.

Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:772

Used by 1 function | Uses 0 functions

WP_REST_Application_Passwords_Controller::update_item()

Method: Updates an application password.

Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:318

Used by 0 functions | Uses 6 functions

WP_REST_Application_Passwords_Controller::get_item_schema()

Method: Retrieves the application password’s schema, conforming to JSON Schema.

Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:785

Used by 0 functions | Uses 0 functions

WP_REST_Application_Passwords_Controller::delete_items_permissions_check()

Method: Checks if a given request has access to delete all application passwords for a user.

Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:366

Used by 0 functions | Uses 2 functions

WP_REST_Application_Passwords_Controller::delete_items()

Method: Deletes all application passwords for a user.

Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:392

Used by 0 functions | Uses 1 function

WP_REST_Application_Passwords_Controller::delete_item_permissions_check()

Method: Checks if a given request has access to delete a specific application password for a user.

Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:421

Used by 0 functions | Uses 2 functions

WP_REST_Application_Passwords_Controller::delete_item()

Method: Deletes an application password for a user.

Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:447

Used by 0 functions | Uses 3 functions
« Previous 1 2 3 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy