WP_Theme_JSON::remove_indirect_properties( array $input, array $output )

In this article

This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Removes indirect properties from the given input node and sets in the given output node.

Parameters

$inputarrayrequired
Node to process.
$outputarrayrequired
The processed node. Passed by reference.

Source

		}
	}

	return $default_value;
}

/**
 * Merges new incoming data.
 *
 * @since 5.8.0
 * @since 5.9.0 Duotone preset also has origins.
 *
 * @param WP_Theme_JSON $incoming Data to merge.

Changelog

VersionDescription
6.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.