{
    "id": 2624,
    "date": "2025-07-13T22:12:57",
    "date_gmt": "2025-07-14T03:12:57",
    "guid": {
        "rendered": "https:\/\/ilpublishinghouse.com\/login\/"
    },
    "modified": "2025-12-22T15:00:58",
    "modified_gmt": "2025-12-22T21:00:58",
    "slug": "login",
    "status": "publish",
    "type": "page",
    "link": "https:\/\/ilpublishinghouse.com\/es\/login\/",
    "title": {
        "rendered": "Acceder"
    },
    "content": {
        "rendered": "<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\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:\/\/ilpublishinghouse.com\/wp-login.php\" method=\"post\" data-trp-original-action=\"https:\/\/ilpublishinghouse.com\/wp-login.php\"><input type=\"hidden\" name=\"pmpro_login_form_used\" value=\"1\" \/><p class=\"login-username\">\n\t\t\t\t<label for=\"user_login\">Nombre de usuario o correo electr\u00f3nico<\/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\">Contrase\u00f1a<\/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\" \/> Recu\u00e9rdame<\/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=\"Acceder\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"redirect_to\" value=\"\" \/>\n\t\t\t<\/p><input type=\"hidden\" name=\"trp-form-language\" value=\"es\"\/><\/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:\/\/ilpublishinghouse.com\/es\/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\n\n\n<h2 class=\"wp-block-heading\" id=\"h-no-tienes-una-cuenta-registrate-aqui\">\u00bfNo tienes una cuenta? <a href=\"\/es\/niveles-de-membresia\/\">Reg\u00edstrate aqu\u00ed<\/a><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u00bfRequieres ayuda? <a href=\"\/es\/contact\/\">Cont\u00e1ctanos<\/a><\/p>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>",
        "protected": false
    },
    "excerpt": {
        "rendered": "<p>\u00bfNo tienes una cuenta? Reg\u00edstrate aqu\u00ed \u00bfRequieres ayuda? Cont\u00e1ctanos<\/p>",
        "protected": false
    },
    "author": 1,
    "featured_media": 0,
    "parent": 0,
    "menu_order": 0,
    "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-2624",
        "page",
        "type-page",
        "status-publish",
        "hentry",
        "pmpro-has-access"
    ],
    "yoast_head": "<!-- This site is optimized with the Yoast SEO Premium plugin v27.9 (Yoast SEO v27.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Acceder - IL Publishing house<\/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:\/\/ilpublishinghouse.com\/es\/login\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Acceder\" \/>\n<meta property=\"og:description\" content=\"\u00bfNo tienes una cuenta? Reg\u00edstrate aqu\u00ed \u00bfRequieres ayuda? Cont\u00e1ctanos\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ilpublishinghouse.com\/es\/login\/\" \/>\n<meta property=\"og:site_name\" content=\"IL Publishing house\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/il4education\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-22T21:00:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ilpublishinghouse.com\/wp-content\/uploads\/2024\/12\/cropped-favicon-web-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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:\\\/\\\/ilpublishinghouse.com\\\/login\\\/\",\"url\":\"https:\\\/\\\/ilpublishinghouse.com\\\/login\\\/\",\"name\":\"Acceder - IL Publishing house\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ilpublishinghouse.com\\\/en\\\/#website\"},\"datePublished\":\"2025-07-14T03:12:57+00:00\",\"dateModified\":\"2025-12-22T21:00:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ilpublishinghouse.com\\\/login\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ilpublishinghouse.com\\\/login\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ilpublishinghouse.com\\\/login\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ilpublishinghouse.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Acceder\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ilpublishinghouse.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/ilpublishinghouse.com\\\/en\\\/\",\"name\":\"IL Publishing house\",\"description\":\"Editorial\",\"publisher\":{\"@id\":\"https:\\\/\\\/ilpublishinghouse.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ilpublishinghouse.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ilpublishinghouse.com\\\/en\\\/#organization\",\"name\":\"IL Publishing house\",\"url\":\"https:\\\/\\\/ilpublishinghouse.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/ilpublishinghouse.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ilpublishinghouse.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/cropped-favicon-web-1.png\",\"contentUrl\":\"https:\\\/\\\/ilpublishinghouse.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/cropped-favicon-web-1.png\",\"width\":512,\"height\":512,\"caption\":\"IL Publishing house\"},\"image\":{\"@id\":\"https:\\\/\\\/ilpublishinghouse.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/il4education\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->",
    "yoast_head_json": {
        "title": "Acceder - IL Publishing house",
        "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:\/\/ilpublishinghouse.com\/es\/login\/",
        "og_locale": "es_ES",
        "og_type": "article",
        "og_title": "Acceder",
        "og_description": "\u00bfNo tienes una cuenta? Reg\u00edstrate aqu\u00ed \u00bfRequieres ayuda? Cont\u00e1ctanos",
        "og_url": "https:\/\/ilpublishinghouse.com\/es\/login\/",
        "og_site_name": "IL Publishing house",
        "article_publisher": "https:\/\/www.facebook.com\/il4education",
        "article_modified_time": "2025-12-22T21:00:58+00:00",
        "og_image": [
            {
                "width": 512,
                "height": 512,
                "url": "https:\/\/ilpublishinghouse.com\/wp-content\/uploads\/2024\/12\/cropped-favicon-web-1.png",
                "type": "image\/png"
            }
        ],
        "twitter_card": "summary_large_image",
        "schema": {
            "@context": "https:\/\/schema.org",
            "@graph": [
                {
                    "@type": "WebPage",
                    "@id": "https:\/\/ilpublishinghouse.com\/login\/",
                    "url": "https:\/\/ilpublishinghouse.com\/login\/",
                    "name": "Acceder - IL Publishing house",
                    "isPartOf": {
                        "@id": "https:\/\/ilpublishinghouse.com\/en\/#website"
                    },
                    "datePublished": "2025-07-14T03:12:57+00:00",
                    "dateModified": "2025-12-22T21:00:58+00:00",
                    "breadcrumb": {
                        "@id": "https:\/\/ilpublishinghouse.com\/login\/#breadcrumb"
                    },
                    "inLanguage": "es",
                    "potentialAction": [
                        {
                            "@type": "ReadAction",
                            "target": [
                                "https:\/\/ilpublishinghouse.com\/login\/"
                            ]
                        }
                    ]
                },
                {
                    "@type": "BreadcrumbList",
                    "@id": "https:\/\/ilpublishinghouse.com\/login\/#breadcrumb",
                    "itemListElement": [
                        {
                            "@type": "ListItem",
                            "position": 1,
                            "name": "Home",
                            "item": "https:\/\/ilpublishinghouse.com\/en\/"
                        },
                        {
                            "@type": "ListItem",
                            "position": 2,
                            "name": "Acceder"
                        }
                    ]
                },
                {
                    "@type": "WebSite",
                    "@id": "https:\/\/ilpublishinghouse.com\/en\/#website",
                    "url": "https:\/\/ilpublishinghouse.com\/en\/",
                    "name": "IL Publishing house",
                    "description": "Editorial",
                    "publisher": {
                        "@id": "https:\/\/ilpublishinghouse.com\/en\/#organization"
                    },
                    "potentialAction": [
                        {
                            "@type": "SearchAction",
                            "target": {
                                "@type": "EntryPoint",
                                "urlTemplate": "https:\/\/ilpublishinghouse.com\/en\/?s={search_term_string}"
                            },
                            "query-input": {
                                "@type": "PropertyValueSpecification",
                                "valueRequired": true,
                                "valueName": "search_term_string"
                            }
                        }
                    ],
                    "inLanguage": "es"
                },
                {
                    "@type": "Organization",
                    "@id": "https:\/\/ilpublishinghouse.com\/en\/#organization",
                    "name": "IL Publishing house",
                    "url": "https:\/\/ilpublishinghouse.com\/en\/",
                    "logo": {
                        "@type": "ImageObject",
                        "inLanguage": "es",
                        "@id": "https:\/\/ilpublishinghouse.com\/en\/#\/schema\/logo\/image\/",
                        "url": "https:\/\/ilpublishinghouse.com\/wp-content\/uploads\/2024\/12\/cropped-favicon-web-1.png",
                        "contentUrl": "https:\/\/ilpublishinghouse.com\/wp-content\/uploads\/2024\/12\/cropped-favicon-web-1.png",
                        "width": 512,
                        "height": 512,
                        "caption": "IL Publishing house"
                    },
                    "image": {
                        "@id": "https:\/\/ilpublishinghouse.com\/en\/#\/schema\/logo\/image\/"
                    },
                    "sameAs": [
                        "https:\/\/www.facebook.com\/il4education"
                    ]
                }
            ]
        }
    },
    "_links": {
        "self": [
            {
                "href": "https:\/\/ilpublishinghouse.com\/es\/wp-json\/wp\/v2\/pages\/2624",
                "targetHints": {
                    "allow": [
                        "GET"
                    ]
                }
            }
        ],
        "collection": [
            {
                "href": "https:\/\/ilpublishinghouse.com\/es\/wp-json\/wp\/v2\/pages"
            }
        ],
        "about": [
            {
                "href": "https:\/\/ilpublishinghouse.com\/es\/wp-json\/wp\/v2\/types\/page"
            }
        ],
        "author": [
            {
                "embeddable": true,
                "href": "https:\/\/ilpublishinghouse.com\/es\/wp-json\/wp\/v2\/users\/1"
            }
        ],
        "replies": [
            {
                "embeddable": true,
                "href": "https:\/\/ilpublishinghouse.com\/es\/wp-json\/wp\/v2\/comments?post=2624"
            }
        ],
        "version-history": [
            {
                "count": 0,
                "href": "https:\/\/ilpublishinghouse.com\/es\/wp-json\/wp\/v2\/pages\/2624\/revisions"
            }
        ],
        "wp:attachment": [
            {
                "href": "https:\/\/ilpublishinghouse.com\/es\/wp-json\/wp\/v2\/media?parent=2624"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}