Skip to content

Instantly share code, notes, and snippets.

@lindseyriel
Created February 17, 2018 22:23
Show Gist options
  • Save lindseyriel/40080a8bf579018ee96b72cc9ba7635f to your computer and use it in GitHub Desktop.
Save lindseyriel/40080a8bf579018ee96b72cc9ba7635f to your computer and use it in GitHub Desktop.
New JS File for WooCommerce Pagination
+$( 'nav' ).not('.woocommerce-pagination').before( '<button class="menu-toggle" role="button" aria-pressed="false"></button>' ); // Add toggles to menus except for paginaton on WooCommerce.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment