PHP Strict Standards
-
Hi. Got this notice in latest version
Accessing static property Admin_Apple_Meta_Boxes::$version as non static
Fix:
$this->version
to$this::$version
in/admin/class-admin-apple-meta-boxes.php, line 332
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP Strict Standards’ is closed to new replies.