Profiles

  • Member Since: June 21st, 2020
  • Find me on:
  • Posted a reply to Handheld menu Search doesn’t work, on the site WordPress.org Forums:
    add_filter( 'storefront_handheld_footer_bar_links', 'jk_remove_handheld_footer_links' ); function jk_remove_handheld_footer_links( $links ) { unset( $links['my-account'] ); unset( $links['search'] );…