Tagged: error message, wp-helpers
- This topic has 1 reply, 2 voices, and was last updated 5 years, 11 months ago by
Steve.
Viewing 1 reply thread
-
AuthorPosts
-
-
February 19, 2016 at 9:41 pm #5959
mcmasterMemberThese errors started appearing both in admin and on the front end after I made a bunches of changes using WP Helpers:
Notice: Undefined variable: priority in /Users/donna/Sites/lcso/wp-content/plugins/wp-helpers/wp-helpers.php on line 488 Notice: Undefined variable: priority in /Users/donna/Sites/lcso/wp-content/plugins/wp-helpers/wp-helpers.php on line 488 Notice: Undefined index: in /Users/donna/Sites/lcso/wp-content/plugins/wp-helpers/wp-helpers.php on line 488 Notice: Undefined variable: priority in /Users/donna/Sites/lcso/wp-content/plugins/wp-helpers/wp-helpers.php on line 488 Notice: Undefined variable: priority in /Users/donna/Sites/lcso/wp-content/plugins/wp-helpers/wp-helpers.php on line 488 Notice: Undefined index: in /Users/donna/Sites/lcso/wp-content/plugins/wp-helpers/wp-helpers.php on line 488I was able to clear it up by adding
"&& isset($priority)"as shown:if(!empty($filter) && isset($priority) ) { remove_action($filter, $tag, $priority, $wp_filter[$filter][$priority][$tag]['accepted_args']); } -
March 10, 2016 at 10:43 am #6044
-
-
AuthorPosts
Viewing 1 reply thread
- The topic ‘error messages – undefined variable, undefined index’ is closed to new replies.