Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter madvic

    (@madvic)

    Add in the constructor (line 30) :
    define("helf_vhp",0);

    public function __construct() {
    		define("helf_vhp",0);
            add_action( 'init', array( &$this, 'init' ) );
            //add_action( 'admin_bar_menu', array( $this, 'varnish_links' ), 100 );
            add_action( 'rightnow_end', array( $this, 'varnish_rightnow' ) );
        }
    Plugin Contributor Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Yikes! Will be fixed soon.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error with helf_vhp’ is closed to new replies.