Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. if ( ! function_exists( 'my_func' ) ) {
  2. /**
  3. * Title.
  4. *
  5. * @return void
  6. */
  7. function my_func() {
  8.  
  9. }
  10. }
  11. add_action( '', '', 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement