ploogins.com Open in urlscan Pro
2606:4700:3033::6815:5920  Public Scan

Submitted URL: https://ploogins.io/
Effective URL: https://ploogins.com/
Submission: On June 12 via api from US — Scanned from DE

Form analysis 23 forms found in the DOM

<form role="search" class="flex flex-col justify-center items-center gap-10 w-full px-4 lg:px-0" @submit.prevent="getPlugins()">
  <div class="rounded-full lg:rounded-3xl border border-ploogins-white px-4 lg:px-5 py-4 lg:py-2 flex gap-2 lg:gap-6 justify-between items-center max-w-full min-w-0 w-full lg:w-auto hover:border-white focus:border-white">
    <input x-model="search" class="text-base lg:min-w-[40rem] max-w-full bg-transparent outline-0 border-0  text-ploogins-white placeholder:text-ploogins-white text-base focus:placeholder:opacity-25" :class="(loading || didSearch) ? '' : 'grow'"
      type="text" required="" :disabled="loading" aria-label="Describe the functionality you need..." placeholder="Describe the functionality you need...">
    <button class="w-6" :class="(!loading &amp;&amp; (!total || total == 0)) ? 'order-first': 'order-last hidden lg:block'" type="submit" :disabled="loading" aria-label="Search Plugins">
      <svg class="w-6 h-auto" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <g id="tabler:search">
          <path id="Vector"
            d="M21 21L15 15M3 10C3 10.9193 3.18106 11.8295 3.53284 12.6788C3.88463 13.5281 4.40024 14.2997 5.05025 14.9497C5.70026 15.5998 6.47194 16.1154 7.32122 16.4672C8.1705 16.8189 9.08075 17 10 17C10.9193 17 11.8295 16.8189 12.6788 16.4672C13.5281 16.1154 14.2997 15.5998 14.9497 14.9497C15.5998 14.2997 16.1154 13.5281 16.4672 12.6788C16.8189 11.8295 17 10.9193 17 10C17 9.08075 16.8189 8.1705 16.4672 7.32122C16.1154 6.47194 15.5998 5.70026 14.9497 5.05025C14.2997 4.40024 13.5281 3.88463 12.6788 3.53284C11.8295 3.18106 10.9193 3 10 3C9.08075 3 8.1705 3.18106 7.32122 3.53284C6.47194 3.88463 5.70026 4.40024 5.05025 5.05025C4.40024 5.70026 3.88463 6.47194 3.53284 7.32122C3.18106 8.1705 3 9.08075 3 10Z"
            stroke="#F9F9F9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        </g>
      </svg> </button>
  </div>
  <button aria-label="Search Plugins" type="submit"
    class="h-12 w-full lg:w-[21.25rem] max-w-full flex justify-center items-center rounded-3xl bg-ploogins-dark-blue text-ploogins-white text-base font-bold border border-ploogins-dark-blue hover:border-ploogins-light-grey"> Discover! </button>
</form>

POST https://ploogins.com/wp-admin/admin-post.php

<form method="POST" id="ploogins_login_form" action="https://ploogins.com/wp-admin/admin-post.php" class="mb-6">
  <input type="hidden" name="action" value="ploogins_login_user">
  <input type="hidden" name="ploogins_login_user_nonce" value="ace6dfedd0">
  <input type="hidden" id="login_google_jwt" name="google_jwt" value="">
  <div class="mb-4">
    <label for="email" class="inline-block mb-2">Email address</label>
    <div class="rounded-full lg:rounded-3xl bg-white border border-ploogins-light-grey shadow relative flex">
      <input type="email" id="login_email" name="email" required="" class="rounded-full lg:rounded-3xl px-4 lg:px-5 py-4 lg:py-2 bg-transparent outline-0 border-0 grow text-sm tracking-wide">
    </div>
  </div>
  <div>
    <div class="flex justify-between">
      <label for="password" class="inline-block mb-2">Password</label>
      <span class="underline cursor-pointer underline-offset-2" @click="$refs.login_modal.close(); $refs.forgot_password_modal.showModal();">Forgot?</span>
    </div>
    <div class="rounded-full lg:rounded-3xl bg-white border border-ploogins-light-grey shadow relative flex">
      <input type="password" id="password" name="password" required="" class="rounded-full lg:rounded-3xl px-4 lg:px-5 py-4 lg:py-2 bg-transparent outline-0 border-0 grow text-sm tracking-wide">
    </div>
  </div>
  <input type="text" class="hidden" name="website">
  <div class="flex justify-center mt-10">
    <button
      class="p-3 bg-ploogins-light-blue text-ploogins-blue font-bold tracking-wide max-w-[21.25rem] w-full rounded-full border border-ploogins-accent-dark-blue hover:border-ploogins-light-blue hover:bg-ploogins-accent-dark-blue hover:text-ploogins-white"
      type="submit">Continue</button>
  </div>
</form>

DIALOG

<form method="dialog" class="modal-backdrop">
  <button>close</button>
</form>

POST

<form method="POST" class="bg-ploogins-white p-10" @submit.prevent="register_step = 1">
  <p class="text-2xl font-semibold mt-0 mb-6">Please enter your details</p>
  <p class="mt-0 mb-6">Subscribe now to unlock Ploogin's advanced features!</p>
  <div class="h-20 flex flex-col justify-center items-center">
    <div x-ref="google_register_sl"></div>
  </div>
  <div class="flex gap-4 my-6 items-center">
    <hr class="border-b border-b-ploogins-light-grey grow">
    <span>Or</span>
    <hr class="border-b border-b-ploogins-light-grey grow">
  </div>
  <div class="mb-10">
    <label for="email" class="inline-block mb-2">Email address</label>
    <div class="rounded-full lg:rounded-3xl bg-white border border-ploogins-light-grey shadow relative flex">
      <input type="email" id="new_email" name="email" required="" x-model="email" class="rounded-full lg:rounded-3xl px-4 lg:px-5 py-4 lg:py-2 bg-transparent outline-0 border-0 grow text-sm tracking-wide">
    </div>
  </div>
  <p class="p-4 border border-ploogins-extra-light-grey text-xs w-full mt-0 mb-10"> The data controller is Sirvelia Labs, SL. We will not transfer your data to third parties; we will store it on a server in the EU, and you can exercise your rights of
    access, rectification, limitation, as well as delete your data at any time. Read more in <a class="underline" target="_blank" href="https://ploogins.com/terms-and-conditions/">Terms &amp; Conditions</a>. </p>
  <input type="text" class="hidden" name="website" x-model="website">
  <div class="flex items-center justify-between">
    <span class="underline underline-offset-2 text-ploogins-accent-dark-blue cursor-pointer" @click="$refs.register_modal.close(); $refs.login_modal.showModal();">Sign in instead</span>
    <button
      class="p-3 bg-ploogins-light-blue text-ploogins-blue font-bold tracking-wide max-w-[21.25rem] w-full rounded-full border border-ploogins-accent-dark-blue hover:border-ploogins-light-blue hover:bg-ploogins-accent-dark-blue hover:text-ploogins-white"
      type="submit">Continue</button>
  </div>
</form>

POST https://ploogins.com/wp-admin/admin-post.php

<form x-show="register_step === 1" method="POST" id="ploogins_register_form" action="https://ploogins.com/wp-admin/admin-post.php" class="bg-ploogins-white p-10">
  <input type="hidden" name="action" value="ploogins_register_user">
  <input type="hidden" name="ploogins_register_user_nonce" value="4f332615fb">
  <input type="hidden" id="register_google_jwt" name="google_jwt" value="">
  <input type="hidden" name="email" x-model="email">
  <p class="text-2xl font-semibold mt-0 mb-2">Please enter your details</p>
  <p class="mt-0 mb-6">Subscribe now to unlock Ploogins' advanced features!</p>
  <div class="mb-6">
    <label for="register_email" class="inline-block mb-2">Email address</label>
    <div class="rounded-full lg:rounded-3xl bg-white border border-ploogins-light-grey shadow relative flex">
      <input type="email" id="register_email" required="" x-model="email" disabled="" class="rounded-full lg:rounded-3xl px-4 lg:px-5 py-4 lg:py-2 bg-transparent outline-0 border-0 grow text-sm tracking-wide">
    </div>
  </div>
  <div class="mb-6">
    <label for="password" class="inline-block mb-2">Password</label>
    <div class="rounded-full lg:rounded-3xl bg-white border border-ploogins-light-grey shadow relative flex">
      <input type="password" id="new_password" name="password" required="" x-model="password" class="rounded-full lg:rounded-3xl px-4 lg:px-5 py-4 lg:py-2 bg-transparent outline-0 border-0 grow text-sm tracking-wide">
    </div>
  </div>
  <div class="mb-6">
    <label for="first_name" class="inline-block mb-2">First Name</label>
    <div class="rounded-full lg:rounded-3xl bg-white border border-ploogins-light-grey shadow relative flex">
      <input type="" id="first_name" name="first_name" required="" x-model="first_name" class="rounded-full lg:rounded-3xl px-4 lg:px-5 py-4 lg:py-2 bg-transparent outline-0 border-0 grow text-sm tracking-wide">
    </div>
  </div>
  <hr class="border-b border-b-ploogins-light-grey grow mb-4">
  <p class="mt-0 mb-2">Boost your journey with Ploogins even further and get exclusive tips and updates straight to your inbox!</p>
  <div class="mb-4 flex gap-4 items-center">
    <input type="checkbox" class="checkbox" name="join_mailing_list">
    <span>I agree to join Ploogin's mailing list. (Optional)</span>
  </div>
  <hr class="border-b border-b-ploogins-light-grey grow mb-6">
  <div class="mb-6 flex gap-4 items-center">
    <input type="checkbox" class="checkbox" name="terms_agreed" required="">
    <span>I agree to Ploogins' <a class="underline" target="_blank" href="https://ploogins.com/terms-and-conditions/">Terms and Conditions</a> and
      <a class="underline" target="_blank" href="https://ploogins.com/privacy-policy/">Privacy Policy</a></span>
  </div>
  <input type="text" class="hidden" name="website" x-model="website">
  <div class="flex justify-center mt-10">
    <button x-show="!login_loading"
      class="p-3 bg-ploogins-light-blue text-ploogins-blue font-bold tracking-wide max-w-[21.25rem] w-full rounded-full border border-ploogins-accent-dark-blue hover:border-ploogins-light-blue hover:bg-ploogins-accent-dark-blue hover:text-ploogins-white"
      type="submit">Continue</button>
  </div>
</form>

DIALOG

<form method="dialog" class="modal-backdrop">
  <button>close</button>
</form>

POST https://ploogins.com/wp-admin/admin-post.php

<form method="POST" action="https://ploogins.com/wp-admin/admin-post.php">
  <input type="hidden" name="action" value="ploogins_send_forgot_password">
  <input type="hidden" name="ploogins_send_forgot_password_nonce" value="51f98ce679">
  <input type="text" class="hidden" name="website">
  <div class="mb-10">
    <label for="email" class="inline-block mb-2">Email address</label>
    <div class="rounded-full lg:rounded-3xl bg-white border border-ploogins-light-grey shadow relative flex">
      <input type="email" id="email" name="email" x-model="email" class="rounded-full lg:rounded-3xl px-4 lg:px-5 py-4 lg:py-2 bg-transparent outline-0 border-0 grow text-sm tracking-wide">
    </div>
  </div>
  <div class="flex justify-center mt-10">
    <button
      class="p-3 bg-ploogins-light-blue text-ploogins-blue font-bold tracking-wide max-w-[21.25rem] w-full rounded-full border border-ploogins-accent-dark-blue hover:border-ploogins-light-blue hover:bg-ploogins-accent-dark-blue hover:text-ploogins-white"
      type="submit">Send Reset Instructions</button>
  </div>
</form>

DIALOG

<form method="dialog" class="modal-backdrop">
  <button>close</button>
</form>

<form role="search" class="flex flex-col justify-center items-center gap-10 w-full px-4 lg:px-0" @submit.prevent="getPlugins()">
  <div class="rounded-full lg:rounded-3xl border border-ploogins-white px-4 lg:px-5 py-4 lg:py-2 flex gap-2 lg:gap-6 justify-between items-center max-w-full min-w-0 w-full lg:w-auto hover:border-white focus:border-white">
    <input x-model="search" class="text-base lg:min-w-[40rem] max-w-full bg-transparent outline-0 border-0 text-ploogins-white placeholder:text-ploogins-white focus:placeholder:opacity-25 grow" :class="(loading || didSearch) ? '' : 'grow'"
      type="text" required="" :disabled="loading" aria-label="Describe the functionality you need..." placeholder="Describe the functionality you need...">
    <button class="w-6 order-first" :class="(!loading &amp;&amp; (!total || total == 0)) ? 'order-first': 'order-last hidden lg:block'" type="submit" :disabled="loading" aria-label="Search Plugins">
      <svg class="w-6 h-auto" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <g id="tabler:search">
          <path id="Vector"
            d="M21 21L15 15M3 10C3 10.9193 3.18106 11.8295 3.53284 12.6788C3.88463 13.5281 4.40024 14.2997 5.05025 14.9497C5.70026 15.5998 6.47194 16.1154 7.32122 16.4672C8.1705 16.8189 9.08075 17 10 17C10.9193 17 11.8295 16.8189 12.6788 16.4672C13.5281 16.1154 14.2997 15.5998 14.9497 14.9497C15.5998 14.2997 16.1154 13.5281 16.4672 12.6788C16.8189 11.8295 17 10.9193 17 10C17 9.08075 16.8189 8.1705 16.4672 7.32122C16.1154 6.47194 15.5998 5.70026 14.9497 5.05025C14.2997 4.40024 13.5281 3.88463 12.6788 3.53284C11.8295 3.18106 10.9193 3 10 3C9.08075 3 8.1705 3.18106 7.32122 3.53284C6.47194 3.88463 5.70026 4.40024 5.05025 5.05025C4.40024 5.70026 3.88463 6.47194 3.53284 7.32122C3.18106 8.1705 3 9.08075 3 10Z"
            stroke="#F9F9F9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        </g>
      </svg> </button>
  </div>
  <button aria-label="Search Plugins" type="submit"
    class="h-12 w-full lg:w-[21.25rem] max-w-full flex justify-center items-center rounded-3xl bg-ploogins-dark-blue text-ploogins-white text-base font-bold border border-ploogins-dark-blue hover:border-ploogins-light-grey"> Discover! </button>
</form>

POST https://ploogins.com/wp-admin/admin-post.php

<form method="POST" id="ploogins_login_form" action="https://ploogins.com/wp-admin/admin-post.php" class="mb-6">
  <input type="hidden" name="action" value="ploogins_login_user">
  <input type="hidden" name="ploogins_login_user_nonce" value="ace6dfedd0">
  <input type="hidden" id="login_google_jwt" name="google_jwt" value="">
  <div class="mb-4">
    <label for="email" class="inline-block mb-2">Email address</label>
    <div class="rounded-full lg:rounded-3xl bg-white border border-ploogins-light-grey shadow relative flex">
      <input type="email" id="login_email" name="email" required="" class="rounded-full lg:rounded-3xl px-4 lg:px-5 py-4 lg:py-2 bg-transparent outline-0 border-0 grow text-sm tracking-wide">
    </div>
  </div>
  <div>
    <div class="flex justify-between">
      <label for="password" class="inline-block mb-2">Password</label>
      <span class="underline cursor-pointer underline-offset-2" @click="$refs.login_modal.close(); $refs.forgot_password_modal.showModal();">Forgot?</span>
    </div>
    <div class="rounded-full lg:rounded-3xl bg-white border border-ploogins-light-grey shadow relative flex">
      <input type="password" id="password" name="password" required="" class="rounded-full lg:rounded-3xl px-4 lg:px-5 py-4 lg:py-2 bg-transparent outline-0 border-0 grow text-sm tracking-wide">
    </div>
  </div>
  <input type="text" class="hidden" name="website">
  <div class="flex justify-center mt-10">
    <button
      class="p-3 bg-ploogins-light-blue text-ploogins-blue font-bold tracking-wide max-w-[21.25rem] w-full rounded-full border border-ploogins-accent-dark-blue hover:border-ploogins-light-blue hover:bg-ploogins-accent-dark-blue hover:text-ploogins-white"
      type="submit">Continue</button>
  </div>
</form>

DIALOG

<form method="dialog" class="modal-backdrop">
  <button>close</button>
</form>

POST

<form method="POST" class="bg-ploogins-white p-10" @submit.prevent="register_step = 1">
  <p class="text-2xl font-semibold mt-0 mb-6">Please enter your details</p>
  <p class="mt-0 mb-6">Subscribe now to unlock Ploogin's advanced features!</p>
  <div class="h-20 flex flex-col justify-center items-center">
    <div x-ref="google_register_sl"></div>
  </div>
  <div class="flex gap-4 my-6 items-center">
    <hr class="border-b border-b-ploogins-light-grey grow">
    <span>Or</span>
    <hr class="border-b border-b-ploogins-light-grey grow">
  </div>
  <div class="mb-10">
    <label for="email" class="inline-block mb-2">Email address</label>
    <div class="rounded-full lg:rounded-3xl bg-white border border-ploogins-light-grey shadow relative flex">
      <input type="email" id="new_email" name="email" required="" x-model="email" class="rounded-full lg:rounded-3xl px-4 lg:px-5 py-4 lg:py-2 bg-transparent outline-0 border-0 grow text-sm tracking-wide">
    </div>
  </div>
  <p class="p-4 border border-ploogins-extra-light-grey text-xs w-full mt-0 mb-10"> The data controller is Sirvelia Labs, SL. We will not transfer your data to third parties; we will store it on a server in the EU, and you can exercise your rights of
    access, rectification, limitation, as well as delete your data at any time. Read more in <a class="underline" target="_blank" href="https://ploogins.com/terms-and-conditions/">Terms &amp; Conditions</a>. </p>
  <input type="text" class="hidden" name="website" x-model="website">
  <div class="flex items-center justify-between">
    <span class="underline underline-offset-2 text-ploogins-accent-dark-blue cursor-pointer" @click="$refs.register_modal.close(); $refs.login_modal.showModal();">Sign in instead</span>
    <button
      class="p-3 bg-ploogins-light-blue text-ploogins-blue font-bold tracking-wide max-w-[21.25rem] w-full rounded-full border border-ploogins-accent-dark-blue hover:border-ploogins-light-blue hover:bg-ploogins-accent-dark-blue hover:text-ploogins-white"
      type="submit">Continue</button>
  </div>
</form>

POST

<form method="POST" class="bg-ploogins-white p-10" @submit.prevent="register_step = 1">
  <p class="text-2xl font-semibold mt-0 mb-6">Please enter your details</p>
  <p class="mt-0 mb-6">Subscribe now to unlock Ploogin's advanced features!</p>
  <div class="h-20 flex flex-col justify-center items-center">
    <div x-ref="google_register_sl">
      <div class="S9gUrf-YoZ4jf" style="position: relative;">
        <div></div><iframe src="https://accounts.google.com/gsi/button?size=large&amp;width=242&amp;client_id=617220413829-udkg0mrkj7b0foh5bc2rgjuj3oc676j8.apps.googleusercontent.com&amp;iframe_id=gsi_22899_896386&amp;as=ao1BCMan2ULiV%2Bztn5ReCA"
          allow="identity-credentials-get" id="gsi_22899_896386" title="Schaltfläche „Über Google anmelden“" style="display: block; position: relative; top: 0px; left: 0px; height: 44px; width: 262px; border: 0px; margin: -2px -10px;"></iframe>
      </div>
    </div>
  </div>
  <div class="flex gap-4 my-6 items-center">
    <hr class="border-b border-b-ploogins-light-grey grow">
    <span>Or</span>
    <hr class="border-b border-b-ploogins-light-grey grow">
  </div>
  <div class="mb-10">
    <label for="email" class="inline-block mb-2">Email address</label>
    <div class="rounded-full lg:rounded-3xl bg-white border border-ploogins-light-grey shadow relative flex">
      <input type="email" id="new_email" name="email" required="" x-model="email" class="rounded-full lg:rounded-3xl px-4 lg:px-5 py-4 lg:py-2 bg-transparent outline-0 border-0 grow text-sm tracking-wide">
    </div>
  </div>
  <p class="p-4 border border-ploogins-extra-light-grey text-xs w-full mt-0 mb-10"> The data controller is Sirvelia Labs, SL. We will not transfer your data to third parties; we will store it on a server in the EU, and you can exercise your rights of
    access, rectification, limitation, as well as delete your data at any time. Read more in <a class="underline" target="_blank" href="https://ploogins.com/terms-and-conditions/">Terms &amp; Conditions</a>. </p>
  <input type="text" class="hidden" name="website" x-model="website">
  <div class="flex items-center justify-between">
    <span class="underline underline-offset-2 text-ploogins-accent-dark-blue cursor-pointer" @click="$refs.register_modal.close(); $refs.login_modal.showModal();">Sign in instead</span>
    <button
      class="p-3 bg-ploogins-light-blue text-ploogins-blue font-bold tracking-wide max-w-[21.25rem] w-full rounded-full border border-ploogins-accent-dark-blue hover:border-ploogins-light-blue hover:bg-ploogins-accent-dark-blue hover:text-ploogins-white"
      type="submit">Continue</button>
  </div>
</form>

POST https://ploogins.com/wp-admin/admin-post.php

<form x-show="register_step === 1" method="POST" id="ploogins_register_form" action="https://ploogins.com/wp-admin/admin-post.php" class="bg-ploogins-white p-10" style="display: none;">
  <input type="hidden" name="action" value="ploogins_register_user">
  <input type="hidden" name="ploogins_register_user_nonce" value="4f332615fb">
  <input type="hidden" id="register_google_jwt" name="google_jwt" value="">
  <input type="hidden" name="email" x-model="email">
  <p class="text-2xl font-semibold mt-0 mb-2">Please enter your details</p>
  <p class="mt-0 mb-6">Subscribe now to unlock Ploogins' advanced features!</p>
  <div class="mb-6">
    <label for="register_email" class="inline-block mb-2">Email address</label>
    <div class="rounded-full lg:rounded-3xl bg-white border border-ploogins-light-grey shadow relative flex">
      <input type="email" id="register_email" required="" x-model="email" disabled="" class="rounded-full lg:rounded-3xl px-4 lg:px-5 py-4 lg:py-2 bg-transparent outline-0 border-0 grow text-sm tracking-wide">
    </div>
  </div>
  <div class="mb-6">
    <label for="password" class="inline-block mb-2">Password</label>
    <div class="rounded-full lg:rounded-3xl bg-white border border-ploogins-light-grey shadow relative flex">
      <input type="password" id="new_password" name="password" required="" x-model="password" class="rounded-full lg:rounded-3xl px-4 lg:px-5 py-4 lg:py-2 bg-transparent outline-0 border-0 grow text-sm tracking-wide">
    </div>
  </div>
  <div class="mb-6">
    <label for="first_name" class="inline-block mb-2">First Name</label>
    <div class="rounded-full lg:rounded-3xl bg-white border border-ploogins-light-grey shadow relative flex">
      <input type="" id="first_name" name="first_name" required="" x-model="first_name" class="rounded-full lg:rounded-3xl px-4 lg:px-5 py-4 lg:py-2 bg-transparent outline-0 border-0 grow text-sm tracking-wide">
    </div>
  </div>
  <hr class="border-b border-b-ploogins-light-grey grow mb-4">
  <p class="mt-0 mb-2">Boost your journey with Ploogins even further and get exclusive tips and updates straight to your inbox!</p>
  <div class="mb-4 flex gap-4 items-center">
    <input type="checkbox" class="checkbox" name="join_mailing_list">
    <span>I agree to join Ploogin's mailing list. (Optional)</span>
  </div>
  <hr class="border-b border-b-ploogins-light-grey grow mb-6">
  <div class="mb-6 flex gap-4 items-center">
    <input type="checkbox" class="checkbox" name="terms_agreed" required="">
    <span>I agree to Ploogins' <a class="underline" target="_blank" href="https://ploogins.com/terms-and-conditions/">Terms and Conditions</a> and
      <a class="underline" target="_blank" href="https://ploogins.com/privacy-policy/">Privacy Policy</a></span>
  </div>
  <input type="text" class="hidden" name="website" x-model="website">
  <div class="flex justify-center mt-10">
    <button x-show="!login_loading"
      class="p-3 bg-ploogins-light-blue text-ploogins-blue font-bold tracking-wide max-w-[21.25rem] w-full rounded-full border border-ploogins-accent-dark-blue hover:border-ploogins-light-blue hover:bg-ploogins-accent-dark-blue hover:text-ploogins-white"
      type="submit">Continue</button>
  </div>
</form>

DIALOG

<form method="dialog" class="modal-backdrop">
  <button>close</button>
</form>

POST https://ploogins.com/wp-admin/admin-post.php

<form method="POST" action="https://ploogins.com/wp-admin/admin-post.php">
  <input type="hidden" name="action" value="ploogins_send_forgot_password">
  <input type="hidden" name="ploogins_send_forgot_password_nonce" value="51f98ce679">
  <input type="text" class="hidden" name="website">
  <div class="mb-10">
    <label for="email" class="inline-block mb-2">Email address</label>
    <div class="rounded-full lg:rounded-3xl bg-white border border-ploogins-light-grey shadow relative flex">
      <input type="email" id="email" name="email" x-model="email" class="rounded-full lg:rounded-3xl px-4 lg:px-5 py-4 lg:py-2 bg-transparent outline-0 border-0 grow text-sm tracking-wide">
    </div>
  </div>
  <div class="flex justify-center mt-10">
    <button
      class="p-3 bg-ploogins-light-blue text-ploogins-blue font-bold tracking-wide max-w-[21.25rem] w-full rounded-full border border-ploogins-accent-dark-blue hover:border-ploogins-light-blue hover:bg-ploogins-accent-dark-blue hover:text-ploogins-white"
      type="submit">Send Reset Instructions</button>
  </div>
</form>

DIALOG

<form method="dialog" class="modal-backdrop">
  <button>close</button>
</form>

<form role="search" class="grow" @submit.prevent="getPlugins()">
  <div class="rounded-full lg:rounded-3xl border border-ploogins-white px-4 lg:px-5 py-4 lg:py-2 flex gap-2 lg:gap-6 justify-between items-center max-w-full min-w-0 w-full lg:w-auto hover:border-white focus:border-white">
    <input x-model="search" class="text-base lg:min-w-[40rem] max-w-full bg-transparent outline-0 border-0  text-ploogins-white placeholder:text-ploogins-white text-base focus:placeholder:opacity-25" :class="(loading || didSearch) ? '' : 'grow'"
      type="text" required="" :disabled="loading" aria-label="Describe the functionality you need..." placeholder="Describe the functionality you need...">
    <button class="w-6" :class="(!loading &amp;&amp; (!total || total == 0)) ? 'order-first': 'order-last hidden lg:block'" type="submit" :disabled="loading" aria-label="Search Plugins">
      <svg class="w-6 h-auto" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <g id="tabler:search">
          <path id="Vector"
            d="M21 21L15 15M3 10C3 10.9193 3.18106 11.8295 3.53284 12.6788C3.88463 13.5281 4.40024 14.2997 5.05025 14.9497C5.70026 15.5998 6.47194 16.1154 7.32122 16.4672C8.1705 16.8189 9.08075 17 10 17C10.9193 17 11.8295 16.8189 12.6788 16.4672C13.5281 16.1154 14.2997 15.5998 14.9497 14.9497C15.5998 14.2997 16.1154 13.5281 16.4672 12.6788C16.8189 11.8295 17 10.9193 17 10C17 9.08075 16.8189 8.1705 16.4672 7.32122C16.1154 6.47194 15.5998 5.70026 14.9497 5.05025C14.2997 4.40024 13.5281 3.88463 12.6788 3.53284C11.8295 3.18106 10.9193 3 10 3C9.08075 3 8.1705 3.18106 7.32122 3.53284C6.47194 3.88463 5.70026 4.40024 5.05025 5.05025C4.40024 5.70026 3.88463 6.47194 3.53284 7.32122C3.18106 8.1705 3 9.08075 3 10Z"
            stroke="#F9F9F9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        </g>
      </svg> </button>
  </div>
</form>

<form @submit.prevent="sendFeedback('up')">
  <textarea class="w-full border border-ploogins-light-black rounded-none p-2 mb-6" x-model="feedback" rows="5" required=""></textarea>
  <div class="flex justify-end">
    <button href="#" type="submit" title="" class="text-ploogins-light-blue flex items-center rounded p-1 group">
      <svg class="group-hover:animate-horizontal-bounce" width="112" height="112" viewBox="0 0 112 112" fill="none" xmlns="http://www.w3.org/2000/svg">
        <g id="dashicons:arrow-down-alt">
          <path id="Vector" d="M22 60.2857L22 51.7143L73.75 51.7143L56.5 34.5714L60.8125 26L91 56L60.8125 86L56.5 77.4286L73.75 60.2857L22 60.2857Z" fill="#17C7FF"></path>
        </g>
      </svg></button>
  </div>
</form>

DIALOG

<form method="dialog" class="modal-backdrop">
  <button>Close Dialog</button>
</form>

<form @submit.prevent="sendFeedback('down')">
  <textarea class="w-full border border-ploogins-light-black rounded-none p-2 mb-6" x-model="feedback" rows="5" required=""></textarea>
  <div class="flex justify-end">
    <button href="#" type="submit" title="" class="text-ploogins-light-blue flex items-center rounded p-1 group">
      <svg class="group-hover:animate-horizontal-bounce" width="112" height="112" viewBox="0 0 112 112" fill="none" xmlns="http://www.w3.org/2000/svg">
        <g id="dashicons:arrow-down-alt">
          <path id="Vector" d="M22 60.2857L22 51.7143L73.75 51.7143L56.5 34.5714L60.8125 26L91 56L60.8125 86L56.5 77.4286L73.75 60.2857L22 60.2857Z" fill="#17C7FF"></path>
        </g>
      </svg></button>
  </div>
</form>

DIALOG

<form method="dialog" class="modal-backdrop">
  <button>Close Dialog</button>
</form>

POST https://ploogins.com/wp-admin/admin-post.php

<form id="ploogins-add-user-newsletter-form" action="https://ploogins.com/wp-admin/admin-post.php" method="post">
  <input type="hidden" name="action" value="ploogins_add_user_newsletter">
  <input type="hidden" name="ploogins_add_user_newsletter_nonce" value="757a5f6b2e">
  <div class="mb-4 flex gap-4 items-center">
    <input type="checkbox" class="checkbox bg-ploogins-white" name="terms_agreed" required="">
    <span class="text-sm">I agree to Ploogins' <a class="underline hover:no-underline" target="_blank" href="https://ploogins.com/terms-and-conditions/">Terms and Conditions</a> and
      <a class="underline hover:no-underline" target="_blank" href="https://ploogins.com/privacy-policy/">Privacy Policy</a></span>
  </div>
  <div class="flex flex-col lg:flex-row gap-2 lg:gap-4 justify-between items-stretch w-full">
    <input class="lg:grow text-ploogins-black block py-4 px-6 rounded-full bg-white border border-ploogins-light-grey text-sm" type="email" name="user_email" placeholder="Email Address" required="">
    <button class="py-4 px-6 rounded-full bg-ploogins-accent border border-ploogins-accent-dark-blue text-ploogins-blue text-sm font-[700] hover:bg-[#4D90C3] hover:text-white" type="submit">Subscribe!</button>
  </div>
</form>

Text Content

Manage Consent


To provide the best experiences, we use technologies like cookies to store
and/or access device information. Consenting to these technologies will allow us
to process data such as browsing behavior or unique IDs on this site. Not
consenting or withdrawing consent, may adversely affect certain features and
functions.
Functional Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose
of enabling the use of a specific service explicitly requested by the subscriber
or user, or for the sole purpose of carrying out the transmission of a
communication over an electronic communications network.
Preferences Preferences
The technical storage or access is necessary for the legitimate purpose of
storing preferences that are not requested by the subscriber or user.
Statistics Statistics
The technical storage or access that is used exclusively for statistical
purposes. The technical storage or access that is used exclusively for anonymous
statistical purposes. Without a subpoena, voluntary compliance on the part of
your Internet Service Provider, or additional records from a third party,
information stored or retrieved for this purpose alone cannot usually be used to
identify you.
Marketing Marketing
The technical storage or access is required to create user profiles to send
advertising, or to track the user on a website or across several websites for
similar marketing purposes.
Manage options Manage services Manage {vendor_count} vendors Read more about
these purposes

Accept Deny View preferences Save preferences View preferences
Cookie Policy Privacy Policy {title}
v1.6.0
<img class="w-4 h-4"
src="https://ploogins.com/wp-content/themes/ploogins-theme/public/images/info.6210c5.svg"
alt="More Info Icon" aria-label="Hover for More Info">
Register Log In


DISCOVER USEFUL WORDPRESS PLUGINS WITH AI


Discover!
<img class="absolute top-4 right-4 cursor-pointer"
src="https://ploogins.com/wp-content/themes/ploogins-theme/public/images/icon_close.8c2fa0.svg"
alt="Close" @click="$refs.login_modal.close()">


SIGN IN TO PLOOGINS

--------------------------------------------------------------------------------

