wpcf7_contact_form_shortcode

wpcf7_contact_form_shortcode

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

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_contact_form_shortcode') is found 1 times:

  • /includes/contact-form.php line 1361

    Warning: Undefined array key 1365 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 1366 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    				$title
    			);
    		}
    
    		return apply_filters( 'wpcf7_contact_form_shortcode',
    			$shortcode, $args, $this
    		);
    	}
    }