• I get the following message:

    Fatal error: Call to undefined method Flare::action() in /home/loveme12/public_html/hooplahappiness.com/wp-content/plugins/flare/flare.php on line 599

    function ajax_blog_feed( ) {
    if( !FLARE_IS_AJAX_REQUEST ) {
    wp_redirect( $this->action( ) );
    exit ;
    }

    Line 599 is the wp_redirect line!

    Any ideas?

    https://ww.wp.xz.cn/plugins/flare/

The topic ‘Fatal error message’ is closed to new replies.