Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function set_my_cookie() {
- if( defined( 'DOING_WPF_AUTO_LOGIN' ) ) {
- // Do my stuff
- }
- }
- add_action('init', 'set_my_cookie');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement