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 64c0819 commit e19bfa3Copy full SHA for e19bfa3
includes/public/public.php
@@ -210,7 +210,7 @@ function wzkb_register_sidebars() {
210
);
211
/* Repeat register_sidebar() code for additional sidebars. */
212
}
213
-add_action( 'widgets_init', 'wzkb_register_sidebars' );
+add_action( 'widgets_init', 'wzkb_register_sidebars', 11 );
214
215
216
/**
0 commit comments