Warning: This method has been deprecated.
WP_Customize_Manager::customize_preview_base() WordPress Method
The WP_Customize_Manager::customize_preview_base() method is used to set the base URL for the customizer preview. This is used to ensure that the preview URL is properly formed when using the customizer with a network.
WP_Customize_Manager::customize_preview_base() #
Prints base element for preview frame.
Source
File: wp-includes/class-wp-customize-manager.php
public function customize_preview_base() { _deprecated_function( __METHOD__, '4.7.0' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.7.0 | This method has been deprecated. |
3.4.0 | Introduced. |