Changeset 53302 for trunk/src/wp-includes/class-wp-theme-json.php
- Timestamp:
- 04/28/2022 09:57:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r53129 r53302 1539 1539 * @since 6.0.0 1540 1540 * 1541 * @param array $data The data to inspect.1542 * @param bool|array $path Boolean or path to a boolean.1541 * @param array $data The data to inspect. 1542 * @param bool|array $path Boolean or path to a boolean. 1543 1543 * @param bool $default Default value if the referenced path is missing. 1544 * @return boolean 1544 * Default false. 1545 * @return bool Value of boolean metadata. 1545 1546 */ 1546 1547 protected static function get_metadata_boolean( $data, $path, $default = false ) {
Note: See TracChangeset
for help on using the changeset viewer.