wpcf7_form_tag_data_option

wpcf7_form_tag_data_option

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_form_tag_data_option') is found 1 times:

  • /includes/form-tag.php line 458
    	 */
    	public function get_data_option( $args = '' ) {
    		$options = (array) $this->get_option( 'data' );
    
    		return apply_filters( 'wpcf7_form_tag_data_option', null, $options, $args );
    	}
    
    
    	/**
    	 * Retrieves the limit option value from the form-tag.
    	 *
    

See this hook used in plugins: