Remove parameters from function as well #4194
This commit is contained in:
parent
73215ba4e2
commit
7b63c6ce49
|
@ -206,7 +206,7 @@ class WC_Tax {
|
|||
* @param string $args (default: '')
|
||||
* @return array
|
||||
*/
|
||||
public function find_rates( $args = array(), $deprecated_state = null, $deprecated_postcode = null, $deprecated_class = null ) {
|
||||
public function find_rates( $args = array() ) {
|
||||
global $wpdb;
|
||||
|
||||
$defaults = array(
|
||||
|
|
Loading…
Reference in New Issue