MyBB Community Forums

Full Version: Plugin hook portal_start does not seem to be getting run?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have confirmed the portal is enabled.

I have registered my plugin like so:

$plugins->add_hook('portal_start', 'globalheader');

This does not seem to be actually running?

The plugin is supposed to generate script tags, a few style tags, and some javascript blocks.

Thanks in advance for the help.
What is your full code for this hook ? It is possible the hook is running, but maybe what you expect to happen isn't what the plugin function is actually doing.