needsync = $args['needsync']; } } /** * Enqueue scripts */ public function enqueue() { wp_enqueue_style( 'customizer_text_editor_css', get_template_directory_uri() . '/customizer-page-editor/css/customizer-page-editor.css', array(), CUSTOMIZER_PAGE_EDITOR_VERSION ); wp_enqueue_script( 'customizer_text_editor', get_template_directory_uri() . '/customizer-page-editor/js/customizer-text-editor.js', array( 'jquery', 'customize-preview', ), CUSTOMIZER_PAGE_EDITOR_VERSION, true ); } /** * Render the content on the theme customizer page */ public function render_content() { ?>