Title: Plugin not working
Last modified: December 8, 2016

---

# Plugin not working

 *  Resolved [moni](https://wordpress.org/support/users/muneeba/)
 * (@muneeba)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/plugin-not-working-456/)
 * 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](https://wordpress.org/support/users/arthur-gareginyan/)
 * (@arthur-gareginyan)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/plugin-not-working-456/#post-8710328)
 * [@muneeba](https://wordpress.org/support/users/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.

 * ![](https://s.w.org/plugins/geopattern-icon/my-custom-functions_0e1030.svg)
 * [My Custom Functions](https://wordpress.org/plugins/my-custom-functions/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/my-custom-functions/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/my-custom-functions/)
 * [Active Topics](https://wordpress.org/support/plugin/my-custom-functions/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/my-custom-functions/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/my-custom-functions/reviews/)

## Tags

 * [custom function](https://wordpress.org/support/topic-tag/custom-function/)

 * 1 reply
 * 2 participants
 * Last reply from: [arthur-gareginyan](https://wordpress.org/support/users/arthur-gareginyan/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/plugin-not-working-456/#post-8710328)
 * Status: resolved