Change Text & Schema
-
Hi there,
I just installed the plugin in one of my sites as it seems nice.
After reading all documentation I have 2 questions:
1- How can I change the text of the plugin? In which file is it?
2- I have a site where I review financial products. Which would be the best schema for that and how can I add it for the comments?
I do not really understand how to change the Schema type on that function:
/**
* Modifies the properties of the schema created by Site Reviews.
* Change “LocalBusiness” to the schema type you wish to change (i.e. Product)
* Paste this in your active theme’s functions.php file.
* @param array $schema
* @return array
*/
add_filter(‘site-reviews/schema/LocalBusiness’, function ($schema) {
// modify the $schema array here.
return $schema;
});Many thanks ??
Roy.
- The topic ‘Change Text & Schema’ is closed to new replies.