Created
July 11, 2025 07:22
-
-
Save jmabbas/b19de76c1b2a259b558815cb1feed763 to your computer and use it in GitHub Desktop.
Tokoo - Shop page jumbotron after header
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
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