Skip to content
View nicolaslimet's full-sized avatar
  • Freelancing
  • Bali, Indonesia

Block or report nicolaslimet

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
nicolaslimet/README.md

nicolaslimet-banner

⚡ I mainly do: custom WordPress plugins. Check my linkedin profile for an overview and visuals.

⚡ I focus on: security, UX, performance.

🙊 I speak/read/write: 🇫🇷 (native), 🇬🇧, 🇪🇸

📥 Contact me: nicolaslimet@gmail.com

Pinned Loading

  1. Add a dropdown to fill the custom cs... Add a dropdown to fill the custom css class Gutenberg editor box on selection. No more typos or having to remember your custom classes names.
    1
    /**
    2
     * Add a css class dropdowm to the block editor.
    3
     * Select the desired class instead of typying.
    4
     */
    5
    
                  
  2. Get and print dynamically the descri... Get and print dynamically the description of all variations on a Woocommerce product page
    1
    /**
    2
     * Get all variations description for a given product.
    3
     * Works for variations from global or local (product-specific) attributes.
    4
     *
    5
     * Return format: [ 'attribute_name' => [ 'slug_or_id' => 'description' ] ].
  3. wp-media-snippet wp-media-snippet Public

    How to add custom POST and file filtering parameters to wp native media uploader. Use case: You need several media upload modals on the front-end, each with potentially different files mime types a…

    PHP