add_action('init', 'process_post_data');
function process_post_data() { if( isset( $_POST ) ) { // process $_POST data here } }