-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
type: maintenanceRoutine maintenance and code quality improvementsRoutine maintenance and code quality improvements
Milestone
Description
Prior to WP 4.5 (no longer supported by this plugin), get_terms() function had a signature of get_terms( $taxonomy, $args ). Since then, it is now get_terms( $args ). The second parameter is deprecated, and the taxonomy is found under the $args['taxonomy]` field.
Line 1335 in 0b7e9d3
| $zones = get_terms( $this->zone_taxonomy, $args ); |
get_zones() function in which the get_terms() call is found.Metadata
Metadata
Assignees
Labels
type: maintenanceRoutine maintenance and code quality improvementsRoutine maintenance and code quality improvements