Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Created July 11, 2025 07:22
Show Gist options
  • Save jmabbas/b19de76c1b2a259b558815cb1feed763 to your computer and use it in GitHub Desktop.
Save jmabbas/b19de76c1b2a259b558815cb1feed763 to your computer and use it in GitHub Desktop.
Tokoo - Shop page jumbotron after header
add_action( 'init', 'tk_child_move_shop_jumbotron_top' );
function tk_child_move_shop_jumbotron_top() {
remove_action( 'woocommerce_before_main_content', 'tokoo_shop_archive_jumbotron', 30 );
add_action( 'tokoo_after_header', 'tokoo_shop_archive_jumbotron', 10 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment