{"id":15039,"date":"2024-08-21T11:31:56","date_gmt":"2024-08-21T18:31:56","guid":{"rendered":"https:\/\/codedcommerce.com\/?page_id=15039"},"modified":"2024-08-21T11:31:56","modified_gmt":"2024-08-21T18:31:56","slug":"front-end-password-wall","status":"publish","type":"woo-code","link":"https:\/\/codedcommerce.com\/woo\/front-end-password-wall\/","title":{"rendered":"Front end password wall"},"content":{"rendered":"\n<pre class=\"wp-block-code language-php\"><code>add_action( 'template_redirect', function() {\n\n\tif( ! current_user_can( 'read' ) ) {\n\t\twp_safe_redirect( admin_url() );\n\t\texit;\n\t}\n\n} );<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-15039","woo-code","type-woo-code","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code\/15039","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code"}],"about":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/types\/woo-code"}],"wp:attachment":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/media?parent=15039"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}