Prints a signature so we can ensure the Customizer was properly executed.
Source
public function customize_preview_signature() {
_deprecated_function( __METHOD__, '4.7.0' );
}
CARVIEW |
This method has been deprecated.
Prints a signature so we can ensure the Customizer was properly executed.
public function customize_preview_signature() {
_deprecated_function( __METHOD__, '4.7.0' );
}
Uses | Description |
---|---|
_deprecated_function()wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.