We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b3147 commit 6d294b0Copy full SHA for 6d294b0
simple-search-submission.php
@@ -39,6 +39,7 @@
39
namespace PWCC\SimpleSearchSubmission;
40
41
require_once __DIR__ . '/inc/namespace.php';
42
+require_once __DIR__ . '/inc/seo-compat.php';
43
44
// Run late to give themes and plugins a chance to set up asynchronous pings.
45
add_action( 'after_setup_theme', __NAMESPACE__ . '\\bootstrap', 20 );
0 commit comments