ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/rest-api/class-wp-rest-server.php

WP_REST_Server::get_max_batch_size()

Method: Gets the maximum number of requests that can be included in a batch.

Source: wp-includes/rest-api/class-wp-rest-server.php:1603

Used by 0 functions | Uses 0 functions

rest_get_max_batch_size

Filter Hook: Filters the maximum number of REST API requests that can be included in a batch.

Source: wp-includes/rest-api/class-wp-rest-server.php:1611

Used by 0 functions | Uses 0 functions

WP_REST_Server::serve_batch_request_v1()

Method: Serves the batch/v1 request.

Source: wp-includes/rest-api/class-wp-rest-server.php:1622

Used by 0 functions | Uses 0 functions

WP_REST_Server::is_dispatching()

Method: Returns whether the REST server is currently dispatching / responding to a request.

Source: wp-includes/rest-api/class-wp-rest-server.php:1063

Used by 0 functions | Uses 0 functions

WP_REST_Server::match_request_to_handler()

Method: Matches a request object to its handler.

Source: wp-includes/rest-api/class-wp-rest-server.php:1076

Used by 0 functions | Uses 0 functions

WP_REST_Server::respond_to_request()

Method: Dispatches the request to the callback handler.

Source: wp-includes/rest-api/class-wp-rest-server.php:1162

Used by 0 functions | Uses 0 functions

WP_REST_Server::add_active_theme_link_to_index()

Method: Adds a link to the active theme for users who have proper permissions.

Source: wp-includes/rest-api/class-wp-rest-server.php:1333

Used by 0 functions | Uses 0 functions

WP_REST_Server::add_site_logo_to_index()

Method: Exposes the site logo through the WordPress REST API.

Source: wp-includes/rest-api/class-wp-rest-server.php:1365

Used by 0 functions | Uses 0 functions

WP_REST_Server::add_site_icon_to_index()

Method: Exposes the site icon through the WordPress REST API.

Source: wp-includes/rest-api/class-wp-rest-server.php:1381

Used by 0 functions | Uses 0 functions

WP_REST_Server::add_image_to_index()

Method: Exposes an image through the WordPress REST API.

Source: wp-includes/rest-api/class-wp-rest-server.php:1400

Used by 0 functions | Uses 0 functions
1 2 … 6 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy