Warning: preg_match() expects parameter 2 to be string, array given in /home2/ozarkmo5/public_html/wp-includes/class.wp-styles.php on line 323
what is happening with the code above?
- thanks!
Warning: preg_match() expects parameter 2 to be string, array given in /home2/ozarkmo5/public_html/wp-includes/class.wp-styles.php on line 323
what is happening with the code above?
Hello @gigerm,
Thanks for asking. 
To remove those error messages, you can disable the wp_debug option when you login to FTP and edit the wp-config.php file then find define( 'WP_DEBUG', true ); then change it to false.
https://medium.com/@visualmodo/how-enable-disable-debug-mode-in-wordpress-ff0c5a4b35a5
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.