Title: [Plugin: Contact Form 7] About custom Module
Last modified: August 19, 2016

---

# [Plugin: Contact Form 7] About custom Module

 *  [harrysudana](https://wordpress.org/support/users/harrysudana/)
 * (@harrysudana)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-about-custom-module/)
 * Hello,
 * I just want to know, after upgrade Contact Form 7 the module that i upload is
   deleted also.
 * Is there any way to make it not removed automatically? or is there need to register
   in some part to tell that the modules is used by another plugins so that there
   is no need to re-upload again?
 * Best Regards

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-about-custom-module/#post-1165313)
 * [@harrysudana](https://wordpress.org/support/users/harrysudana/) You can make
   your module as an independent plugin. For example, define a function of module
   process, and load it on ‘init’ action, like this:
 * _your-module-as-a-plugin.php_
 *     ```
       function your_module_for_contactform7() {
       	... your module's codes here ...
       }
   
       add_action( 'init', 'your_module_for_contactform7' );
       ```
   
 *  [maperip](https://wordpress.org/support/users/maperip/)
 * (@maperip)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-about-custom-module/#post-1165580)
 * Please inform me where is the ‘init’ action so I can use a form in my wp blog.
   
   Thank you. Maperip.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Contact Form 7] About custom Module’ is closed to new replies.

 * 2 replies
 * 3 participants
 * Last reply from: [maperip](https://wordpress.org/support/users/maperip/)
 * Last activity: [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-about-custom-module/#post-1165580)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
