Advertisement
verygoodplugins

Untitled

Feb 10th, 2020
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. add_filter( 'wpf_end_auto_login_request_uris', function( $uris ) {
  2.     $uris[] = 'start';
  3.     return $uris;
  4. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement