Created
May 28, 2014 07:54
-
-
Save alispx/76c24a12759724996480 to your computer and use it in GitHub Desktop.
This file contains 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
/** | |
* Change your product per page | |
* @author alispx | |
*/ | |
add_filter( 'loop_shop_per_page', 'woo_shop_per_page' ); | |
function woo_shop_per_page() { | |
return 12; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment