woocommerce_date_format

woocommerce_date_format

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_date_format') is found 1 times:

  • /includes/wc-formatting-functions.php line 676
    	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