Control Web Panel

WebPanel => Apache => Topic started by: gailclark80 on July 22, 2021, 02:03:55 AM

Title: Wordpress pingbacks not working
Post by: gailclark80 on July 22, 2021, 02:03:55 AM
My website is based on WordPress 5.8. and my VPS is running on CWP7 Pro. The pingbacks of the website have not worked for a long time. I have searched many articles. The reason why it does not work may be related to the host or control panel. How can I debug it?
Title: Re: Wordpress pingbacks not working
Post by: JacobReyes on August 29, 2021, 01:05:14 AM
You must write this line of code into your wp-config.php file to enable debug mode.

define ('WP_DEBUG', true)

Note: Pingbacks needs your xmlrpc.php file to work

Regards