Are anyone's WordPress sites breaking? If so, delete the rta-restricted-to-adults-header plugin with FTP, and clear the cache and Bob's your Uncle.
Wordpress sites breaking?
Collapse
X
-
Tags: None
-
That plugin hasn't been updated since 2018 and was never tested beyond WordPress 5.x or PHP 7.x. If you're running PHP 8+ (which most hosts have moved to), old plugins like this will throw fatal errors.
If you still need RTA labeling, you can add the header manually in your theme's functions.php or via .htaccess without the plugin overhead.
Or the meta tag:Code:<IfModule mod_headers.c> Header set Rating "RTA-5042-1996-1400-1577-RTA" </IfModule>
Code:<meta name="RATING" content="RTA-5042-1996-1400-1577-RTA" />
-
It took me forever to figure this out. I started updating my WP sites to PHP 8.1.
That's the last plugin I would have suspected.
Thanks for the explanation.
Comment
-
Comment
-
Dealing with needing to upgrade all the plugins and scripts etc. to deal with newer php has taken up soooooooo much of my time lately.Comment
-
Comment



Comment