wpcf7_posted_data_{$type}

wpcf7_posted_data_{$type}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.5.8.7

apply_filters('wpcf7_posted_data_{$type}') is found 1 times:

  • /includes/submission.php line 452
    					unset( $posted_data[$name . '_free_text'] );
    				}
    			}
    
    			$value = apply_filters( "wpcf7_posted_data_{$type}", $value,
    				$value_orig, $tag
    			);
    
    			$posted_data[$name] = $value;
    
    			if ( $tag->has_option( 'consent_for:storage' )