• Resolved moni

    (@muneeba)


    Hi.
    I installed this plugin in site I am using Total Theme but plugin does not executing function. here is code.
    /**
    Contact form on every posts
    */
    function contactform_for_every_post( $content ) {
    if ( is_singular(‘post’) ) {
    $contactform = ‘[contact-form-7 id=”179″ title=”Help Provide”]’;
    echo ‘<h3>I want to provide Help</h3>’;
    echo do_shortcode($contactform);
    }
    }

    add_action(‘x_before_the_content_end’, ‘contactform_for_every_post’);

Viewing 1 replies (of 1 total)
  • Plugin Author arthur-gareginyan

    (@arthur-gareginyan)

    @muneeba Hi,

    This may be caused by caching system. Maybe you have using some caching plugin installed in your website or some caching service such as CloudFlare?

    Just refresh all caches of your website including the cache of your web browser and all will be fine ??

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin not working’ is closed to new replies.