rest_authentication_errors, true
rest_authentication_errors, true
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('rest_authentication_errors, true') is found 1 times:
- /_inc/lib/admin-pages/class.jetpack-admin-page.php line 163
public function is_rest_api_enabled() { return /** This filter is documented in wp-includes/rest-api/class-wp-rest-server.php */ apply_filters( 'rest_enabled', true ) && /** This filter is documented in wp-includes/rest-api/class-wp-rest-server.php */ apply_filters( 'rest_authentication_errors', true ); } /** * Checks the site plan and deactivates modules that were active but are no longer included in the plan. * * @since 4.4.0