{"id":42039,"date":"2016-02-19T17:32:32","date_gmt":"2016-02-19T17:32:32","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/handl-hide-content\/"},"modified":"2024-07-18T16:12:45","modified_gmt":"2024-07-18T16:12:45","slug":"handl-hide-content","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/handl-hide-content\/","author":14684811,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1","stable_tag":"1.1","tested":"6.6.5","requires":"","requires_php":"","requires_plugins":null,"header_name":"HandL Hide Content","header_author":"Haktan Suren","header_description":"","assets_banners_color":"90d8d4","last_updated":"2024-07-18 16:12:45","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.haktansuren.com\/","header_plugin_uri":"http:\/\/www.haktansuren.com\/wp-plugins\/handl-hide-content","header_author_uri":"http:\/\/www.haktansuren.com\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1945,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.1":{"tag":"1.1","author":"haktansuren","date":"2024-07-18 16:12:45"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":1354331,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":1354331,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":1354331,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.1"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":3121619,"resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":3121619,"resolution":"1","location":"plugin"}},"screenshots":{"1":"To use it in OptimizePress, first edit the row","2":"And then use the shortcode in following fields"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[529,9770,34181,1244,3922],"plugin_category":[],"plugin_contributors":[88321],"plugin_business_model":[],"class_list":["post-42039","plugin","type-plugin","status-publish","hentry","plugin_tags-content","plugin_tags-get","plugin_tags-handl","plugin_tags-hide","plugin_tags-show","plugin_contributors-haktansuren","plugin_committers-haktansuren"],"banners":{"banner":"https:\/\/ps.w.org\/handl-hide-content\/assets\/banner-772x250.png?rev=1354331","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/handl-hide-content\/assets\/icon-128x128.jpg?rev=1354331","icon_2x":"https:\/\/ps.w.org\/handl-hide-content\/assets\/icon-256x256.jpg?rev=1354331","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/handl-hide-content\/trunk\/screenshot-1.png?rev=3121619","caption":"To use it in OptimizePress, first edit the row"},{"src":"https:\/\/ps.w.org\/handl-hide-content\/trunk\/screenshot-2.png?rev=3121619","caption":"And then use the shortcode in following fields"}],"raw_content":"<!--section=description-->\n<p>With this very simple yet useful plugin, you can create your own rule for hiding content in your WP post or page.<\/p>\n\n<p>Usage is very simple:<\/p>\n\n<p>if you want to hide your content <strong>ONLY<\/strong> when foo=bar. Use the following.<\/p>\n\n<pre><code>[HandL_HIDE foo=bar]\n\nYour rich content goes here. You can include anything: text, image and yes even videos (embed).\n\n[\/HandL_HIDE]\n<\/code><\/pre>\n\n<p>The example content above will only be <em>HIDDEN<\/em> for the following URLS<\/p>\n\n<pre><code> http:\/\/yourdomain.com\/?foo=bar \n http:\/\/yourdomain.com\/?foo=bar&amp;anotherfoo=anotherbar  etc..\n<\/code><\/pre>\n\n<p>The example content above will <strong>NOT<\/strong> be hidden for the following URLS<\/p>\n\n<pre><code> http:\/\/yourdomain.com\/?foo=otherbar \n http:\/\/yourdomain.com\/?foo=  etc..\n<\/code><\/pre>\n\n<p>Similarly if you want to show your content <strong>ONLY<\/strong> when foo=bar. Use the following.<\/p>\n\n<pre><code>[HandL_SHOW foo=bar]\n\nYour rich content goes here. You can include anything: text, image and yes even videos (embed).\n\n[\/HandL_SHOW]\n<\/code><\/pre>\n\n<p>The example content above will only be <em>SHOWED<\/em> for the following URLS<\/p>\n\n<pre><code> http:\/\/yourdomain.com\/?foo=bar \n http:\/\/yourdomain.com\/?foo=bar&amp;anotherfoo=anotherbar  etc..\n<\/code><\/pre>\n\n<p>The example content above will <strong>NOT<\/strong> be visible for the following URLS<\/p>\n\n<pre><code> http:\/\/yourdomain.com\/?foo=otherbar \n http:\/\/yourdomain.com\/?foo=  etc..\n<\/code><\/pre>\n\n<p>You can also use <em>OR<\/em> statement in your logic. For example<\/p>\n\n<p>if you want to show the content when foo=bar1 <strong>OR<\/strong> foo=bar2, simply use<\/p>\n\n<pre><code>[HandL_SHOW foo=\"bar1||bar2\"]\n<\/code><\/pre>\n\n<p>hide shortcode works similar way as well<\/p>\n\n<pre><code>[HandL_HIDE foo=\"bar1||bar2\"]\n<\/code><\/pre>\n\n<p>You can use the shortcode in Optimize Press as well. Usage is shown in screenshot section.<\/p>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<ol>\n<li>Upload <code>handl-hide-content<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory via FTP<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<!--section=faq-->\n<p><em>No question so far :)<\/em><\/p>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>Hello World :)<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Readme file edited (rookie mistake :) )<\/li>\n<\/ul>","raw_excerpt":"HandL Hide Content is for people who want to hide contents based on the GET,REQUEST or POST parameters.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/42039","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=42039"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/haktansuren"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=42039"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=42039"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=42039"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=42039"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=42039"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=42039"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}