Replies: 0
Hi there,
In line 84 of the va_simple_expires.php, there is a call to add_action to call plugins_loaded method, but it’s not defined in the file.
add_action( 'plugins_loaded', array( &$this, 'plugins_loaded' ) );
Please look into it when you get a chance.