Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. function add_shortcode( $tag, $func, $has_name = false ) {
  2. if ( is_callable( $func ) )
  3. $this->shortcode_tags[$tag] = array(
  4. 'function' => $func,
  5. 'has_name' => (boolean) $has_name );
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement