Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'wpf_end_auto_login_request_uris', function( $uris ) {
- $uris[] = 'start';
- return $uris;
- } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement