Advertisement
bowenac

Untitled

Jan 24th, 2014
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. function add_plugin_2($plugin_array) {  
  2.    $plugin_array['shortcode'] = get_template_directory_uri().'/tinymce/customcode.js';
  3.    return $plugin_array;  
  4.    
  5. }
  6. include ('shortcode-options.php');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement