{"id":7663,"date":"2026-05-01T09:52:34","date_gmt":"2026-05-01T15:52:34","guid":{"rendered":"https:\/\/wordpress.megaplextheatres.com\/?p=7663"},"modified":"2026-05-01T14:31:50","modified_gmt":"2026-05-01T20:31:50","slug":"kids-summer-movies-2026","status":"publish","type":"post","link":"https:\/\/wordpress.megaplextheatres.com\/index.php\/2026\/05\/01\/kids-summer-movies-2026\/","title":{"rendered":"Kids Summer Movies 2026"},"content":{"rendered":"\n<style>\n  \/* Base styles *\/\n  :host {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    height: 100vh;\n  }\n\n  \/* Typography *\/\n  h2 {\n    margin-bottom: 10px;\n    font-size: 40px;\n    font-family: 'Salo Bold', sans-serif;\n  }\n\n  p {\n    font-size: 16px;\n    line-height: 1.5;\n    font-family: 'Founders', sans-serif;\n  }\n\n  \/* Card styles *\/\n  .cards-container {\n    display: flex;\n    gap: 3rem;\n    flex-wrap: wrap;\n    justify-content: center;\n  }\n\n  .card {\n    width: 400px;\n    height: 600px;\n    perspective: 1000px;\n    position: relative;\n  }\n\n  .flip-checkbox {\n    display: none;\n  }\n\n  .card-inner {\n    width: 100%;\n    height: 100%;\n    transition: transform 0.6s;\n    transform-style: preserve-3d;\n    position: relative;\n  }\n\n  .flip-checkbox:checked+.card-inner {\n    transform: rotateY(180deg);\n  }\n\n  .card-front,\n  .card-back {\n    width: 100%;\n    height: 100%;\n    position: absolute;\n    backface-visibility: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-direction: column;\n    background: #13003b;\n    border: 4px solid #863eff;\n  }\n\n  .card-back {\n    transform: rotateY(180deg);\n    background-color: #863eff;\n    padding: 2.5rem;\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-start;\n  }\n\n  .card-back-container h2 {\n    font-family: 'Salo Bold';\n    font-size: 5rem;\n  }\n\n  .card-back-container h3 {\n    font-family: 'Founders';\n    font-weight: normal;\n  }\n\n  .card-back-container ul {\n    margin-top: 3rem;\n  }\n\n  .card-back-container li {\n    font-family: 'Founders';\n    padding: 0;\n  }\n\n  .card-back-container p {\n    opacity: 70%;\n    margin-bottom: 3rem;\n    font-family: 'Founders';\n  }\n\n  .card-back-container label {\n    cursor: pointer;\n    font-size: 4rem;\n    padding-left: 90%;\n  }\n\n  .card-front label {\n    font-size: 3.5rem;\n  }\n\n  .card-image-container {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .card-image-content {\n    height: 40rem;\n    width: 40rem;\n  }\n\n  \/* Content layout *\/\n  .container {\n    display: flex;\n    align-items: stretch;\n    justify-content: space-between;\n    gap: 30px;\n    flex-wrap: wrap;\n    margin-bottom: 50px;\n    max-width: 1200px;\n    margin-left: auto;\n    margin-right: auto;\n    padding: 0 20px;\n  }\n\n  .image-column {\n    flex: 1;\n    max-width: 45%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 20px 0;\n  }\n\n  .image-column img {\n    width: 100%;\n    height: auto;\n    object-fit: cover;\n    max-height: 100%;\n    border-radius: 8px;\n    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);\n  }\n\n  .text-column {\n    flex: 1;\n    max-width: 55%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n  }\n\n  .text-content {\n    margin-bottom: 20px;\n  }\n\n  .text-button-container {\n    display: flex;\n    justify-content: flex-start;\n    width: 100%;\n    padding-left: 0;\n    margin-top: 20px;\n  }\n\n  .text-button {\n    width: 300px;\n    height: 81px;\n    cursor: pointer;\n    transition: transform 0.2s ease-in-out;\n  }\n\n  .text-button:hover {\n    transform: scale(1.05);\n  }\n\n  \/* Movie poster styles *\/\n  .movie-poster-container {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 15px;\n    text-align: center;\n  }\n\n  .movie-poster-row {\n    display: flex;\n    justify-content: center;\n    gap: 40px;\n    flex-wrap: nowrap;\n    width: 100%;\n    padding: 20px;\n    margin: 0 auto 40px;\n  }\n\n  .movie-poster-wrapper {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    margin-bottom: 30px;\n  }\n\n  .movie-poster {\n    width: 300px;\n    height: 450px;\n    object-fit: cover;\n    border-radius: 0px;\n  }\n\n  .ticket-button {\n    width: 300px;\n    height: 81px;\n    margin-top: 10px;\n    cursor: pointer;\n    transition: transform 0.2s ease-in-out;\n  }\n\n  .ticket-button:hover {\n    transform: scale(1.05);\n  }\n\n  \/* Banner styles *\/\n  .standard {\n    max-width: 1200px;\n    width: 100%;\n    height: auto;\n  }\n\n  \/* Header with image styles *\/\n  .header-with-image {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    margin-bottom: 15px;\n  }\n\n  .header-image {\n    height: 40px;\n    width: auto;\n  }\n\n  \/* Added: Increase h2 size in header *\/\n  .megaplex-info-text .header-with-image h2 {\n    font-size: 5rem;\n  }\n\n  \/* Responsive styles *\/\n  @media screen and (min-width: 1601px) {\n    .container, .movie-poster-container {\n      max-width: 80%;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    \n    h2 {\n      font-size: 48px;\n    }\n    \n    p {\n      font-size: 18px;\n      line-height: 1.6;\n    }\n    \n    .image-column {\n      padding: 30px 10px;\n    }\n  }\n\n  @media screen and (max-width: 1300px) {\n    .movie-poster-row {\n      gap: 20px;\n    }\n    .movie-poster, .ticket-button, .text-button {\n      width: 250px;\n      height: auto;\n    }\n    .ticket-button, .text-button {\n      height: 68px;\n    }\n  }\n\n  @media screen and (max-width: 992px) {\n    .container {\n      flex-direction: column;\n      align-items: center;\n    }\n    .image-column, .text-column {\n      max-width: 100%;\n      padding: 0;\n    }\n    .image-column img {\n      max-width: 500px;\n    }\n    .text-button-container {\n      justify-content: center;\n      padding-left: 0;\n    }\n  }\n\n  @media screen and (max-width: 900px) {\n    .movie-poster-row {\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 30px;\n    }\n    .movie-poster, .ticket-button, .text-button {\n      width: 225px;\n    }\n    .ticket-button, .text-button {\n      height: 61px;\n    }\n  }\n\n  @media screen and (max-width: 768px) {\n    .card {\n      width: 300px;\n      height: 400px;\n    }\n    .text-column {\n      text-align: center;\n      padding: 0 20px;\n    }\n    .card-image-content {\n      width: 27rem;\n      height: 27rem;\n    }\n    .card-back-container h2 {\n      font-size: 3.5rem;\n    }\n    .card-back-container h3 {\n      font-size: 1.5rem;\n    }\n    .card-back-container ul {\n      margin-top: 1rem;\n    }\n    .card-back-container p {\n      font-size: 12px;\n      margin: 0;\n    }\n    .card-front label {\n      background-size: auto !important;\n      width: 20rem !important;\n      height: 8rem !important;\n      font-size: 2.7rem !important;\n    }\n    .movie-poster-row {\n      flex-direction: column;\n      align-items: center;\n    }\n    .header-with-image {\n      flex-direction: column;\n      text-align: center;\n    }\n    .header-image {\n      margin-bottom: 10px;\n      height: 50px;\n    }\n    \/* Keep h2 larger on mobile too *\/\n    .megaplex-info-text .header-with-image h2 {\n      font-size: 2.8rem;\n    }\n  }\n\n  @media screen and (max-width: 600px) {\n    .movie-poster-row {\n      flex-direction: column;\n      align-items: center;\n      gap: 40px;\n    }\n    .movie-poster-wrapper {\n      margin-bottom: 15px;\n    }\n    .movie-poster {\n      width: 200px;\n      height: 300px;\n    }\n    .ticket-button, .text-button {\n      width: 200px;\n      height: 54px;\n    }\n  }\n\n  @media screen and (max-width: 320px) {\n    .movie-poster {\n      width: 180px;\n      height: 270px;\n    }\n    .ticket-button, .text-button {\n      width: 180px;\n      height: 49px;\n    }\n  }\n\n  .megaplex-container * {\n    box-sizing: border-box;\n    margin: 0;\n  }\n  \n  .megaplex-container {\n    width: 100%;\n    font-family: sans-serif;\n    line-height: 1.6;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n  }\n  \n  .megaplex-container h2 {\n    font-size: 2.5rem;\n    margin-bottom: 1rem;\n    font-family: 'Salo Bold', sans-serif;\n  }\n  \n  .megaplex-container p {\n    font-size: 1rem;\n    line-height: 1.5;\n    font-family: 'Founders', sans-serif;\n  }\n  \n  \/* Banner section *\/\n  .megaplex-banner {\n    width: 100%;\n    max-width: 1800px;\n    margin-left: auto;\n    margin-right: auto;\n    margin-bottom: 2rem;\n  }\n  \n  .megaplex-banner img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n  \n  \/* Content section *\/\n  .megaplex-content {\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto 3rem;\n    padding: 0 15px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n  }\n  \n  \/* Info section with image and text *\/\n  .megaplex-info {\n    display: flex;\n    align-items: center;\n    gap: 30px;\n    margin-bottom: 3rem;\n    width: 100%;\n  }\n\n  .megaplex-info-image {\n    flex: 0 0 45%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .megaplex-info-image img {\n    width: 100%;\n    height: auto;\n    object-fit: cover;\n  }\n\n  .megaplex-info-text {\n    flex: 0 0 50%;\n    display: flex;\n    flex-direction: column;\n  }\n\n  \/* Text size customization classes *\/\n  .megaplex-info-text h2 {\n    font-size: var(--heading-size, 2.5rem);\n  }\n\n  .megaplex-info-text p {\n    font-size: var(--paragraph-size, 16px);\n    line-height: 1.5;\n    margin-bottom: 20px;\n  }\n\n  \/* Optional predefined text size classes *\/\n  .text-small h2 { --heading-size: 2rem; }\n  .text-small p { --paragraph-size: 0.9rem; }\n\n  .text-medium h2 { --heading-size: 2.5rem; }\n  .text-medium p { --paragraph-size: 1rem; }\n\n  .text-large h2 { --heading-size: 3rem; }\n  .text-large p { --paragraph-size: 1.2rem; }\n  \n  \/* Movie poster grid *\/\n  .megaplex-movies {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 20px;\n    width: 100%;\n  }\n  \n  .megaplex-movie-item {\n    flex: 0 0 265px;\n    margin-bottom: 20px;\n    text-align: center;\n  }\n  \n  .megaplex-movie-poster {\n    width: 100%;\n    height: auto;\n    max-width: 265px;\n  }\n  \n  .megaplex-ticket-button {\n    width: 100%;\n    max-width: 265px;\n    height: auto;\n    margin-top: 10px;\n    transition: transform 0.2s;\n  }\n  \n  .megaplex-ticket-button:hover {\n    transform: scale(1.05);\n  }\n  \n  \/* Responsive adjustments *\/\n  @media (max-width: 992px) {\n    .megaplex-info {\n      flex-direction: column;\n    }\n    \n    .megaplex-info-image,\n    .megaplex-info-text {\n      flex: 0 0 100%;\n      max-width: 600px;\n      margin: 0 auto;\n    }\n    \n    .header-with-image {\n      flex-direction: column;\n      text-align: center;\n    }\n    \n    .header-image {\n      margin-bottom: 10px;\n      height: 50px;\n    }\n  }\n  \n  @media (max-width: 768px) {\n    .megaplex-movie-item {\n      flex: 0 0 45%;\n    }\n  }\n  \n  @media (max-width: 576px) {\n    .megaplex-movie-item {\n      flex: 0 0 100%;\n      max-width: 300px;\n    }\n    \n    .megaplex-container h2 {\n      font-size: 2rem;\n    }\n  }\n<\/style>\n\n<div class=\"megaplex-container\">\n  <!-- Banner Section -->\n  <div class=\"megaplex-banner\">\n    <img decoding=\"async\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/250331_KSM_Ads_1920x365_DesktopWebBanner.jpg\" alt=\"Kids Summer Movies 2025 Banner\">\n  <\/div>\n  <br> <br>\n  <!-- Main Content Section -->\n  <div class=\"megaplex-content\">\n    <!-- Info Section with Image and Text -->\n    <div class=\"megaplex-info\">\n      <div class=\"megaplex-info-image\">\n        <img decoding=\"async\" src=\"https:\/\/wordpress.megaplextheatres.com\/wp-content\/uploads\/kung-pandas_kvvQqQ3.jpg\" alt=\"Kund Fu Panda Movie Image\">\n      <\/div>\n      <div class=\"megaplex-info-text\">\n        <div class=\"header-with-image\">\n          <h2>Kids Summer Movies<\/h2>\n          <img decoding=\"async\" class=\"header-image\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/MACU KIDS SUMMER MOVIES.png\" alt=\"MACU Kids Summer Movies\">\n        <\/div>\n        <p>\u200b\u200bKids Summer Movies are back at Megaplex. 10 family favorites. 10 weeks. One low price. At just $2.50 per ticket, your family can enjoy the big screen all summer long.<\/p>\n        \n        <div class=\"text-button-container\">\n          <a href=\"https:\/\/store.megaplextheatres.com\/products\/digital-kids-summer-movie-pass-2025\">\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <br> <br>\n\n    <div class=\"movie-poster-container\">\n      <!-- Row 1 -->\n      <div class=\"movie-poster-row\">\n        <!-- Poster 1 -->\n        <div class=\"movie-poster-wrapper\">\n          <img decoding=\"async\" class=\"movie-poster\" src=\"https:\/\/wordpress.megaplextheatres.com\/wp-content\/uploads\/lifeofpets.jpg\" alt=\"Abominable Poster Kids Summer Movies 2025 Megaplex\" \/>\n  <br> <br>\n          <a href=\"https:\/\/megaplex.com\/film\/HO00004279\">\n            <img decoding=\"async\" class=\"ticket-button\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/Purple Megaplex Buy Tickets Button.png\" alt=\"Buy Tickets\" \/>\n          <\/a>\n        <\/div>\n\n        <!-- Poster 2 -->\n        <div class=\"movie-poster-wrapper\">\n          <img decoding=\"async\" class=\"movie-poster\" src=\"https:\/\/wordpress.megaplextheatres.com\/wp-content\/uploads\/trolls.jpg\" alt=\"Captain Underpants Poster Kids Summer Movies 2025 Megaplex\" \/>\n  <br> <br>\n          <a href=\"https:\/\/megaplex.com\/film\/HO00004280\">\n            <img decoding=\"async\" class=\"ticket-button\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/Purple Megaplex Buy Tickets Button.png\" alt=\"Buy Tickets\" \/>\n          <\/a>\n        <\/div>\n\n        <!-- Poster 3 -->\n        <div class=\"movie-poster-wrapper\">\n          <img decoding=\"async\" class=\"movie-poster\" src=\"https:\/\/wordpress.megaplextheatres.com\/wp-content\/uploads\/traindragon.jpg\" alt=\"Ruby Gillman the Teenage Kraken Poster Kids Summer Movies 2025 Megaplex\" \/>\n  <br> <br>\n          <a href=\"https:\/\/megaplex.com\/film\/HO00004281\">\n            <img decoding=\"async\" class=\"ticket-button\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/Purple Megaplex Buy Tickets Button.png\" alt=\"Buy Tickets\" \/>\n          <\/a>\n        <\/div>\n\n        <!-- Poster 4 -->\n        <div class=\"movie-poster-wrapper\">\n          <img decoding=\"async\" class=\"movie-poster\" src=\"https:\/\/wordpress.megaplextheatres.com\/wp-content\/uploads\/dogman.jpg\" alt=\"Spirit Untamed Poster Kids Summer Movies 2025 Megaplex\" \/>\n  <br> <br>\n          <a href=\"https:\/\/megaplex.com\/film\/HO00004282\">\n            <img decoding=\"async\" class=\"ticket-button\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/Purple Megaplex Buy Tickets Button.png\" alt=\"Buy Tickets\" \/>\n          <\/a>\n        <\/div>\n      <\/div>\n        <br> <br>\n      <!-- Row 2 -->\n      <div class=\"movie-poster-row\">\n\n        <!-- Poster 5 -->\n        <div class=\"movie-poster-wrapper\">\n<br> <br>\n          <img decoding=\"async\" class=\"movie-poster\" src=\"https:\/\/wordpress.megaplextheatres.com\/wp-content\/uploads\/sing.jpg\" alt=\"Boss Baby Poster Kids Summer Movies 2025 Megaplex\" \/>\n          <a href=\"https:\/\/megaplex.com\/film\/HO00004283\">\n  <br> <br>\n            <img decoding=\"async\" class=\"ticket-button\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/Purple Megaplex Buy Tickets Button.png\" alt=\"Buy Tickets\" \/>\n          <\/a>\n        <\/div>\n\n        <!-- Poster 6 -->\n        <div class=\"movie-poster-wrapper\">\n<br> <br>\n          <img decoding=\"async\" class=\"movie-poster\" src=\"https:\/\/wordpress.megaplextheatres.com\/wp-content\/uploads\/george.jpg\" alt=\"Boss Baby Family Business Poster Kids Summer Movies 2025 Megaplex\" \/>\n  <br> <br>\n          <a href=\"https:\/\/megaplex.com\/film\/HO00004284\">\n            <img decoding=\"async\" class=\"ticket-button\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/Purple Megaplex Buy Tickets Button.png\" alt=\"Buy Tickets\" \/>\n          <\/a>\n        <\/div>\n\n        <!-- Poster 7 -->\n        <div class=\"movie-poster-wrapper\">\n<br> <br>\n          <img decoding=\"async\" class=\"movie-poster\" src=\"https:\/\/wordpress.megaplextheatres.com\/wp-content\/uploads\/badguys.jpg\" alt=\"Croods Poster Kids Summer Movies 2025 Megaplex\" \/>\n  <br> <br>\n          <a href=\"https:\/\/megaplex.com\/film\/HO00004285\">\n\n            <img decoding=\"async\" class=\"ticket-button\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/Purple Megaplex Buy Tickets Button.png\" alt=\"Buy Tickets\" \/>\n          <\/a>\n        <\/div>\n\n        <!-- Poster 8 -->\n        <div class=\"movie-poster-wrapper\">\n<br> <br>\n          <img decoding=\"async\" class=\"movie-poster\" src=\"https:\/\/wordpress.megaplextheatres.com\/wp-content\/uploads\/gabby.jpg\" alt=\"Croods A New Age Poster Kids Summer Movies 2025 Megaplex\" \/>\n  <br> <br>\n          <a href=\"https:\/\/megaplex.com\/film\/HO00004286\">\n            <img decoding=\"async\" class=\"ticket-button\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/Purple Megaplex Buy Tickets Button.png\" alt=\"Buy Tickets\" \/>\n          <\/a>\n        <\/div>\n      <\/div>\n        <br> <br>\n      <!-- Row 3 with 2 additional posters -->\n      <div class=\"movie-poster-row\">\n\n        <!-- Poster 9 -->\n        <div class=\"movie-poster-wrapper\">\n<br> <br>\n          <img decoding=\"async\" class=\"movie-poster\" src=\"https:\/\/wordpress.megaplextheatres.com\/wp-content\/uploads\/kungfupanda4.jpg\" alt=\"Wild Robot Poster Kids Summer Movies 2025 Megaplex\" \/>\n  <br> <br>\n          <a href=\"https:\/\/megaplex.com\/film\/HO00004287\">\n            <img decoding=\"async\" class=\"ticket-button\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/Purple Megaplex Buy Tickets Button.png\" alt=\"Buy Tickets\" \/>\n          <\/a>\n        <\/div>\n\n        <!-- Poster 10 -->\n\n        <div class=\"movie-poster-wrapper\">\n<br> <br>\n          <img decoding=\"async\" class=\"movie-poster\" src=\"https:\/\/wordpress.megaplextheatres.com\/wp-content\/uploads\/shrek2.jpg\" alt=\"Wallace and Gromit Curse of the Were Rabbit Poster Kids Summer Movies 2025 Megaplex\" \/>\n  <br> <br>\n          <a href=\"https:\/\/megaplex.com\/film\/HO00004288\">\n            <img decoding=\"async\" class=\"ticket-button\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/Purple Megaplex Buy Tickets Button.png\" alt=\"Buy Tickets\" \/>\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<div style=\"display: none\">#{{event_contact_form:MegaEvents}}<\/div>\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Kids Summer Movies \u200b\u200bKids Summer Movies are back at Megaplex. 10 family favorites. 10 weeks. One low price. At just $2.50 per ticket, your family can enjoy the big screen all summer long. #{{event_contact_form:MegaEvents}}<\/p>\n","protected":false},"author":6,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7663","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"acf":[],"_links":{"self":[{"href":"https:\/\/wordpress.megaplextheatres.com\/index.php\/wp-json\/wp\/v2\/posts\/7663","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.megaplextheatres.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wordpress.megaplextheatres.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.megaplextheatres.com\/index.php\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.megaplextheatres.com\/index.php\/wp-json\/wp\/v2\/comments?post=7663"}],"version-history":[{"count":17,"href":"https:\/\/wordpress.megaplextheatres.com\/index.php\/wp-json\/wp\/v2\/posts\/7663\/revisions"}],"predecessor-version":[{"id":7694,"href":"https:\/\/wordpress.megaplextheatres.com\/index.php\/wp-json\/wp\/v2\/posts\/7663\/revisions\/7694"}],"wp:attachment":[{"href":"https:\/\/wordpress.megaplextheatres.com\/index.php\/wp-json\/wp\/v2\/media?parent=7663"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordpress.megaplextheatres.com\/index.php\/wp-json\/wp\/v2\/categories?post=7663"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordpress.megaplextheatres.com\/index.php\/wp-json\/wp\/v2\/tags?post=7663"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}