Skip to content
  • Log In
  • Register
WordPress.org
  • News
  • Download & Extend
    • Get WordPress
    • Themes
    • Patterns
    • Plugins
    • Openverse
    • Mobile
    • Hosting
  • Learn
    • Learn WordPress
    • Documentation
    • Forums
    • WordPress.tv
    • Developers
  • Community
    • Make WordPress
    • WordCamp
    • Meetups
    • Photo Directory
    • Job Board
    • Five for the Future
  • About
    • About WordPress
    • Showcase
    • Gutenberg
    • Enterprise
  • Get WordPress
Get WordPress

Developer Resources

Browse: Home / Reference / wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php

WP_REST_Application_Passwords_Controller::get_current_item_permissions_check()

Method: Checks if a given request has access to get the currently used application password for a user.

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

Used by 0 functions | Uses 6 functions

WP_REST_Application_Passwords_Controller::get_current_item()

Method: Retrieves the application password being currently used for authentication of a user.

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

Used by 0 functions | Uses 7 functions

WP_REST_Application_Passwords_Controller::prepare_links()

Method: Prepares links for the request.

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

Used by 1 function | Uses 1 function

WP_REST_Application_Passwords_Controller::get_user()

Method: Gets the requested user.

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

Used by 16 functions | Uses 10 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 5 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::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 1 function

WP_REST_Application_Passwords_Controller::do_permissions_check()

Method: Performs a permissions check for the request.

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

Used by 0 functions | Uses 7 functions

WP_REST_Application_Passwords_Controller::prepare_item_for_database()

Method: Prepares an application password for a create or update operation.

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

Used by 2 functions | Uses 1 function

rest_pre_insert_application_password

Filter Hook: Filters an application password before it is inserted via the REST API.

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

Used by 1 function | Uses 0 functions

WP_REST_Application_Passwords_Controller::prepare_item_for_response()

Method: Prepares the application password for the REST response.

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

Used by 6 functions | Uses 5 functions

rest_prepare_application_password

Filter Hook: Filters the REST API response for an application password.

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

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 9 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 6 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 3 functions

WP_REST_Application_Passwords_Controller::get_items_permissions_check()

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

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

Used by 0 functions | Uses 6 functions

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 6 functions

WP_REST_Application_Passwords_Controller::get_items()

Method: Retrieves a collection of application passwords.

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

Used by 0 functions | Uses 4 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 5 functions

WP_REST_Application_Passwords_Controller::get_item_permissions_check()

Method: Checks if a given request has access to get a specific application password.

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

Used by 0 functions | Uses 6 functions

WP_REST_Application_Passwords_Controller::get_item()

Method: Retrieves one application password from the collection.

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

Used by 0 functions | Uses 3 functions

WP_REST_Application_Passwords_Controller::create_item_permissions_check()

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

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

Used by 0 functions | Uses 6 functions

WP_REST_Application_Passwords_Controller::create_item()

Method: Creates an application password.

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

Used by 0 functions | Uses 9 functions

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::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 6 functions

WP_REST_Application_Passwords_Controller

Class: Core class to access a user’s application passwords via the REST API.

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

Used by 0 functions | Uses 1 function

WP_REST_Application_Passwords_Controller::__construct()

Method: Application Passwords controller constructor.

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

Used by 1 function | Uses 0 functions

WP_REST_Application_Passwords_Controller::register_routes()

Method: Registers the REST API routes for the application passwords controller.

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

Used by 0 functions | Uses 2 functions
  • About
  • News
  • Hosting
  • Donate
  • Swag
  • Documentation
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org
  • Visit our Facebook page
  • Visit our Twitter account
  • Visit our Instagram account
  • Visit our LinkedIn account
Code is Poetry