Forums
(@guerrillacode)
11 years, 8 months ago
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 }