Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter GuerrillaCode

    (@guerrillacode)

    Okay, I fixed my own error.

    The problem was that I was using a static method, and inside a static function $this does not exist.

    Simply had to make the function non-static like so:

    public function register_wpidSwiper_menu_page() {
        //code here
    }
Viewing 1 replies (of 1 total)