Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function wpf_import_all() {
- if( isset( $_REQUEST['wpf_action'] ) ) {
- $_REQUEST['wpf_action'] = 'add';
- }
- }
- add_action( 'init', 'wpf_import_all', 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement