wordpress / latest / hooks / rest_url_prefix.html

apply_filters( 'rest_url_prefix', string $prefix )

Filters the REST URL prefix.

Parameters

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

Source

File: wp-includes/rest-api.php. View all references

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

Used By

Used By Description

Changelog

Version Description
4.4.0 Introduced.

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