Plugin Directory

Changeset 839932


Ignore:
Timestamp:
01/16/2014 09:57:39 PM (12 years ago)
Author:
mbence
Message:

Added support for Formidable forms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • reload/trunk/reload.php

    r839879 r839932  
    5252            $this->getOptions();
    5353
     54            // support for Formidable forms (http://wordpress.org/plugins/formidable/)
     55            add_action('frm_after_create_entry', array(&$this, 'touchContentCheckFile'), 5);
     56           
    5457            if (is_admin()) {
    5558                // backend init
    5659                register_deactivation_hook( __FILE__, array(&$this, 'deactivate') );
    5760                add_action( 'save_post', array(&$this, 'touchContentCheckFile') );
    58                 // support for Formidable forms (http://wordpress.org/plugins/formidable/)
    59                 add_action('frm_after_create_entry', array(&$this, 'touchContentCheckFile'));
    6061                // ajax
    6162                add_action( 'wp_ajax_nopriv_reload_monitor', array(&$this, 'startMonitor'));
Note: See TracChangeset for help on using the changeset viewer.