getzero11
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Tawk.To Live Chat] Tawk.to Live Chat 0.9.0 Auto Log offResolved
Forum: Plugins
In reply to: [iQ Block Country] Geolite2-Country.mmdbChange the value (option_value) of the database option upload_path in the table wp_options to wp-content/uploads.
Forum: Plugins
In reply to: [Code Snippets] Fatal error on updating snippetResolved with version 3.1.1. Thank you.
Forum: Plugins
In reply to: [Code Snippets] Fatal error on updating snippetThe full code snippet can be shared only privately with you for the proprietary reasons. Is there a way to do it?
Forum: Plugins
In reply to: [Code Snippets] Fatal error on updating snippetThanks for your quick response.
This is part of the code that’s throwing an error (line 7, in this case).
if ( !isset($markup['aggregateRating'])) { $checked = !$product->get_review_count() && wc_review_ratings_enabled(); if ($checked) { $markup['aggregateRating'] = array( '@type' => 'AggregateRating', 'ratingValue' => 4.7, 'reviewCount' => 1, ); } }Thanks again.
Hi @sfuma ,
You can remove the GP schema using the following filter:
add_filter( 'generate_schema_type', '__return_false' );Hope it works!
Viewing 6 replies - 1 through 6 (of 6 total)