{"id":193,"date":"2016-09-26T18:13:41","date_gmt":"2016-09-26T17:13:41","guid":{"rendered":"https:\/\/www.angelahewittmasterclass.com\/os\/login\/"},"modified":"2026-03-25T18:01:56","modified_gmt":"2026-03-25T18:01:56","slug":"login","status":"publish","type":"page","link":"https:\/\/angelahewittmasterclass.com\/os\/login\/","title":{"rendered":"Log In"},"content":{"rendered":"<div class=\"column-half first\">\n\t<div class=\"pmpro\">\n\t\t<section id=\"pmpro_login\" class=\"pmpro_section\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"pmpro_card pmpro_login_wrap\">\n\t\t\t\t\t\t\t\t<h2 class=\"pmpro_card_title pmpro_font-large\">Log In<\/h2>\t\t\t\t\t\t\t\t<div class=\"pmpro_card_content\">\n\t\t\t\t\t\t\t\t\t<form name=\"loginform\" id=\"loginform\" action=\"https:\/\/angelahewittmasterclass.com\/os\/wp-login.php\" method=\"post\"><input type=\"hidden\" name=\"pmpro_login_form_used\" value=\"1\" \/><p class=\"login-username\">\n\t\t\t\t<label for=\"user_login\">Username or Email Address<\/label>\n\t\t\t\t<input type=\"text\" name=\"log\" id=\"user_login\" autocomplete=\"username\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p><p class=\"login-password\">\n\t\t\t\t<label for=\"user_pass\">Password<\/label>\n\t\t\t\t<input type=\"password\" name=\"pwd\" id=\"user_pass\" autocomplete=\"current-password\" spellcheck=\"false\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p><p class=\"login-remember\"><label><input name=\"rememberme\" type=\"checkbox\" id=\"rememberme\" value=\"forever\" \/> Remember Me<\/label><\/p><p class=\"login-submit\">\n\t\t\t\t<input type=\"submit\" name=\"wp-submit\" id=\"wp-submit\" class=\"button button-primary\" value=\"Log In\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"redirect_to\" value=\"\" \/>\n\t\t\t<\/p><\/form>\t<div class=\"pmpro_form_field-password-toggle\">\n\t\t<button type=\"button\" id=\"pmpro_btn-password-toggle-1\" class=\"pmpro_btn pmpro_btn-plain hide-if-no-js\" data-toggle=\"0\">\n\t\t\t<span class=\"pmpro_icon pmpro_icon-eye\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--pmpro--color--accent)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-eye\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg><\/span>\n\t\t\t<span class=\"pmpro_form_field-password-toggle-state\">Show Password<\/span>\n\t\t<\/button>\n\t<\/div>\n\t<script>\n\t\t\/\/ Password visibility toggle (wp_login_form instance).\n\t\t(function() {\n\t\t\tconst toggleButton = document.querySelectorAll('#pmpro_btn-password-toggle-1')[0];\n\t\t\tconst toggleWrapper = toggleButton.closest('.pmpro_form_field-password-toggle');\n\t\t\tconst loginForm = toggleWrapper.previousElementSibling;\n\t\t\tconst passwordParagraph = loginForm.querySelector('.login-password');\n\t\t\tconst passwordInput = loginForm.querySelector('#user_pass');\n\n\t\t\tpasswordParagraph.appendChild(toggleWrapper);\n\t\t\ttoggleButton.classList.remove('hide-if-no-js');\n\t\t\ttoggleButton.addEventListener('click', togglePassword);\n\n\t\t\tfunction togglePassword() {\n\t\t\t\tconst status = this.getAttribute('data-toggle');\n\t\t\t\tconst passwordInputs = document.querySelectorAll('#user_pass');\n\t\t\t\tconst icon = this.getElementsByClassName('pmpro_icon')[0];\n\t\t\t\tconst state = this.getElementsByClassName('pmpro_form_field-password-toggle-state')[0];\n\n\t\t\t\tif (parseInt(status, 10) === 0) {\n\t\t\t\t\tthis.setAttribute('data-toggle', 1);\n\t\t\t\t\tpasswordInput.setAttribute( 'type', 'text' );\n\t\t\t\t\ticon.innerHTML = `\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--pmpro--color--accent)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-eye-off\">\n\t\t\t\t\t\t\t<path d=\"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24\"><\/path>\n\t\t\t\t\t\t\t<line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"><\/line>\n\t\t\t\t\t\t<\/svg>`;\n\t\t\t\t\tstate.textContent = 'Hide Password';\n\t\t\t\t} else {\n\t\t\t\t\tthis.setAttribute('data-toggle', 0);\n\t\t\t\t\tpasswordInput.setAttribute( 'type', 'password' );\n\t\t\t\t\ticon.innerHTML = `\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--pmpro--color--accent)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-eye\">\n\t\t\t\t\t\t\t<path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path>\n\t\t\t\t\t\t\t<circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle>\n\t\t\t\t\t\t<\/svg>`;\n\t\t\t\t\tstate.textContent = 'Show Password';\n\t\t\t\t}\n\t\t\t}\n\t\t})();\n\t<\/script>\n\t\t\t\t\t\t\t\t\t<\/div> <!-- end pmpro_card_content -->\n\t\t\t\t\t\t\t\t<div class=\"pmpro_card_actions\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"pmpro_actions_nav\">\n\t\t<a href=\"https:\/\/angelahewittmasterclass.com\/os\/login\/?action=reset_pass\">Lost Password?<\/a>\t<\/div> <!-- end pmpro_actions_nav -->\n\t\t\t\t\t\t\t\t\t<\/div> <!-- end pmpro_card_actions -->\n\t\t\t\t\t\t\t<\/div> <!-- end pmpro_login_wrap -->\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/section> <!-- end pmpro_login -->\n\t<\/div> <!-- end pmpro -->\n\t<\/div>\n<div class=\"column-half second\">\n<div class=\"subscribenow\" onclick=\"location.href='https:\/\/angelahewittmasterclass.com\/os\/register\/';\" style=\"cursor: pointer;\">Subscribe <span>now &#038; get instant access<\/span><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Subscribe now &#038; get instant access<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":4,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pmpro_default_level":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-193","page","type-page","status-publish","hentry","pmpro-has-access"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Log In - Angela Hewitt Masterclass<\/title>\n<meta name=\"robots\" content=\"noindex, nofollow\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Log In - Angela Hewitt Masterclass\" \/>\n<meta property=\"og:description\" content=\"Subscribe now &#038; get instant access\" \/>\n<meta property=\"og:url\" content=\"https:\/\/angelahewittmasterclass.com\/os\/login\/\" \/>\n<meta property=\"og:site_name\" content=\"Angela Hewitt Masterclass\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-25T18:01:56+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/angelahewittmasterclass.com\\\/os\\\/login\\\/\",\"url\":\"https:\\\/\\\/angelahewittmasterclass.com\\\/os\\\/login\\\/\",\"name\":\"Log In - Angela Hewitt Masterclass\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/angelahewittmasterclass.com\\\/os\\\/#website\"},\"datePublished\":\"2016-09-26T17:13:41+00:00\",\"dateModified\":\"2026-03-25T18:01:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/angelahewittmasterclass.com\\\/os\\\/login\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/angelahewittmasterclass.com\\\/os\\\/login\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/angelahewittmasterclass.com\\\/os\\\/login\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/angelahewittmasterclass.com\\\/os\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Log In\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/angelahewittmasterclass.com\\\/os\\\/#website\",\"url\":\"https:\\\/\\\/angelahewittmasterclass.com\\\/os\\\/\",\"name\":\"Angela Hewitt Masterclass\",\"description\":\"Angela Hewitt Masterclass\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/angelahewittmasterclass.com\\\/os\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Log In - Angela Hewitt Masterclass","robots":{"index":"noindex","follow":"nofollow"},"og_locale":"en_GB","og_type":"article","og_title":"Log In - Angela Hewitt Masterclass","og_description":"Subscribe now &#038; get instant access","og_url":"https:\/\/angelahewittmasterclass.com\/os\/login\/","og_site_name":"Angela Hewitt Masterclass","article_modified_time":"2026-03-25T18:01:56+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/angelahewittmasterclass.com\/os\/login\/","url":"https:\/\/angelahewittmasterclass.com\/os\/login\/","name":"Log In - Angela Hewitt Masterclass","isPartOf":{"@id":"https:\/\/angelahewittmasterclass.com\/os\/#website"},"datePublished":"2016-09-26T17:13:41+00:00","dateModified":"2026-03-25T18:01:56+00:00","breadcrumb":{"@id":"https:\/\/angelahewittmasterclass.com\/os\/login\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/angelahewittmasterclass.com\/os\/login\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/angelahewittmasterclass.com\/os\/login\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/angelahewittmasterclass.com\/os\/"},{"@type":"ListItem","position":2,"name":"Log In"}]},{"@type":"WebSite","@id":"https:\/\/angelahewittmasterclass.com\/os\/#website","url":"https:\/\/angelahewittmasterclass.com\/os\/","name":"Angela Hewitt Masterclass","description":"Angela Hewitt Masterclass","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/angelahewittmasterclass.com\/os\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/angelahewittmasterclass.com\/os\/wp-json\/wp\/v2\/pages\/193","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/angelahewittmasterclass.com\/os\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/angelahewittmasterclass.com\/os\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/angelahewittmasterclass.com\/os\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/angelahewittmasterclass.com\/os\/wp-json\/wp\/v2\/comments?post=193"}],"version-history":[{"count":4,"href":"https:\/\/angelahewittmasterclass.com\/os\/wp-json\/wp\/v2\/pages\/193\/revisions"}],"predecessor-version":[{"id":852,"href":"https:\/\/angelahewittmasterclass.com\/os\/wp-json\/wp\/v2\/pages\/193\/revisions\/852"}],"wp:attachment":[{"href":"https:\/\/angelahewittmasterclass.com\/os\/wp-json\/wp\/v2\/media?parent=193"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}