WP Customer Reviews - shortcodes

WP Customer Reviews Plugin

Looking for some shortcodes for displaying the review form only / reviews only.

On the plugin page there is an info about shortcode (Shortcodes available for inserting reviews and review form on any page or widget), but I cannot find theme anywhere.

http://wordpress.org/extend/plugins/wp-customer-reviews/

Have you got any experiences with the plugin? Any suggestions much appreciated.

Topic review plugins Wordpress

Category Web


For shortcodes and their use, see the WP Admin Dashboard: Settings | WP Customer Reviews.


The plugin registrer some shortcodes in wp-custom-reviews.php:

add_shortcode( 'WPCR_INSERT', array(&$this, 'shortcode_wpcr_insert') );
add_shortcode( 'WPCR_SHOW', array(&$this, 'shortcode_wpcr_show') );

Try: [WPCR_INSERT] and [WPCR_SHOW]

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.