Hi,
So on this site http://www.a1autocare.net/ it has an error log.
With this error in; [22-Jul-2019 09:15:22 UTC] PHP Warning: Missing argument 2 for wp_register_style(), called in /home/a1autocare/public_html/wp-content/mu-plugins/dequeue-bootstrap.php on line 2 and defined in /home/a1autocare/public_html/wp-includes/functions.wp-styles.php on line 125
The MU Plugin folder has one file in which i have pasted below – if it gets deleted the error stops but the menu goes virtual instead of horizontal.
<?php
wp_register_style( 'bootstrap' );?>
The log is one error that is repeating itself. I have tested it and every time someone visits a page on the site it adds 4 more lines to the file.
The file grows in size until eventually it’s too big and we have issues with the site.
Any help is appreciated