{"id":39349,"date":"2015-10-10T11:36:24","date_gmt":"2015-10-10T11:36:24","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/pbo-move-to-wishlist-for-yith-woocommerce-wishlist\/"},"modified":"2015-10-13T11:13:53","modified_gmt":"2015-10-13T11:13:53","slug":"pbo-move-to-wishlist-for-yith-woocommerce-wishlist","status":"publish","type":"plugin","link":"https:\/\/pe.wordpress.org\/plugins\/pbo-move-to-wishlist-for-yith-woocommerce-wishlist\/","author":14612395,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.2","stable_tag":"1.0.2","tested":"4.3.34","requires":"4.0","requires_php":"","requires_plugins":"","header_name":"PBO Move to Wishlist for YITH WooCommerce Wishlist","header_author":"Piotr Boguslawski","header_description":"","assets_banners_color":"","last_updated":"2015-10-13 11:13:53","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/pbo-move-to-wishlist-for-yith-woocommerce-wishlist\/","header_author_uri":"https:\/\/wordpress.org\/support\/profile\/piotr-boguslawski","rating":5,"author_block_rating":0,"active_installs":10,"downloads":2483,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"2"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1","1.0.2"],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1263083","resolution":"1","location":"assets"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1263083","resolution":"2","location":"assets"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"1263083","resolution":"3","location":"assets"}},"screenshots":{"1":"Shopping Cart with \"Move to Wishlist\" buttons","2":"Product sucessfully moved to Wishlist","3":"Wishlist page with moved product"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[888,702,1242,1666,286],"plugin_category":[45],"plugin_contributors":[91548],"plugin_business_model":[],"class_list":["post-39349","plugin","type-plugin","status-publish","hentry","plugin_tags-e-commerce","plugin_tags-products","plugin_tags-shop","plugin_tags-wishlist","plugin_tags-woocommerce","plugin_category-ecommerce","plugin_contributors-piotr-boguslawski","plugin_committers-piotr-boguslawski"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/pbo-move-to-wishlist-for-yith-woocommerce-wishlist.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/pbo-move-to-wishlist-for-yith-woocommerce-wishlist\/assets\/screenshot-1.jpg?rev=1263083","caption":"Shopping Cart with \"Move to Wishlist\" buttons"},{"src":"https:\/\/ps.w.org\/pbo-move-to-wishlist-for-yith-woocommerce-wishlist\/assets\/screenshot-2.jpg?rev=1263083","caption":"Product sucessfully moved to Wishlist"},{"src":"https:\/\/ps.w.org\/pbo-move-to-wishlist-for-yith-woocommerce-wishlist\/assets\/screenshot-3.jpg?rev=1263083","caption":"Wishlist page with moved product"}],"raw_content":"<!--section=description-->\n<p>PBO Move to Wishlist for YITH WooCommerce Wishlist is a simple solution for adding functionality called 'Move to Wishlist' to Shopping Cart. Needs WooCommerce and YITH WooCommerce Wishlist to work.<\/p>\n\n<p>There are no configuration options. Simply activate this plugin and a special link will appear next to any product in Shopping Cart.<\/p>\n\n<p>The appearance of 'Move to Wishlist' link can be changed by using style.<\/p>\n\n<p>Example:<\/p>\n\n<pre><code>.pbo_move_to_wishlist a {\n  font-size: 0.8em;\n  font-weight: 400;\n}\n<\/code><\/pre>\n\n<p>There is a possibility to modify plugin texts using filters:<\/p>\n\n<p>pbo_mtw_message ( $message, $rc, $cart_item, $cart_item_key )\npbo_mtw_label ( $label, $cart_item, $cart_item_key )\npbo_mtw_link_html ( $html, $cart_item, $cart_item_key )<\/p>\n\n<p>Example:<\/p>\n\n<pre><code>function chg_label($label) {\n  return \"Transfer to Wishlist\";\n}\nadd_filter('pbo_mtw_label', 'chg_to_add');\n\nfunction chd_message($message, $rc, $cart_item, $cart_item_key) {\n  $product = wc_get_product( $cart_item['product_id'] );\n  return $product-&gt;get_title() . ' transfered to Wishlist.';\n}\nadd_filter('pbo_mtw_message', 'chg_message', 10, 4);\n<\/code><\/pre>\n\n<h3>Translators<\/h3>\n\n<ul>\n<li>Piotr Boguslawski<\/li>\n<\/ul>\n\n<h4>Available Languages<\/h4>\n\n<ul>\n<li>English (Default)<\/li>\n<li>Polish<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Unzip the downloaded zip file.<\/li>\n<li>Upload the plugin folder into the <code>wp-content\/plugins\/<\/code> directory of your WordPress site.<\/li>\n<li>Activate <code>PBO Move to Wishlist for YITH WooCommerce Wishlist<\/code> from Plugins page.<\/li>\n<\/ol>\n\n<p>And that's it. There are no configuration options.<\/p>\n\n<!--section=changelog-->\n<h4>TODO<\/h4>\n\n<ul>\n<li>AJAX<\/li>\n<li>full cooperation with YITH WooCommerce Wishlist premium version (more than one Wishlist)<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Added link to full Wishlit page at the bottom of the Shopping cart (template: link-to-wishlist-page.php)<\/li>\n<li>Code reformating in order to fit Wordpress coding standards<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Code refactoring<\/li>\n<li>Added filters and conditions<\/li>\n<li>Better security with wp_verify_nonce (and wp_nonce_url)<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial version<\/li>\n<\/ul>","raw_excerpt":"PBO Move to Wishlist for YITH WooCommerce Wishlist is a simple solution for adding functionality called &#039;Move to Wishlist&#039; to Shopping Cart.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pe.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/39349","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pe.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pe.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pe.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=39349"}],"author":[{"embeddable":true,"href":"https:\/\/pe.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/piotr-boguslawski"}],"wp:attachment":[{"href":"https:\/\/pe.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=39349"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pe.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=39349"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pe.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=39349"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pe.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=39349"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pe.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=39349"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pe.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=39349"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}