The prefix refers only to the database tables prefix, other uses of the wp_
prefix in function, class, variable, (array) index or (class) property names are entirely unaffected and remain as wp_
.
As such, so long as all plug-ins (and themes) you use avoid using SQL statements with a hardcoded wp_
prefix (and, as you point out, use $wpdb->prefix
) you will be fine.
It’s impossible to comment on what PHPStorm is flagging up, but it will be entirely unrelated to the change of table prefix.
Related Posts:
- “Error: Options Page Not Found” on Settings Page Submission for an OOP Plugin
- Why does WordPress add 0 (zero) to an Ajax response?
- How to redirect to settings page once the plugin is activated?
- PHP error with shortcode handler from a class
- How to add multiple custom URL variables?
- How long does it take to update a plugin page from the readme.txt?
- A Post is saved twice or more during add_action(save_post)
- Problem creating cron job wordpress
- Hook event for upload image in the menu
- Plugin: Relative URL to images in another folder accessed inside a JS file
- Making a custom widget that includes a tinymce and works in Site Origin Page Builder
- How to use mysql IN statement with wpdb update method?
- Bridge WordPress Media API with custom tinyMCE plugin [closed]
- Creating a path in a plugin to call a function
- What’s the better way to add an inline script?
- Comment `Reply` link doesn’t work if comments are loaded from ajax
- Adding JS function as third parameter in do_action
- Plugin Uninstall and Deactivate via Options Menu
- Do I have to override the wp_mail() pluggable function with writing a plugin?
- How to assign a WP 3.0 custom nav menu to a theme’s navigation menu location via script?
- If a function requires add_action(‘init’) how can I run it only once on plugin activation?
- Ordering posts by metadata
- is_page() function doesnt working
- Order properties should not be accessed directly
- How to avoid loading same script twice?
- Is there any way to check for user login and send him to login?
- Can I individually style items in the backend widget list?
- Why is my javascript not invoked in my hooks except wp_head?
- How to Create database table when Plugin installed/activated, and delete database when Plugin deleted
- Where to store the name of a custom table?
- Backbone event attachment:compat:ready can’t hook
- Add a class to a dynamic sidebar’s wrapper
- Limit role to one plugin [duplicate]
- How to fix Uninitialized string offset: error on a checkbox in WP Settings API
- Upgrade private plugin without deleting files?
- Issue regarding $wpdb->prepare()
- Saving value of a selection option in comment form as comment meta
- Is there some way to provide the user a list of existing content in a CPT
- Change the look and feel of admin pages
- Issue with querying
- how to search users by ajax live search
- Generate JSON files for language translation from po file without wp-cli i18n make-json
- Is this best practice for Dynamically adding items to WordPress menus?
- There is a problem in the gutenberg block I developed. Problem is with withInstanceId
- Detect front-end pages only in init hook
- best way to make a WordPresss multisite that is secure but at the same time supporting my plugin development efforts
- How to change title tag at page after loaded post?
- Run Shortcode of post’s custom field in functions.php / Plugin
- How to get post content by get_posts function?
- Getting following web services error after activating the Rewards Plugin
- WordPress custom taxonomy check box to dropdown
- Creating Admin Plugin – Content of a page is displayed at global scope as well
- How to remove plugin-specific custom taxonomy terms when plugin is uninstalled?
- How to modify files inside wp-includes directory in wordpress
- Fatal error: Call to a member function get_page_permastruct() on a non-object
- wp_get_post_terms Order by not working
- Naming conventions when using (PHP5) namespaces?
- add_submenu_page hooked function must explicitly check user capabilities – why?
- How to apply style_loader_src filter with exclusion of a specific file?
- Which is the better way to store images for the plugin?
- Readme.txt seems to be cached but not the version
- Issue on Checkbox with Custom Option Page
- Minimum Widget Width for Plugin Development
- Encoding Method for URLs?
- Should I use wp-content/cache or [PLUGIN_DIR]/cache?
- configuration of .htaccess for add_rewrite_rule to make sense
- Forward an old url rewrite scheme to a new one?
- $wpdb in php 5.5
- How to Find a Gallery’s ID
- Widget instance options not showing correctly
- Access to the template file of a plug-in
- Can’t remove action hook on plugin class
- Bootstrap within shortcode
- How to make premium plugin? I want to limit it until verification
- `registration_errors` filter doesn’t seem to be called
- How to grab data after wp user search is complete
- Undefined cache functions in my custom plugin
- How to direct WordPress to load custom template for custom post type
- get_the_tags doesn’t works?
- WordPress discards PNG file when uploading plugin file
- Does hooking into a plugin action / filter override the plugin’s function for that hook?
- Registration Forms
- Replace the WordPress Media Library Uploader
- My plugin showing “Are you sure you want to do this” on screen with a “Argument #2 is not an array in load.php’
- Cannot save settings value
- Is it possible to modify an Elated plugin portfolio-list template in such a way that it will not conflict with future plugin updates?
- Select field value not returned after saving changes
- WP Query Relations / Compare
- Displaying settings information in a table
- Page template compatibility with different themes
- Add Admin menus or submenus depending on conditions
- Plugin settings not saving and 404 is generated on submit
- Refresh or redirect page after activate my plugin
- How do I store a custom dataset in WordPress to best take advantage of API?
- How to Rewrite WordPress URL for a Plugin
- modify buddpress adminbar only in admin pages
- Are custom posts delete by unregistering post type
- Is using upgrader_process_complete the correct way to perform plugin updates?
- Load images from CDN and custom features to “Add Media” dialogue
- Saving metabox updates causing fatal error