Booboo? Registering Bespoke Plugin for WordPress Searches
-
Hi
I think I may have missed a step when creating my plugin.
I have set up my plugin file with
@package, @author, @version
and then have just added statements todefine ('XXX_PLUGIN_DIR', WP_PLUGIN_DIR.'/xxx'); require (XXX_PLUGIN_DIR . '/xxxfunctions.php'); //general functions require (XXX_PLUGIN_DIR . '/xxxdb.php'); //sql functions
Everything is working as it should but when I use the normal WP site search function my tables do not seem to be searched
My 3 plugin db tables do not have the database table prefix (wpxxx_).
Do I “just” need to rename them to include the prefix or do I have to do something else to get them registered into WordPress so that the data is picked up in searches.
Thanks in anticipationThe page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Booboo? Registering Bespoke Plugin for WordPress Searches’ is closed to new replies.