Advertisement
Guest User

Untitled

a guest
May 21st, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. add_action( 'init', function() {
  2.     add_filter( 'notification/load/default/triggers', '__return_true' );
  3. }, 60 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement