Guest User

Untitled

a guest
Jun 23rd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. function cdcf_enqueue_scripts($hook_suffix) {
  2. if($hook_suffix === 'classifieds_page_cdcf_page_create') {
  3. wp_enqueue_script('tiny_mce');
  4. wp_enqueue_script('jquery-ui-datepicker', '/wp-content/plugins/classifieds/ui.datepicker.min.js' , array('jquery', 'jquery-ui-core'));
  5. wp_enqueue_style('jquery-ui-datepicker', '/wp-content/plugins/classifieds/ui.datepicker.css');
  6. }
  7. }
Add Comment
Please, Sign In to add comment