Hi @myco2
We’re aware of these deprecation notices related to PHP 8.x and Aggregator v4.x. Currently, we’re actively working on an update to ensure full compatibility with the latest PHP versions, and this update will be rolled out soon. If you encounter any functionality issues in the meantime, please feel free to reach out to us.
These deprecation notices should not be visible to all users unless WP_DEBUG is active on your website.
To disable WP_DEBUG, follow these steps:
- Log in to your WordPress admin dashboard.
- Navigate to the “wp-config.php” file located in your WordPress root directory.
- Open the “wp-config.php” file using a text editor.
- Look for the line that says
define('WP_DEBUG', true);
.
- Replace
true
with false
, like this: define('WP_DEBUG', false);
.
- Save the changes to the “wp-config.php” file.
- Clear any caching plugins or server caches if applicable.
Alternatively, you can edit the wp-config.php file via FTP. Once you disable WP_DEBUG, the deprecation notices should disappear.