rest_output_rsd

函数


rest_output_rsd ( No parameters )
相关
  • get_rest_url()
定义位置
  • wp-includes/rest-api.php
    , line 962
引入
4.4.0
弃用

Adds the REST API URL to the WP RSD endpoint.

function rest_output_rsd() {
	$api_root = get_rest_url();

	if ( empty( $api_root ) ) {
		return;
	}
	?>