W3cubDocs

/WordPress

apply_filters( ‘rest_url_prefix’, string $prefix )

Filters the REST URL prefix.

Parameters

$prefixstring
URL prefix. Default 'wp-json'.

Source

return apply_filters( 'rest_url_prefix', 'wp-json' );

Changelog

Version Description
4.4.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/rest_url_prefix