Advertisement
phpface

Untitled

Jul 24th, 2017
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.41 KB | None | 0 0
  1.             $data = wp_parse_args( $data, array(
  2.                 'username'          =>  '',
  3.                 'user_email'        =>  '',
  4.                 'cptch_number'      =>  '',
  5.                 'cptch_result'      =>  '',
  6.                 'cptch_time'        =>  '',
  7.                 'cptch_form'        =>  ''
  8.             ) );
  9.            
  10.             $_REQUEST['cptch_number'] = $data['cptch_number'];
  11.             $_REQUEST['cptch_result'] = $data['cptch_result'];
  12.             $_REQUEST['cptch_time'] = $data['cptch_time'];
  13.             $_REQUEST['cptch_form'] = $data['cptch_form'];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement