customization – Has the table name in SQL for WordPress changed from WP_posts to WPCS_post?

Question

I ran this query in SQL in PhyMyAdmin

UPDATE wp_posts SET post_content = REPLACE (post_content,’https://www.example.com/wp-content/uploads/’,’https://www.cdn.example.com/’);

Though it ran, then gave ERROR wp_posts’ doesn’t exist.

Then I opened the tables and saw that a name exists as WPCS_Post.

(Though my site runs good, just wanted to add a CDN for storing static files)

I tried searching but found nothing to help me out. Can someone help?
Thanks
Is it the new name for WP_posts?

enter image description here

Has the table name in SQL for WordPress changed from WP_posts to WPCS_post?

0
Pagula Majorda 1 week 2023-03-11T15:05:30-05:00 0 Answers 0 views 0

Leave an answer

Browse
Browse