{"id":220,"date":"2023-08-24T22:37:41","date_gmt":"2023-08-24T22:37:41","guid":{"rendered":"https:\/\/mahnoki.com\/index.php\/affiliates\/"},"modified":"2023-08-24T22:37:41","modified_gmt":"2023-08-24T22:37:41","slug":"affiliates","status":"publish","type":"page","link":"https:\/\/mahnoki.com\/index.php\/affiliates\/","title":{"rendered":"Mahnoki Referral Platform"},"content":{"rendered":"<div class='sld-ap-container'><div class='sld-ap'>        \n        <style>\n            :root {\n                \/* Global container color *\/\n                --sld-ap-background: #fff;\n                \/* Shading background : Used for hovers and tables *\/\n                --sld-ap-shading: #fafafa;\n\n                \/* Color scheme *\/\n                --sld-ap-primary-color: #474747;\n                --sld-ap-secondary-color: #757575;\n                --sld-ap-accent-color: #4285F4;\n                --sld-ap-border-color: #DADCE0;\n                --sld-ap-border-radius: 10px;\n                \/* --sld-ap-font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"; *\/\n                --sld-ap-font-family: inherit;\n\n\n                \/* Font sizes *\/\n                --sld-ap-font-size-xs: 12px;\n                --sld-ap-font-size-m: 14px;\n                --sld-ap-font-size-l: 20px;\n                --sld-ap-font-size-xl: 22px;\n            }\n\n            \/********************\n\nAffiliate Portal CSS\n\n*********************\/\n\n\n            \/* Global layout\/grid  *\/\n\n\n            .sld-ap {\n                display: flex;\n                font-size: 1rem;\n                font-family: var(--sld-ap-font-family);\n                gap: 20px;\n            }\n\n\n            .sld-ap h2 {\n                font-family: var(--sld-ap-font-family);\n                font-size: var(--sld-ap-font-size-xl);\n                margin-bottom: 20px;\n                font-weight: 400;\n            }\n\n\n            .sld-col-1 {\n                flex-shrink: 0;\n                flex-basis: 60%;\n            }\n\n            .sld-col-1:last-child {\n                flex-shrink: 0;\n                flex-basis: fit-content;\n            }\n\n            @media only screen and (max-width: 760px) {\n\n\n                .sld-ap {\n                    flex-direction: column;\n                }\n\n            }\n\n            .sld-ap-form {\n                display:flex;\n                flex-direction: column;\n            }\n\n            .sld-ap-form_box {\n                padding: 20px;\n                width: 100%;\n                border: 1px solid var(--sld-ap-border-color);\n                border-radius: 5px;\n            }\n\n            .sld-ap-form_group {\n                width: 100%;\n                margin: 15px 0;\n                display: flex;\n                flex-direction: column;\n            }\n\n            .sld-ap-form_group>label {\n                margin: 5px 0;\n                font-size: var(--sld-ap-font-size-m);\n                color: var(--sld-ap-secondary-color);\n                display:flex;\n                flex-direction: column;\n            }\n\n            .sld-ap-form_group>label input,\n            .sld-ap-form_group>label textarea,\n            .sld-ap-form_group>label select\n            {\n                width:100%;\n            }\n            .sld-ap-form_checkbox input {\n                width:auto !important;\n            }\n\n            .sld-ap-form_group input,\n            .sld-ap-form_group textarea,\n            .sld-ap-form_group select {\n                display: block;\n                border: 1px solid var(--sld-ap-border-color);\n                padding: 10px 5px;\n                border-radius: 3px;\n                background: #fafafd;\n            }\n\n\n            .sld-ap-form_checkbox {\n                display: inline-block !important;\n                color: var(--sld-ap-primary-color) !important;\n                font-size: var(--sld-ap-font-size-m) !important;\n            }\n\n            .sld-ap-form_checkbox>input {\n                width: 25px;\n                display: inline-block;\n            }\n\n            label.sld_field-label input[type='radio'] {\n                width: 25px;\n                border-radius: 50%;\n                display: inline-block;\n            }\n\n            .sld-ap-form_checkbox a {\n                color: blue;\n            }\n\n            .sld-ap-form_submit {\n                background: var(--sld-ap-accent-color);\n                font-size: var(--sld-ap-font-size-m);\n                color: #fff;\n                padding: 15px 20px;\n                border: none !important;\n                border-radius: 5px\n            }\n\n            .sld-ap-form_group input:focus,\n            .sld-ap-form_group input:focus-within,\n            .sld-ap-form_group input:focus-visible {\n                border: 1px solid var(--sld-ap-accent-color);\n                outline: none !important;\n                background: #fff;\n            }\n\n            .sld-ap-form_tip {\n                font-size: var(--sld-ap-font-size-xs);\n                color: var(--sld-ap-primary-color);\n            }\n\n            .sld-ap-form_notice {\n                display: flex;\n                gap: 5px;\n                margin: 20px 0;\n                border: 1px solid var(--sld-ap-border-color);\n                color: var(--sld-ap-primary-color);\n                line-height: 1.2;\n                font-size: var(--sld-ap-font-size-m);\n                border-radius: 5px;\n                padding: 10px;\n                align-items: center;\n            }\n\n            .sld-ap-form_notice_icon svg {\n                fill: var(--sld-ap-secondary-color);\n                width: auto;\n                height: 20px;\n            }\n\n\n            .sld-ap-form_notice.error svg {\n                fill: darkred;\n            }\n\n            .sld-ap-form_notice.error {\n                color: darkred;\n                background: rgb(255, 248, 249);\n            }\n\n            .sld-ap-form_notice.success svg {\n                fill: darkgreen;\n            }\n\n            .sld-ap-form_notice.success {\n                color: darkgreen;\n                background: #e0ffe0;\n            }\n\n            .sld-ap-form_notice.info svg {\n                fill: darkblue;\n            }\n\n            .sld-ap-form_notice.info {\n                color: darkblue;\n                background: #fbfeff;\n            }\n\n            .sld-ap-form_group a.forgot-pass {\n                font-size: var(--sld-ap-font-size-xs);\n                color: blue;\n            }\n\n\n            .sld-ap-form_login {\n                background: white;\n                font-size: var(--sld-ap-font-size-m);\n                color: var(--sld-ap-accent-color);\n                border: 1px solid var(--sld-ap-accent-color);\n                padding: 15px 20px;\n                border-radius: 5px\n            }\n\n            .sld-tooltip>svg {\n                max-width: 15px;\n            }\n\n            \/* label with for=\"is_accept_affiliate_policy\"  *\/\n            label[for=\"is_accept_affiliate_policy\"] p.sld_field-description {\n                display: inline-block;\n            }\n\n\n            #is_accept_affiliate_policy+p::before {\n                content: '* ';\n                color: red;\n            }\n\n            .sld-ap-login-component {\n                height: fit-content;\n            }\n\n            \/* Stuff Mike added while making \"v2\" registration form *\/\n            .sld-ap-form_error {\n                color: red;\n                font-size: var(--sld-ap-font-size-xs);\n                margin: 5px 0;\n            }\n        <\/style>\n\n        <script>\n            \/\/ make an ajax request to generate a new nonce and then replace the value of the nonce field in the form\n            jQuery(document).ready(function($) {\n                var data = {\n                    'action': 'sld_affiliate_generate_registration_nonce',\n                };\n\n               jQuery.post(window.SolidAffiliate.ajaxurl, data, function(response) {\n                    if (response.success) {\n                       jQuery('#solid-affiliate-affiliate-portal_new_affiliate #_wpnonce').val(response.data);\n                    }\n                });\n\n                \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n                \/\/ Function to check if a field is already in use\n                function checkIfFieldIsAlreadyInUse(field, value) {\n                    return jQuery.ajax({\n                        url: window.SolidAffiliate.ajaxurl,\n                        type: 'POST',\n                        data: {\n                            action: 'sld_affiliate_check_if_field_is_already_in_use',\n                            field: field,\n                            value: value,\n                        }\n                    });\n                }\n\n                \/\/ Add an event handler to do something whenever the name=\"user_email\" or \"user_login\" field is changed.\n               jQuery('#solid-affiliate-affiliate-portal_new_affiliate input[name=\"user_email\"], #solid-affiliate-affiliate-portal_new_affiliate input[name=\"user_login\"]').on('change', function() {\n                    let $this = jQuery(this);\n                    let newValue = $this.val();\n                    let field = $this.attr('name') === 'user_email' ? 'email' : 'login';\n                    let errorId = 'sld-user_' + field + '-error';\n\n                    \/\/ check if the field is already in use\n                    checkIfFieldIsAlreadyInUse(field, newValue).done(function(response) {\n                        if (response.success) {\n                            jQuery('#solid-affiliate-affiliate-portal_new_affiliate #' + errorId).remove();\n                        } else {\n                            if (jQuery('#solid-affiliate-affiliate-portal_new_affiliate #' + errorId).length) {\n                                return;\n                            }\n                            $this.after(field === 'email' ? \"<div id='sld-user_email-error' class='sld-ap-form_error'>An account with this email aready exists. Please <a href=\\\"https:\\\/\\\/mahnoki.com\\\/wp-login.php\\\" target=\\\"_self\\\">Login<\\\/a> first if it is your account.<\\\/div>\" : \"<div id='sld-user_login-error' class='sld-ap-form_error'>An account with this username aready exists. Please <a href=\\\"https:\\\/\\\/mahnoki.com\\\/wp-login.php\\\" target=\\\"_self\\\">Login<\\\/a> first if it is your account.<\\\/div>\");\n                        }\n                    }).fail(function(error) {\n                        jQuery('#solid-affiliate-affiliate-portal_new_affiliate #' + errorId).remove();\n                    });\n                });\n\n            });\n        <\/script>\n\n        <div class=\"sld-col-1 sld-ap-form_box sld-ap-registration-component\">\n                        \n            <h2>Register as Affiliate<\/h2>\n\n            <form action=\"\" method=\"post\" class=\"sld-ap-form\" id=\"solid-affiliate-affiliate-portal_new_affiliate\">\n                \n        <style>\n            p.sld_field-description { display: block; opacity: 0.75; font-size:12px; margin:0 }\n        <\/style>\n        \n        <style>\n        .sld_field-title.required>span.sld_title-text:after {\n            color: red;\n            content: ' * ';\n        }\n\n        <\/style>\n        <div style='display: inline-block;' id='sld-forma8483a49'><div class='sld-ap-form_group'>\n<tr class='row-user_login'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Username<\/span>\n                            \n                        <\/div>\n                    <\/th>\n    <td id='td-user_login'>\n        <label for='label-user_login' class='sld_field-label'>\n            <input  type='text' name='user_login' id='user_login' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Your username.<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-user_email'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Account Email<\/span>\n                            \n                        <\/div>\n                    <\/th>\n    <td id='td-user_email'>\n        <label for='label-user_email' class='sld_field-label'>\n            <input  type='email' name='user_email' id='user_email' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Your primary email, used for logging in.<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-payment_email'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Payment Email (PayPal)<\/span>\n                            \n                        <\/div>\n                    <\/th>\n    <td id='td-payment_email'>\n        <label for='label-payment_email' class='sld_field-label'>\n            <input  type='email' name='payment_email' id='payment_email' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Your PayPal payment email, to which we will send commission payments. Can be the same as your account email.<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-user_pass'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Password<\/span>\n                            \n                        <\/div>\n                    <\/th>\n    <td id='td-user_pass'>\n        <label for='label-user_pass' class='sld_field-label'>\n            <input  type='password' name='user_pass' id='user_pass' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Your primary password, used for logging in.<\/p>\n    <\/td>\n<\/tr>\n<\/div>   <div class='sld-ap-form_group'>\n<tr class='row-registration_notes'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>How will you promote us?<\/span>\n                            \n                        <\/div>\n                    <\/th>\n    <td id='td-registration_notes'>\n        <label for='label-registration_notes' class='sld_field-label'>\n            <textarea  type='textarea' name='registration_notes' id='registration_notes' class='regular-text' placeholder='' required rows=\"5\" \/><\/textarea>\n        <\/label>\n        <p class='description sld_field-description'>Let us know a bit about yourself and how you plan on promoting our products.<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-is_accept_affiliate_policy'>\n    \n    <td>\n        <label for='is_accept_affiliate_policy' class='sld-ap-form_checkbox'>\n            <input  type='checkbox' name='is_accept_affiliate_policy' id='is_accept_affiliate_policy' class='regular-text' required   \/>\n            <p class='description sld_field-description'><a href=\"https:\/\/mahnoki.com\/index.php\/affiliates\/\" target=\"_blank\">Agree to our Terms of Service and Privacy Policy<\/a><\/p>\n        <\/label>\n    <\/td>\n<\/tr>\n<\/div> <input type='hidden' id='affiliate_group_id' name='affiliate_group_id' value=''><\/div>                                <input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"47920555bc\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php\/wp-json\/wp\/v2\/pages\/220\" \/>                <input type=\"submit\" name=\"submit_affiliate_registration\" id=\"submit_affiliate_registration\" class=\"sld-ap-form_submit\" value=\"Register as Affiliate\">\n            <\/form>\n\n            <div class=\"sld-ap-form_notice\">\n                <div class=\"sld-ap-form_notice_icon\">\n                    <svg width=\"16\" height=\"11\" viewBox=\"0 0 16 11\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M12.1641 4.72266C11.8125 5.07422 11.3789 5.25 10.8633 5.25C10.3477 5.25 9.90234 5.07422 9.52734 4.72266C9.17578 4.34766 9 3.90234 9 3.38672C9 2.87109 9.17578 2.42578 9.52734 2.05078C9.90234 1.67578 10.3477 1.48828 10.8633 1.48828C11.3789 1.48828 11.8125 1.67578 12.1641 2.05078C12.5391 2.42578 12.7266 2.87109 12.7266 3.38672C12.7266 3.90234 12.5391 4.34766 12.1641 4.72266ZM6.82031 3.84375C6.39844 4.28906 5.87109 4.51172 5.23828 4.51172C4.62891 4.51172 4.10156 4.28906 3.65625 3.84375C3.21094 3.39844 2.98828 2.87109 2.98828 2.26172C2.98828 1.62891 3.21094 1.10156 3.65625 0.679688C4.10156 0.234375 4.62891 0.0117188 5.23828 0.0117188C5.87109 0.0117188 6.39844 0.234375 6.82031 0.679688C7.26562 1.10156 7.48828 1.62891 7.48828 2.26172C7.48828 2.87109 7.26562 3.39844 6.82031 3.84375ZM8.15625 7.32422C9.11719 6.94922 10.0195 6.76172 10.8633 6.76172C11.7305 6.76172 12.6328 6.94922 13.5703 7.32422C14.5312 7.69922 15.0117 8.19141 15.0117 8.80078V10.4883H6.75V8.80078C6.75 8.19141 7.21875 7.69922 8.15625 7.32422ZM5.23828 5.98828C5.75391 5.98828 6.35156 6.05859 7.03125 6.19922C5.83594 6.85547 5.23828 7.72266 5.23828 8.80078V10.4883H0V8.625C0 8.08594 0.316406 7.60547 0.949219 7.18359C1.60547 6.76172 2.32031 6.45703 3.09375 6.26953C3.89062 6.08203 4.60547 5.98828 5.23828 5.98828Z\" \/>\n                    <\/svg>\n                <\/div>\n                                    <div class=\"sld-ap-form_notice_text\">\n                        Your account will need to be approved before you can earn Referrals. You'll receive an email once it's approved.                    <\/div>\n                            <\/div>\n        <\/div>\n\n        \n        <style>\n            :root {\n                \/* Global container color *\/\n                --sld-ap-background: #fff;\n                \/* Shading background : Used for hovers and tables *\/\n                --sld-ap-shading: #fafafa;\n\n                \/* Color scheme *\/\n                --sld-ap-primary-color: #474747;\n                --sld-ap-secondary-color: #757575;\n                --sld-ap-accent-color: #4285F4;\n                --sld-ap-border-color: #DADCE0;\n                --sld-ap-border-radius: 10px;\n                \/* --sld-ap-font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"; *\/\n                --sld-ap-font-family: inherit;\n\n\n                \/* Font sizes *\/\n                --sld-ap-font-size-xs: 12px;\n                --sld-ap-font-size-m: 14px;\n                --sld-ap-font-size-l: 20px;\n                --sld-ap-font-size-xl: 22px;\n            }\n\n            \/********************\n\nAffiliate Portal CSS\n\n*********************\/\n\n\n            \/* Global layout\/grid  *\/\n\n\n            .sld-ap {\n                display: flex;\n                font-size: 1rem;\n                font-family: var(--sld-ap-font-family);\n                gap: 20px;\n            }\n\n\n            .sld-ap h2 {\n                font-family: var(--sld-ap-font-family);\n                font-size: var(--sld-ap-font-size-xl);\n                margin-bottom: 20px;\n                font-weight: 400;\n            }\n\n\n            .sld-col-1 {\n                flex-shrink: 0;\n                flex-basis: 60%;\n            }\n\n            .sld-col-1:last-child {\n                flex-shrink: 0;\n                flex-basis: fit-content;\n            }\n\n            @media only screen and (max-width: 760px) {\n\n\n                .sld-ap {\n                    flex-direction: column;\n                }\n\n            }\n\n            .sld-ap-form {\n                display:flex;\n                flex-direction: column;\n            }\n\n            .sld-ap-form_box {\n                padding: 20px;\n                width: 100%;\n                border: 1px solid var(--sld-ap-border-color);\n                border-radius: 5px;\n            }\n\n            .sld-ap-form_group {\n                width: 100%;\n                margin: 15px 0;\n                display: flex;\n                flex-direction: column;\n            }\n\n            .sld-ap-form_group>label {\n                margin: 5px 0;\n                font-size: var(--sld-ap-font-size-m);\n                color: var(--sld-ap-secondary-color);\n                display:flex;\n                flex-direction: column;\n            }\n\n            .sld-ap-form_group>label input,\n            .sld-ap-form_group>label textarea,\n            .sld-ap-form_group>label select\n            {\n                width:100%;\n            }\n            .sld-ap-form_checkbox input {\n                width:auto !important;\n            }\n\n            .sld-ap-form_group input,\n            .sld-ap-form_group textarea,\n            .sld-ap-form_group select {\n                display: block;\n                border: 1px solid var(--sld-ap-border-color);\n                padding: 10px 5px;\n                border-radius: 3px;\n                background: #fafafd;\n            }\n\n\n            .sld-ap-form_checkbox {\n                display: inline-block !important;\n                color: var(--sld-ap-primary-color) !important;\n                font-size: var(--sld-ap-font-size-m) !important;\n            }\n\n            .sld-ap-form_checkbox>input {\n                width: 25px;\n                display: inline-block;\n            }\n\n            label.sld_field-label input[type='radio'] {\n                width: 25px;\n                border-radius: 50%;\n                display: inline-block;\n            }\n\n            .sld-ap-form_checkbox a {\n                color: blue;\n            }\n\n            .sld-ap-form_submit {\n                background: var(--sld-ap-accent-color);\n                font-size: var(--sld-ap-font-size-m);\n                color: #fff;\n                padding: 15px 20px;\n                border: none !important;\n                border-radius: 5px\n            }\n\n            .sld-ap-form_group input:focus,\n            .sld-ap-form_group input:focus-within,\n            .sld-ap-form_group input:focus-visible {\n                border: 1px solid var(--sld-ap-accent-color);\n                outline: none !important;\n                background: #fff;\n            }\n\n            .sld-ap-form_tip {\n                font-size: var(--sld-ap-font-size-xs);\n                color: var(--sld-ap-primary-color);\n            }\n\n            .sld-ap-form_notice {\n                display: flex;\n                gap: 5px;\n                margin: 20px 0;\n                border: 1px solid var(--sld-ap-border-color);\n                color: var(--sld-ap-primary-color);\n                line-height: 1.2;\n                font-size: var(--sld-ap-font-size-m);\n                border-radius: 5px;\n                padding: 10px;\n                align-items: center;\n            }\n\n            .sld-ap-form_notice_icon svg {\n                fill: var(--sld-ap-secondary-color);\n                width: auto;\n                height: 20px;\n            }\n\n\n            .sld-ap-form_notice.error svg {\n                fill: darkred;\n            }\n\n            .sld-ap-form_notice.error {\n                color: darkred;\n                background: rgb(255, 248, 249);\n            }\n\n            .sld-ap-form_notice.success svg {\n                fill: darkgreen;\n            }\n\n            .sld-ap-form_notice.success {\n                color: darkgreen;\n                background: #e0ffe0;\n            }\n\n            .sld-ap-form_notice.info svg {\n                fill: darkblue;\n            }\n\n            .sld-ap-form_notice.info {\n                color: darkblue;\n                background: #fbfeff;\n            }\n\n            .sld-ap-form_group a.forgot-pass {\n                font-size: var(--sld-ap-font-size-xs);\n                color: blue;\n            }\n\n\n            .sld-ap-form_login {\n                background: white;\n                font-size: var(--sld-ap-font-size-m);\n                color: var(--sld-ap-accent-color);\n                border: 1px solid var(--sld-ap-accent-color);\n                padding: 15px 20px;\n                border-radius: 5px\n            }\n\n            .sld-tooltip>svg {\n                max-width: 15px;\n            }\n\n            \/* label with for=\"is_accept_affiliate_policy\"  *\/\n            label[for=\"is_accept_affiliate_policy\"] p.sld_field-description {\n                display: inline-block;\n            }\n\n\n            #is_accept_affiliate_policy+p::before {\n                content: '* ';\n                color: red;\n            }\n\n            .sld-ap-login-component {\n                height: fit-content;\n            }\n\n            \/* Stuff Mike added while making \"v2\" registration form *\/\n            .sld-ap-form_error {\n                color: red;\n                font-size: var(--sld-ap-font-size-xs);\n                margin: 5px 0;\n            }\n        <\/style>\n\n        <script>\n            \/\/ make an ajax request to generate a new nonce and then replace the value of the nonce field in the form\n            jQuery(document).ready(function($) {\n                var data = {\n                    'action': 'sld_affiliate_generate_login_nonce',\n                };\n\n                $.post(window.SolidAffiliate.ajaxurl, data, function(response) {\n                    if (response.success) {\n                        $('#solid-affiliate-affiliate-portal_login-form #_wpnonce').val(response.data);\n                    }\n                });\n            });\n        <\/script>\n\n        <div class=\"sld-col-2 sld-ap-form_box sld-ap-login-component\">\n            \n            <h2>Login as Affiliate<\/h2>\n            <form action=\"\" method=\"post\" class=\"sld-ap-form\" id=\"solid-affiliate-affiliate-portal_login-form\">\n                <div class=\"sld-ap-form_group\">\n                    <label for=\"user_email\">Account email<\/label>\n                    <input type=\"email\" id=\"sld-ap-login-email\" name=\"user_email\" required>\n                <\/div>\n                <div class=\"sld-ap-form_group\">\n                    <label for=\"user_pass\">Password<\/label>\n                    <input type=\"password\" id=\"sld-ap-login-pass\" name=\"user_pass\" required>\n                    <a href=\"https:\/\/mahnoki.com\/index.php\/my-account\/lost-password\/\" class=\"forgot-pass\">Forgot your password?<\/a>\n                <\/div>\n                <input type=\"hidden\" name=\"field_id\" value=\"0\">\n\n                <input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"f745cb7729\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php\/wp-json\/wp\/v2\/pages\/220\" \/>                <!-- TODO: Was there a reason that 'id' was set to the string that $submit_action is, but does not use the $submit_action variable? -->\n                <input type=\"submit\" name=\"submit_solid_affiliate_login\" id=\"submit_solid_affiliate_login\" class=\"sld-ap-form_login\" value=\"Login as Affiliate\">\n            <\/form>\n        <\/div>\n\n    <\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-220","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Mahnoki Referral Platform - mahnoki<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mahnoki.com\/index.php\/affiliates\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mahnoki Referral Platform - mahnoki\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mahnoki.com\/index.php\/affiliates\/\" \/>\n<meta property=\"og:site_name\" content=\"mahnoki\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mahnoki.com\/index.php\/affiliates\/\",\"url\":\"https:\/\/mahnoki.com\/index.php\/affiliates\/\",\"name\":\"Mahnoki Referral Platform - mahnoki\",\"isPartOf\":{\"@id\":\"https:\/\/mahnoki.com\/#website\"},\"datePublished\":\"2023-08-24T22:37:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/mahnoki.com\/index.php\/affiliates\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mahnoki.com\/index.php\/affiliates\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mahnoki.com\/index.php\/affiliates\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mahnoki.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mahnoki Referral Platform\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mahnoki.com\/#website\",\"url\":\"https:\/\/mahnoki.com\/\",\"name\":\"Mahnoki\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mahnoki.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mahnoki Referral Platform - mahnoki","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mahnoki.com\/index.php\/affiliates\/","og_locale":"en_US","og_type":"article","og_title":"Mahnoki Referral Platform - mahnoki","og_url":"https:\/\/mahnoki.com\/index.php\/affiliates\/","og_site_name":"mahnoki","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mahnoki.com\/index.php\/affiliates\/","url":"https:\/\/mahnoki.com\/index.php\/affiliates\/","name":"Mahnoki Referral Platform - mahnoki","isPartOf":{"@id":"https:\/\/mahnoki.com\/#website"},"datePublished":"2023-08-24T22:37:41+00:00","breadcrumb":{"@id":"https:\/\/mahnoki.com\/index.php\/affiliates\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mahnoki.com\/index.php\/affiliates\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mahnoki.com\/index.php\/affiliates\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mahnoki.com\/"},{"@type":"ListItem","position":2,"name":"Mahnoki Referral Platform"}]},{"@type":"WebSite","@id":"https:\/\/mahnoki.com\/#website","url":"https:\/\/mahnoki.com\/","name":"Mahnoki","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mahnoki.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/mahnoki.com\/index.php\/wp-json\/wp\/v2\/pages\/220","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mahnoki.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mahnoki.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mahnoki.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mahnoki.com\/index.php\/wp-json\/wp\/v2\/comments?post=220"}],"version-history":[{"count":0,"href":"https:\/\/mahnoki.com\/index.php\/wp-json\/wp\/v2\/pages\/220\/revisions"}],"wp:attachment":[{"href":"https:\/\/mahnoki.com\/index.php\/wp-json\/wp\/v2\/media?parent=220"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}