How to enable the debug mode in Revive Social?
If you encounter issues with our plugin, enabling the debug mode will help our Support Team and/or our developer identifying the cause of these issues.
To put the Revive Social in debug mode, you will need to change this line:
https://github.com/Codeinwp/tweet-old-post/blob/master/tweet-old-post.php#L167
https://github.com/Codeinwp/tweet-old-post/blob/master/tweet-old-post.php#L167
To instead say:
$debug = true;
Here are the steps on how to do this:
1. Login to your cPanel. Look for your File Manager and navigate to your WordPress site file.
2. Next, locate this file path: wp-content/plugins/tweet-old-post/tweet-old-post.php
3. Then, go to line 167 and change it to $debug = true;
4. Save your changes and restart the sharing.
The Sharing Logs tab will display more details once posts are being shared.
P.S. If you are not comfortable editing files, please reach out to your host so they can do these changes for you.