Jetpack_Admin_Page::is_rest_api_enabled PHP Method

is_rest_api_enabled() public method

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