wp-includes/class-wp-theme-json-schema.php


Lines:

1 to 19 of 19
<?php

/**
 * WP_Theme_JSON_Schema class
 *
 * @package WordPress
 * @subpackage Theme
 * @since 5.9.0
 */

#[AllowDynamicProperties]
/* class WP_Theme_JSON_Schema */
/* function WP_Theme_JSON_Schema::migrate() – Function that migrates a given theme.json structure to the last version. */
/* function WP_Theme_JSON_Schema::migrate_v1_to_v2() – Removes the custom prefixes for a few properties
that were part of v1: */
/* function WP_Theme_JSON_Schema::rename_paths() – Processes the settings subtree. */
/* function WP_Theme_JSON_Schema::rename_settings() – Processes a settings array, renaming or moving properties. */
/* function WP_Theme_JSON_Schema::unset_setting_by_path() – Removes a property from within the provided settings by its path. */
 

 View on GitHub View on Trac

Called by

    Invoked by

      Calls

      Call hooks

      API Letters: ,,,