WP_Customize_Code_Editor_Control::render_content() WordPress Method
The WP_Customize_Code_Editor_Control::render_content() method is used to display the editor for code editing settings. This is used to add syntax highlighting and error checking to the WordPress Customizer.
WP_Customize_Code_Editor_Control::render_content() #
Don’t render the control content from PHP, as it’s rendered via JS on load.
Source
File: wp-includes/customize/class-wp-customize-code-editor-control.php
public function render_content() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |