{"id":52896,"date":"2014-01-22T00:41:01","date_gmt":"2014-01-22T00:41:01","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/woocommerce-review-reminder\/"},"modified":"2014-06-17T00:55:26","modified_gmt":"2014-06-17T00:55:26","slug":"woocommerce-review-reminder","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/woocommerce-review-reminder\/","author":13326682,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"2.0.2","stable_tag":"2.0.2","tested":"3.9.40","requires":"3.5","requires_php":"","requires_plugins":"","header_name":"WooCommerce Review Reminder","header_author":"Pixelix","header_description":"","assets_banners_color":"","last_updated":"2014-06-17 00:55:26","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/wordpress.org\/plugins\/woocommerce-review-reminder\/","header_author_uri":"http:\/\/pixelix.ru","rating":4,"author_block_rating":0,"active_installs":20,"downloads":6871,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"2.0":"<ul>\n<li>Improved all the code.<\/li>\n<li>Improved the notifications. Now the emails are sent with the WooCommerce email template.<\/li>\n<li>Improved the plugin settings. Removed some options in favor of the WooCommerce mailer.<\/li>\n<li>Entered the woocommerce_review_reminder_email_subject filter for change the email subject.<\/li>\n<li>Entered the woocommerce_review_reminder_email_title filter for change the email title.<\/li>\n<li>Entered the woocommerce_review_reminder_email_message filter for change the email message.<\/li>\n<\/ul>"},"ratings":{"1":"1","2":0,"3":"1","4":0,"5":"4"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","2.0.1","2.0.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"849802","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"849802","resolution":"2","location":"assets"}},"screenshots":{"1":"Plugin settings.","2":"Example of the reminder."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[128175,267,5289,110,286],"plugin_category":[41,45,53],"plugin_contributors":[128131],"plugin_business_model":[],"class_list":["post-52896","plugin","type-plugin","status-closed","hentry","plugin_tags-128175","plugin_tags-email","plugin_tags-reminder","plugin_tags-review","plugin_tags-woocommerce","plugin_category-communication","plugin_category-ecommerce","plugin_category-ratings-and-reviews","plugin_contributors-pixelix","plugin_committers-pixelix"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/woocommerce-review-reminder.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/woocommerce-review-reminder\/assets\/screenshot-1.png?rev=849802","caption":"Plugin settings."},{"src":"https:\/\/ps.w.org\/woocommerce-review-reminder\/assets\/screenshot-2.png?rev=849802","caption":"Example of the reminder."}],"raw_content":"<!--section=description-->\n<p>A week later after the order is marked as complete, the customer receives a reminder to leave feedback about a purchase.<\/p>\n\n<p>Thanks Claudio Sanches for help! You're awesome!<\/p>\n\n<h3>For developers<\/h3>\n\n<p>You can change the email content using the filters:<\/p>\n\n<ul>\n<li><code>woocommerce_review_reminder_email_subject<\/code><\/li>\n<li><code>woocommerce_review_reminder_email_title<\/code><\/li>\n<li><code>woocommerce_review_reminder_email_message<\/code><\/li>\n<\/ul>\n\n<h4>Example how to of changing the subject<\/h4>\n\n<pre><code>\/**\n * My custom email subject.\n *\n * @param  WC_Order $order Order data\/object.\n *\n * @return string          New email subject.\n *\/\nfunction my_wc_review_reminder_email_subject( $order ) {\n    return 'My new subject';\n}\n\nadd_filter( 'woocommerce_review_reminder_email_subject', 'my_wc_review_reminder_email_subject' );\n<\/code><\/pre>\n\n<h4>Example how to of changing the email title<\/h4>\n\n<pre><code>\/**\n * My custom email title.\n *\n * @param  WC_Order $order Order data\/object.\n *\n * @return string          New email title.\n *\/\nfunction my_wc_review_reminder_email_title( $order ) {\n    return 'My new title';\n}\n\nadd_filter( 'woocommerce_review_reminder_email_title', 'my_wc_review_reminder_email_title' );\n<\/code><\/pre>\n\n<h4>Example how to of changing the email message<\/h4>\n\n<pre><code>\/**\n * My custom email message.\n *\n * @param  string   $message      Default email message.\n * @param  WC_Order $order Order  data\/object.\n * @param  string   $product_list Products list with links.\n *\n * @return string                 New email message.\n *\/\nfunction my_wc_review_reminder_email_message( $message, $order, $product_list ) {\n    return 'My new message';\n}\n\nadd_filter( 'woocommerce_review_reminder_email_message', 'my_wc_review_reminder_email_message', 1, 3 );\n<\/code><\/pre>\n\n<!--section=installation-->\n<h3>en_US<\/h3>\n\n<ol>\n<li>Upload files to the \"\/wp-content\/plugins\/\" directory.<\/li>\n<li>Activate the plugin through the \"Plugins\" menu in WordPress.<\/li>\n<\/ol>\n\n\n\n<h3>ru_RU<\/h3>\n\n<ol>\n<li>\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0444\u0430\u0439\u043b\u044b \u0432 \u043f\u0430\u043f\u043a\u0443 \"\/wp-content\/plugins\/\".<\/li>\n<li>\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0443\u0439\u0442\u0435 \u043f\u043b\u0430\u0433\u0438\u043d \u0432 \u043c\u0435\u043d\u044e \"\u041f\u043b\u0430\u0433\u0438\u043d\u044b\".<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>en_US<\/dt>\n<dd><\/dd>\n<dt>What is it needed for?<\/dt>\n<dd><p>To customers left more feedback and returned for new purchases.<\/p>\n\n<\/dd>\n<dt>ru_RU<\/dt>\n<dd><\/dd>\n<dt>\u0414\u043b\u044f \u0447\u0435\u0433\u043e \u044d\u0442\u043e \u043d\u0443\u0436\u043d\u043e?<\/dt>\n<dd><p>\u0427\u0442\u043e\u0431\u044b \u043f\u043e\u043a\u0443\u043f\u0430\u0442\u0435\u043b\u0438 \u043e\u0441\u0442\u0430\u0432\u043b\u044f\u043b\u0438 \u0431\u043e\u043b\u044c\u0448\u0435 \u043e\u0442\u0437\u044b\u0432\u043e\u0432 \u0438 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u043b\u0438\u0441\u044c \u0437\u0430 \u043d\u043e\u0432\u044b\u043c\u0438 \u043f\u043e\u043a\u0443\u043f\u043a\u0430\u043c\u0438.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.0<\/h4>\n\n<ul>\n<li>Improved all the code.<\/li>\n<li>Improved the notifications. Now the emails are sent with the WooCommerce email template.<\/li>\n<li>Improved the plugin settings. Removed some options in favor of the WooCommerce mailer.<\/li>\n<li>Entered the woocommerce_review_reminder_email_subject filter for change the email subject.<\/li>\n<li>Entered the woocommerce_review_reminder_email_title filter for change the email title.<\/li>\n<li>Entered the woocommerce_review_reminder_email_message filter for change the email message.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<li>\u0421\u0442\u0430\u0440\u0442\u043e\u0432\u044b\u0439 \u0440\u0435\u043b\u0438\u0437.<\/li>\n<\/ul>","raw_excerpt":"Remind the customer to leave a feedback about a purchase.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/52896","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=52896"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/pixelix"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=52896"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=52896"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=52896"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=52896"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=52896"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=52896"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}