Quote:
Originally Posted by Lynne
You need to make sure that $notifications_total has already been defined before you go use it in a plugin. So, you need to pick your plugin hook location to be after the variable is defined. Go find it in the code and then look at where your plugin is location and figure out if it's before or after the variable was defined and move it if necessary.
|
I didn't understand what you said.
Can you simplify it for me?
Thank you!