Skip to content
View dianewallace's full-sized avatar

Block or report dianewallace

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. woocommerce-giftaid-donations-and-claims woocommerce-giftaid-donations-and-claims Public

    A WooCommerce plugin that creates a donations product and allows donors to elect to reclaim Gift Aid at the checkout. Claims can then be exported as csv.

    PHP 4

  2. pdf-playground pdf-playground Public

    Generate a PDF from WordPress. Currently produces a mock certificate PDF.

    PHP

  3. woo-set-backorder-max.php woo-set-backorder-max.php
    1
    
                  
    2
    add_filter( 'woocommerce_product_get_stock_status', 'my_plugin_set_stock_status', 10, 2 );
    3
    add_filter( 'woocommerce_product_variation_get_stock_status', 'my_plugin_set_stock_status', 10, 2 );
    4
    /**
    5
     * Set maximum back orders.
  4. Update the Woocommerce No Shipping m... Update the Woocommerce No Shipping message to include contact details.
    1
    add_filter( 'woocommerce_cart_no_shipping_available_html', 'myplugin_no_shipping_available_message' );
    2
    add_filter( 'woocommerce_no_shipping_available_html', 'myplugin_no_shipping_available_message' );
    3
    /**
    4
     * Update the Woocommerce No Shipping message to include contact details.
    5
     */
  5. dw-gutenberg-section-block dw-gutenberg-section-block Public

    This WordPress plugin creates a block, to contain other blocks in a `<section>` tag.

    JavaScript

  6. split-shipping-packages.php split-shipping-packages.php
    1
    
                  
    2
    add_filter( 'woocommerce_cart_shipping_packages', 'split_shipping_packages_shipping_class' );
    3
    
                  
    4
    function split_shipping_packages_shipping_class( $packages ) {
    5
    		// Reset the packages.