This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Plugin Name: Elementor Pro – Restore 404s on Non-Existent Term Archives | |
| * Description: Fixes a fatal error ("Object of class WP_Error could not be converted to string") and incorrect 200 responses on non-existent tag/category/taxonomy URLs when an Elementor Pro Archive template with a paginated posts widget is active. | |
| * Version: 1.0.0 | |
| * Author: https://robertwent.com | |
| * License: GPL-2.0-or-later | |
| * | |
| * --------------------------------------------------------------------------- | |
| * THE PROBLEM |
OlderNewer