WP_Customize_Manager::customize_preview_signature()
- Since
- 3.4.0
- Source
wp-includes/class-wp-customize-manager.php:2239
Prints a signature so we can ensure the Customizer was properly executed.
Uses · 1
- _deprecated_function()Marks a function as deprecated and inform when it has been used.
Source
public function customize_preview_signature() { _deprecated_function( __METHOD__, '4.7.0' ); }History
Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
4.7.0
Deprecated.from the docblock
3.4.0
Introduced.from the docblock
About this page
- Parsed data
- Generated from the wordpress-develop 7.0.4 tag, from
src/wp-includes/class-wp-customize-manager.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it. - Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.