It’s a bit of PHP I added with snippets.
add_filter( ‘avatar_defaults’, ‘generic_new_gravatar’ );
function generic_new_gravatar ($avatar_defaults) {
$myavatar = ‘gravatar-url’;
$avatar_defaults[$myavatar] = “Default Gravatar”;
return $avatar_defaults;
}
I’ve used this for a long time without an issue. It simply adds it to the Settings –> Discussion page as an option for selection.
I followed the steps you suggested and disabled each of the CSS, JS, and HTML one at a time. I went through and turned every possible option, actually. Nothing fixed the error except turning Autoptimize off completely.
That’s why this one seems to be a head-scratcher. Again, I’ve used this configuration for months without a problem at all, and then it suddenly started happening.
Thanks, they had a fix for the issue. In case anyone else comes across this, it stemmed from Powerpress doing an initial “scan” of my content upon install and recognizing audio/video files.
The fix was to go to those posts with embedded videos, go down to the newly-added podcast section, and delete the media files.