2011-02-12, 06:48:13
Have this sorted, just doing some final testing and I'll upload to the SVN.
Problem was due to the way we check the calling file against the registered plugins.
If your calling add_action from another file that is included by your plugin files it will not register the hook call as the filename differs from the registered filenames in the plugins directory.
Mike.
Problem was due to the way we check the calling file against the registered plugins.
If your calling add_action from another file that is included by your plugin files it will not register the hook call as the filename differs from the registered filenames in the plugins directory.
Mike.