Skip to content
View luiseduardobraschi's full-sized avatar
đŸ€“
Updating knowledgebase...
đŸ€“
Updating knowledgebase...
Block or Report

Block or report luiseduardobraschi

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

  1. Art-iDev/arti-product-shipping-notices Art-iDev/arti-product-shipping-notices Public

    Product Shipping Notices for WooCommerce based marketplaces

    PHP 2

  2. Remove country and city fields from ... Remove country and city fields from shipping calculator and disable "calculate shipping" toggle non-sense.
    1
    <?php
    2
    add_filter( 'woocommerce_shipping_calculator_enable_country', '__return_false' );
    3
    add_filter( 'woocommerce_shipping_calculator_enable_city', '__return_false' );
  3. ReferĂȘncia de filtros Marketplace/Me... ReferĂȘncia de filtros Marketplace/Melhor Envio
    1
    # Utilidades
    2
    
                  
    3
    ```PHP
    4
    add_filter( 'arti_mpme_show_messages_in_cart', '__return_true' );
    5
    ```
  4. Art-iDev/WordpressPluginManager Art-iDev/WordpressPluginManager Public

    Manage your WordPress installation directly from SublimeText SideBar and Command Palette.

    Python 1