Advertisement
verygoodplugins

Untitled

Jan 25th, 2019
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. function set_my_cookie() {
  2.    
  3.     if( defined( 'DOING_WPF_AUTO_LOGIN' ) ) {
  4.  
  5.         // Do my stuff
  6.  
  7.     }
  8.  
  9. }
  10.  
  11. add_action('init', 'set_my_cookie');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement