¿ /** * Retrieves the object type for register_rest_field(). * * @since 4.7.0 * * @return string The REST field type, such as post type name, taxonomy name, 'comment', or `user`. */ ¬ /** * Prepares links for the search result. * * @since 5.6.0 * * @param string $id Item ID, the post format slug. * @return array Links for the given item. */ ãþí°œ À /** * Retrieves the current Sitemaps server instance. * * @since 5.5.0 * * @global WP_Sitemaps $wp_sitemaps Global Core Sitemaps instance. * * @return WP_Sitemaps Sitemaps instance. */ Æ /** * Initiates all sitemap functionality. * * If sitemaps are disabled, only the rewrite rules will be registered * by this method, in order to properly send 404s. * * @since 5.5.0 */ ¹ /** * Builds the URL for the sitemap index. * * @since 5.5.0 * * @global WP_Rewrite $wp_rewrite WordPress rewrite component. * * @return string The sitemap index URL. */ í°œ ³ /** * Returns the list of supported object subtypes exposed by the provider. * * @since 5.5.0 * * @return array List of object subtypes objects keyed by their name. */ ãþí°œ Á /** * Gets the URL for the sitemap stylesheet. * * @since 5.5.0 * * @global WP_Rewrite $wp_rewrite WordPress rewrite component. * * @return string The sitemap stylesheet URL. */ Å /** * Returns the query args for retrieving posts to list in the sitemap. * * @since 5.5.0 * * @param string $post_type Post type name. * @return array Array of WP_Query arguments. */ ¹ /** * Setting ancestor makes a block available only inside the specified * block types at any position of the ancestor's block subtree. * * @since 6.0.0 * @var array|null */ í°œ © /** * Registered block styles, as `$block_name => $block_style_name => $block_style_properties` multidimensional arrays. * * @since 5.3.0 * * @var array[] */ í°œ ãþí°œ ¹ /** * Retrieves all registered block styles. * * @since 5.3.0 * * @return array[] Array of arrays containing the registered block styles properties grouped by block type. */ uA ´ /** * Unset a block. * * @since 5.5.0 * * @link https://www.php.net/ma