Or

--------------------------------------------------------------------------------

Email address

Password Forgot?

Continue
Don't have an account? Sign Up
close
<img class="absolute top-4 right-4 cursor-pointer"
src="https://ploogins.com/wp-content/themes/ploogins-theme/public/images/icon_close.8c2fa0.svg"
alt="Close" @click="$refs.register_modal.close()">


CREATE YOUR ACCOUNT

Please enter your details

Subscribe now to unlock Ploogin's advanced features!



--------------------------------------------------------------------------------

Or

--------------------------------------------------------------------------------

Email address


The data controller is Sirvelia Labs, SL. We will not transfer your data to
third parties; we will store it on a server in the EU, and you can exercise your
rights of access, rectification, limitation, as well as delete your data at any
time. Read more in Terms & Conditions.

Sign in instead Continue

Please enter your details

Subscribe now to unlock Ploogins' advanced features!

Email address

Password

First Name


--------------------------------------------------------------------------------

Boost your journey with Ploogins even further and get exclusive tips and updates
straight to your inbox!

I agree to join Ploogin's mailing list. (Optional)

--------------------------------------------------------------------------------

I agree to Ploogins' Terms and Conditions and Privacy Policy
Continue
close
<img class="absolute top-4 right-4 cursor-pointer"
src="https://ploogins.com/wp-content/themes/ploogins-theme/public/images/icon_close.8c2fa0.svg"
alt="Close" @click="$refs.forgot_password_modal.close()">


FORGOT PASSWORD?

Enter the email address you used when you joined and we’ll send you instructions
to reset your password.

Email address

Send Reset Instructions
close
v1.6.0

Register Log In


DISCOVER USEFUL WORDPRESS PLUGINS WITH AI


Discover!


SIGN IN TO PLOOGINS

--------------------------------------------------------------------------------

Or

--------------------------------------------------------------------------------

Email address

Password Forgot?

Continue
Don't have an account? Sign Up
close


CREATE YOUR ACCOUNT

Please enter your details

Subscribe now to unlock Ploogin's advanced features!



--------------------------------------------------------------------------------

Or

--------------------------------------------------------------------------------

Email address


The data controller is Sirvelia Labs, SL. We will not transfer your data to
third parties; we will store it on a server in the EU, and you can exercise your
rights of access, rectification, limitation, as well as delete your data at any
time. Read more in Terms & Conditions.

Sign in instead Continue

Please enter your details

Subscribe now to unlock Ploogin's advanced features!



--------------------------------------------------------------------------------

Or

--------------------------------------------------------------------------------

Email address


The data controller is Sirvelia Labs, SL. We will not transfer your data to
third parties; we will store it on a server in the EU, and you can exercise your
rights of access, rectification, limitation, as well as delete your data at any
time. Read more in Terms & Conditions.

Sign in instead Continue

Please enter your details

Subscribe now to unlock Ploogins' advanced features!

Email address

Password

First Name


--------------------------------------------------------------------------------

Boost your journey with Ploogins even further and get exclusive tips and updates
straight to your inbox!

I agree to join Ploogin's mailing list. (Optional)

--------------------------------------------------------------------------------

I agree to Ploogins' Terms and Conditions and Privacy Policy
Continue
close


FORGOT PASSWORD?

Enter the email address you used when you joined and we’ll send you instructions
to reset your password.

Email address

Send Reset Instructions
close

Discover Useful WordPress Plugins With AI





opportunity to extend your WordPress website

opportunities to extend your WordPress website



What do you like about these search results?


Feedback sent. Thank you!

Close Dialog
What was the issue with the response? What kind of results were you hoping to
receive?


Feedback sent. Thank you!

Close Dialog
Sort by
 * Most recently updated
   
   Updated longer ago
   
   Best ratings
   
   Worst ratings
   
   Most active installations
   
   Least active installations
   
   Tested with a newer version
   
   Tested with an older version
   

<img class="w-full h-full object-cover object-center" :src="plugin.icon_src"
:alt="plugin.name">



<img class="w-full h-full object-cover object-center" :src="plugin.icon_src"
:alt="plugin.name">

Test in Playground Plugin Page


No relevant plugins have been found for this search. Try again!

AI-Driven & Sirvelia et al. crafted


ABOUT US

 * Blog
 * Contact Us
 * Join


USEFUL LINKS

 * How Ploogins works

Join Our Mailing List

Subscribe to receive exclusive tips and updates straight to your inbox!

The data controller is Sirvelia Labs, SL. We will not transfer your data to
third parties; we will store it on a server in the EU, and you can exercise your
rights of access, rectification, limitation, as well as delete your data at any
time. Read more in Terms & Conditions.

I agree to Ploogins' Terms and Conditions and Privacy Policy
Subscribe!

Follow Us



© 2024 Sirvelia Labs SL

 * Terms and Conditions
 * Privacy Policy
 * Cookie Policy

Manage consent