Skip to content

Instantly share code, notes, and snippets.

@abubackerbsc
Created December 6, 2018 06:10
Show Gist options
  • Save abubackerbsc/9dc6e666ceff995c9feafabcc75f7e4f to your computer and use it in GitHub Desktop.
Save abubackerbsc/9dc6e666ceff995c9feafabcc75f7e4f to your computer and use it in GitHub Desktop.
add_action( 'init', 'tk_child_change_logo_payment_icon_bar' );
function tk_child_change_logo_payment_icon_bar() {
remove_action( 'tokoo_masthead_v2', 'tokoo_header_logo' );
remove_action( 'tokoo_masthead_v2', 'tokoo_header_search' );
remove_action( 'tokoo_masthead_v2', 'tokoo_header_v2_seconary_nav' );
add_action( 'tokoo_masthead_v2', 'tokoo_footer_payment_icons' );
add_action( 'tokoo_masthead_v2', 'tokoo_header_search' );
add_action( 'tokoo_masthead_v2', 'tokoo_header_logo' );
add_action( 'tokoo_masthead_v2', 'tokoo_header_v2_seconary_nav' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment