[OFFER ALERT!] This Halloween, Get Any Premium Theme for Just $19 [GET IT NOW]
Jump to content

[WP Review Pro] Is WP Review Pro compatible with MyCred?


kontakt14
 Share

Recommended Posts

Hi, 

we would like to use WP Review Pro with WooCommerce and MyCred. Does it now work with myCred?

Someone asked about it in 2015:

Quote

Is the WP Review Pro plugin compatible with BuddyPress and MyCred? MyCred is a points system for BuddyPress that rewards members for performing numerous tasks on the website. We would like the websites members to be able to be rewarded for leaving reviews using this type of plugin. Have you come across this before and would this plugin be compatible?

 

Link to comment
Share on other sites

  • Support

Hello,

Thank you for contacting MyThemeShop today.

We know that the plugin is compatible with WooCommerce.

However we are not sure about MyCred and WooCommerce Points and Rewards Plugin.

You can download the free version of WP Review and then test the free version with those plugins. It will give you a good idea if it is compatible or not.

Looking forward to helping you. Thank you.


🏁Rank #1 on Google With our WordPress SEO Plugin.

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

You need hooks for the plugins to work together. Some rating plugins offer this Hook for MyCred in Pro version or free, such as GD Star Rating, WP-PostRatings or Rating Form.

Are there any plans to offer this in the near future? WP Review Pro would be interesting for us, but it is only useful in connection with one of the mentioned point systems.

Link to comment
Share on other sites

Link to comment
Share on other sites

  • Support

Hello,

Each review is store as a comment with `comment_type` is `wp_review_comment` or `wp_review_visitor`, so you can hook into `wp_insert_comment` to do your own actions (increase point or something else).

This is an example:

add_action( 'wp_insert_comment', function( $comment_id, WP_Comment $comment ) {
	if ( $comment->comment_type === 'wp_review_comment' ) {
		// Increase point or do something.
	}
}, 10, 2 );

Hope this helps.

Thank you.


🏁Rank #1 on Google With our WordPress SEO Plugin.

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...