Disable PHP function
-
Can anyone tell me how to disable the following:
// Override theme default specification for product # per row
function loop_columns() {
return 2; // 2 products per row
}
add_filter(‘loop_shop_columns’, ‘loop_columns’, 999);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Disable PHP function’ is closed to new replies.