updated plugin Easy Digital Downloads version 3.1.3

This commit is contained in:
2023-07-03 14:52:54 +00:00
committed by Gitium
parent 19f5bf5875
commit a7f6efbebb
26 changed files with 612 additions and 380 deletions

View File

@ -54,7 +54,7 @@ function edd_get_tax_rates( $args = array(), $output = ARRAY_N ) {
// Parse args
$r = wp_parse_args( $args, array(
'number' => 30,
'number' => 9999,
'type' => 'tax_rate',
'orderby' => 'date_created',
'order' => 'ASC',