Guest User

Untitled

a guest
Oct 22nd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function add_action($tag, $function_to_add, $priority = 10, $accepted_args = 1) {
  2. return add_filter($tag, $function_to_add, $priority, $accepted_args);
  3. }
Add Comment
Please, Sign In to add comment