/** * */ public function printScriptsMessages() { parent::printScriptsMessages(); if ($this->isValidPostType()) { wp_register_script('vc_grid_item_editor', vc_asset_url('js/params/vc_grid_item/editor.js'), array('wpb_js_composer_js_custom_views'), WPB_VC_VERSION, true); wp_localize_script('vc_grid_item_editor', 'i18nLocaleGItem', array('preview' => __('Preview', 'js_composer'), 'builder' => __('Builder', 'js_composer'), 'add_template_message' => __('If you add this template, all your current changes will be removed. Are you sure you want to add template?', 'js_composer'))); wp_enqueue_script('vc_grid_item_editor'); } }
public function enqueueJs() { parent::enqueueJs(); wp_enqueue_script('vc_grid_item_editor'); }