updated plugin GP Premium
version 2.2.0
This commit is contained in:
@ -650,6 +650,10 @@ if ( ! function_exists( 'generate_blog_load_more' ) ) {
|
||||
return;
|
||||
}
|
||||
|
||||
if ( is_tax( 'product_cat' ) ) {
|
||||
return;
|
||||
}
|
||||
|
||||
$icon = '';
|
||||
|
||||
if ( function_exists( 'generate_get_svg_icon' ) ) {
|
||||
|
Reference in New Issue
Block a user