rest_prepare_application_password

rest_prepare_application_password

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('rest_prepare_application_password') is found 1 times:

  • /wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php line 646
    		 * @param WP_REST_Response $response The response object.
    		 * @param array            $item     The application password array.
    		 * @param WP_REST_Request  $request  The request object.
    		 */
    		return apply_filters( 'rest_prepare_application_password', $response, $item, $request );
    	}
    
    	/**
    	 * Prepares links for the request.
    	 *
    	 * @since 5.6.0