' . '' . '' . __( 'Manage options', 'js_composer' ) . '' . '
'; } /** * @since 4.2 */ function vc_options_include_templates() { require_once vc_path_dir( 'TEMPLATES_DIR', 'params/options/templates.html' ); } add_action( 'admin_footer', 'vc_options_include_templates' );