my-plugins directory is not loading, why?
-
I just installed a fresh copy of bbpress 0.9.0.6
Since the default installation does not create a my-plugins directory, I created such a directory at the root of the bbpress install.
However, when I go to put some PHP files for 0.9.x plugins in my-plugins directory, it doesn’t appear those plugins are getting loaded.
I know the *.php files located in my-plugins directory are not getting loaded because I have inserted the following code at the topic of the php files and nothing happens
die('ALERT: my-plugins loaded');
And I never see the message.
Any ideas why my-plugins directory is not loading the .php files within it?
- You must be logged in to reply to this topic.