mwform_default_settings

mwform_default_settings

Hook Type: filter

See hook in core

Displaying hooks found in version: mw-wp-form.5.1.0

apply_filters('mwform_default_settings') is found 1 times:

  • /classes/controllers/class.admin.php line 503

    Warning: Undefined array key 507 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 508 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    			return $value;
    		}
    
    		if ( 'auto-draft' === $post->post_status ) {
    			return apply_filters( 'mwform_default_settings', null, $key );
    		}
    		return '';
    	}
    }