Change the position
-
Hi.
A very useful plugin.I am trying to remove this actions and add them into place
add_action( 'woocommerce_before_shop_loop', array( $this, 'products_per_page_dropdown' ), 25 ); add_action( 'woocommerce_after_shop_loop', array( $this, 'products_per_page_dropdown' ), 25 );
How can I do this from my theme functions.php?
I would like to replace “woocommerce_before_shop_loop” into “woocommerce_before_shop_loop_custom_2” so plugin update will not overwrite it.https://www.ads-software.com/plugins/woocommerce-products-per-page/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Change the position’ is closed to new replies.