woocommerce_date_format

woocommerce_date_format

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_date_format') is found 1 times:

  • /includes/wc-formatting-functions.php line 676
    672
    673
    674
    675
    676
    677
    678
    679
    680
    681
    682
        if ( empty( $date_format ) ) {
            // Return default date format if the option is empty.
            $date_format = 'F j, Y';
        }
        return apply_filters( 'woocommerce_date_format', $date_format );
    }
     
    /**
     * WooCommerce Time Format - Allows to change time format for everything WooCommerce.
     *
     * @return string