Skip to content
View razaanstha's full-sized avatar

Block or report razaanstha

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. fluid-clamp fluid-clamp Public

    PostCSS plugin for fluid typography and spacings with first-class Tailwind CSS support. | Fluid Tailwind Typography using CSS Clamp function.

    TypeScript

  2. facebook/facebook-for-woocommerce facebook/facebook-for-woocommerce Public

    The official plugin from Meta. This repository is now officially maintained by Meta's engineering team. We welcome and encourage contributions from the community.

    PHP 241 158

  3. cookiebot-embeds cookiebot-embeds Public

    The cookiebot-embeds is a library for GDPR-compliant cookie consent management in iframe embeds.

    JavaScript 2 1

  4. recaptcha-comments recaptcha-comments Public

    Adds reCAPTCHA to the comments form to prevent spam for WordPress Sites.

    PHP

  5. slide-animator slide-animator Public

    Slide Animator is a JavaScript module that helps with animating the sliding of HTML elements while hiding and revealing elements.

    TypeScript 1

  6. Redirect all of your local WP site m... Redirect all of your local WP site medias to remote site; saving local storage and media migration hassle.
    1
    <?php
    2
    
                  
    3
    $remote_site = 'https://' . basename(dirname(__FILE__)) . '.com';
    4
    // Comment the line above and uncomment the following line if your local site url is not based on directory
    5
    // $remote_site = 'https://www.your-remote-site.com';