Warning: preg_replace_callback(): Compilation failed: invalid range in character class at offset 22 in /var/sites/f/fleewinter.com/public_html/wp-content/plugins/so-widgets-bundle/base/siteorigin-widget.class.php on line 839
Warning: preg_replace_callback(): Compilation failed: invalid range in character class at offset 22 in /var/sites/f/fleewinter.com/public_html/wp-content/plugins/so-widgets-bundle/base/siteorigin-widget.class.php on line 839
This warning is coming up, does anyone know what it is and what I should do? Thanks
Hi Sarah
Thanks for reaching out.
Which version of the SiteOrigin Widgets Bundle is installed? The version number is listed under the plugin name on the Plugins page.
If this warning is being displayed on a live site you can remove it by setting WP_DEBUG to false in your WordPress
wp-config.php
file. The opposite if this post https://www.wpbeginner.com/wp-tutorials/how-to-set-up-wordpress-error-logs-in-wp-config/, instead of settingdefine( 'WP_DEBUG_LOG', true );
you’d set debug to falsedefine( 'WP_DEBUG_LOG', false );
.