Hello All,
In order to disable Pingbacks from MySQL database one need to perform below mentioned steps:
1. Login to PHPMyAdmin control applet.
2. Go to WordPress WordPress database.
3. Select the SQL tab from the top.
4. Within the Run SQL Query box Add the following code and click go:update wp_posts set ping_status=”closed”
Thanks,
Shane G.
Popularity: 2%