'text/css', 'codemirror' => array( 'lineWrapping' => true, ), ) ); wp_localize_script( 'jquery', 'cm_settings', $cm_settings ); wp_enqueue_script( 'wp-theme-plugin-editor' ); wp_enqueue_style( 'wp-codemirror' ); } /** * Add inline style for wpLingua custom CSS */ $custom_css = get_option( 'wplng_custom_css' ); if ( ! empty( $custom_css ) && is_string( $custom_css ) ) { $custom_css = wp_strip_all_tags( $custom_css ); // Prevent breaking out of the