wpcf7_posted_data_{$tag->type}

wpcf7_posted_data_{$tag->type}

Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.5.9.4

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

  • /includes/submission.php line 389
    					}, $value );
    				}
    			}
    
    			$value = apply_filters( "wpcf7_posted_data_{$tag->type}",
    				$value,
    				$value_orig,
    				$tag
    			);
    
    			$posted_data[$tag->name] = $value;