Skip to content

Commit 6d294b0

Browse files
committed
Include SEO Compat functions.
1 parent f1b3147 commit 6d294b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

simple-search-submission.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
namespace PWCC\SimpleSearchSubmission;
4040

4141
require_once __DIR__ . '/inc/namespace.php';
42+
require_once __DIR__ . '/inc/seo-compat.php';
4243

4344
// Run late to give themes and plugins a chance to set up asynchronous pings.
4445
add_action( 'after_setup_theme', __NAMESPACE__ . '\\bootstrap', 20 );

0 commit comments

Comments
 (0)