rest_output_link_wp_head

Advertisement

Summery Summery

Outputs the REST API link tag into page header.

Syntax Syntax

rest_output_link_wp_head()

Source Source

File: wp-includes/rest-api.php

	} else {
		$new_data = _rest_array_intersect_key_recursive( $data, $fields_as_keyed );
	}

	$response->set_data( $new_data );

	return $response;
}

Advertisement

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

See also See also

Advertisement

Leave a Reply