wpcf7_posted_data

wpcf7_posted_data

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_posted_data') is found 1 times:

  • /includes/submission.php line 402
    				$this->meta['do_not_store'] = true;
    			}
    		}
    
    		$this->posted_data = apply_filters( 'wpcf7_posted_data', $posted_data );
    
    		$this->posted_data_hash = $this->create_posted_data_hash();
    
    		return $this->posted_data;
    	}
    
    

See this hook used in plugins: