-
Hi there, i’m just having a small problem after the update.
The default option for the Review Location in the SoftwareApllication was (Custom use shortcode)
Now is Below Content…
I do not need to use that box because i’m using an modified way for this. The plugin rate my post take the votes and put in to the rating options of the plugin automaticly, even when a new vote is added. It is using an AggregateRating TYPE.
add_filter( 'rank_math/snippet/rich_snippet_software_entity', function( $entity ) { $entity['aggregateRating'] = [ '@type' => 'AggregateRating', 'ratingValue' => rmp_get_avg_rating(), 'bestRating' => '5', 'worstRating' => '1', 'ratingCount' => rmp_get_vote_count(), ]; return $entity; });
So this is one more thing that i need to do everytime i update an post, switch from the Below Content to (Custom use shortcode).
This happened after the last update, so is there a way to override this, so it can be (Custom use shortcode) as default? I did not finded this in the plugin pannel and i searched everywhere…
Thank’s!
The ticket ‘Review Location option after update’ is closed to new replies.