Hello @nobo73,
Thank you for reaching out. The warning you’re encountering is related to the debug settings and does not affect the actual functionality of the plugin. We are actively working on removing these warnings in future updates.
For now, you can turn off the debug log to prevent these warnings from appearing. Here’s how to do it:
- Open your
wp-config.php file located in the root directory of your WordPress installation.
- Look for the line:
define( 'WP_DEBUG', true );
- Change it to:
define( 'WP_DEBUG', false );
This will stop the debug messages from displaying. Rest assured, this won’t impact the plugin’s performance, and the issue will be addressed in an upcoming update.
We really encourage our customers to contact us through our contact form for any further support. You can reach out by going to wp-admin -> Easy Social Feed -> Contact Us.
If you need any further assistance, feel free to let us know.
Thread Starter
nobo73
(@nobo73)
Thank you very much.
I confirmed that is fixed.