Skip to content

Instantly share code, notes, and snippets.

View JoKolov's full-sized avatar

Joffrey Nicoloff JoKolov

View GitHub Profile
@JoKolov
JoKolov / contact-form-7-locale.php
Last active March 21, 2024 10:02
WordPress shortcode Contact Form 7 Locale : [contact-form-7-locale default="{id}" en="{id}"]
if ( ! function_exists( "a3w_locale_contact_form_7_shortcode" ) ) :
add_shortcode( "contact-form-7-locale", "a3w_locale_contact_form_7_shortcode" );
/*
* Shortcode [contact-form-7-locale default="0" fr="0" es="0"]
* Display CF7 form depending on locale
*
* Usage example:
* [contact-form-7-locale default="{cf7_form_id}" en="{cf7_form_id_en}" html_id="{cf7_form_id_optional}" html_class="{cf7_form_class_optional}"]