Plugin Directory

Changeset 2627829


Ignore:
Timestamp:
11/11/2021 02:34:31 AM (4 years ago)
Author:
thanminhtu
Message:

Fix : Contact Form 7 not active

Location:
wpcf7-extended/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wpcf7-extended/trunk/modules/confirm/cf7-extended-modules.php

    r2627826 r2627829  
    1414
    1515    add_action( 'init', 'cf7e_extended_modules_confirm_init', 10 );
    16     function cf7e_extended_modules_confirm_init() {
    17         if ( ! class_exists( 'WPCF7_ContactForm' ) ) {
    18             return false;
    19         }
     16    function cf7e_extended_modules_confirm_init() {     
    2017
    2118        if ( isset( $_POST['_cf7e'] ) && sanitize_text_field($_POST["_cf7e"])  == 'confirm' ) {
  • wpcf7-extended/trunk/readme.txt

    r2627826 r2627829  
    22Contributors: TUTM
    33Donate link: https://www.paypal.me/tutm
    4 Tags: contact form 7, cf7, cf7 confirm, contact form 7 confirm
     4Tags: contact form 7 confirm, cf7 confirm, confirm, contact form 7, cf7
    55Requires at least: 4.8
    66Tested up to: 5.8.1
  • wpcf7-extended/trunk/wpcf7-extended.php

    r2627826 r2627829  
    1313/* Copyright 2021 - TUTM */
    1414
     15if ( ! class_exists( 'WPCF7_ContactForm' ) ) {
     16    return false;
     17}
    1518
    1619define( 'CF7E_VERSION', '1.0.1' );
Note: See TracChangeset for help on using the changeset viewer.