Jetpack_Admin_Page::is_rest_api_enabled PHP Méthode

is_rest_api_enabled() public méthode

Checks if REST API is enabled.
Since: 4.4.2
public is_rest_api_enabled ( ) : boolean
Résultat boolean
    function is_rest_api_enabled()
    {
        return apply_filters('rest_enabled', true) && apply_filters('rest_jsonp_enabled', true) && apply_filters('rest_authentication_errors', true);
    }