Manipulate the WordPress database directly with PHP
Original link: https://www.williamlong.info/archives/6921.html When using WordPress, sometimes there is such a demand, that is, you want to directly use the database operation classes encapsulated in WordPress to perform read and write queries on the WordPress database. Here is the specific usage method. Method 1: Use wp-load.php At the beginning of the php file, add the […]
Manipulate the WordPress database directly with PHP Read More »