The wp-load.php tag has no wiki summary.
0
votes
1answer
34 views
Get Core Functionality from Within a (Secondary) Plugin File
I have a plugin with the following structure:
myplugin.php
includes/authentication.php
I can access core WordPress functionality inside myplugin.php fine, but when I try to access stuff such as ...