WP_Customize_Background_Position_Control::render_content
Don't render the control content from PHP, as it's rendered via JS on load.
Method of the class: WP_Customize_Background_Position_Control{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WP_Customize_Background_Position_Control = new WP_Customize_Background_Position_Control(); $WP_Customize_Background_Position_Control->render_content();
Changelog
| Since 4.7.0 | Introduced. |
WP_Customize_Background_Position_Control::render_content() WP Customize Background Position Control::render content code WP 6.9.1
public function render_content() {}