Exemple #1
0
function wpcf7()
{
    wpcf7_load_textdomain();
    wpcf7_load_modules();
    /* Shortcodes */
    add_shortcode('contact-form-7', 'wpcf7_contact_form_tag_func');
    add_shortcode('contact-form', 'wpcf7_contact_form_tag_func');
}
Exemple #2
0
function wpcf7()
{
    global $wpcf7, $wpcf7_shortcode_manager;
    if (!is_object($wpcf7)) {
        $wpcf7 = (object) array('processing_within' => '', 'widget_count' => 0, 'unit_count' => 0, 'global_unit_count' => 0, 'result' => array(), 'request_uri' => null);
    }
    $wpcf7_shortcode_manager = new WPCF7_ShortcodeManager();
    wpcf7_load_textdomain();
    wpcf7_load_modules();
}
function wpcf7()
{
    wpcf7_load_textdomain();
    wpcf7_load_modules();
}