Advertisement
verygoodplugins

Untitled

Jul 16th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. function wpf_import_all() {
  2.  
  3.     if( isset( $_REQUEST['wpf_action'] ) ) {
  4.         $_REQUEST['wpf_action'] = 'add';
  5.     }
  6.  
  7. }
  8.  
  9. add_action( 'init', 'wpf_import_all', 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement