WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about rest_url_prefix

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/rest-api.php apply_filters 431 /**
* Filters the REST URL prefix.
*
* @since 4.4.0
*
* @param string $prefix URL prefix. Default 'wp-json'.
*/

Hook Parameters

Parameter Type Name Description
string $prefix URL prefix. Default 'wp-json'.