We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fbe71 commit d65d074Copy full SHA for d65d074
src/WordPress_Object/Clarkson_Taxonomy.php
@@ -107,7 +107,7 @@ public function get_terms( $args ) {
107
$args['fields'] = 'all';
108
109
$terms = get_terms( $args );
110
- return Objects::get_instance()->get_objects( is_array( $terms ) ? $terms : array() );
+ return Objects::get_instance()->get_terms( is_array( $terms ) ? $terms : array() );
111
}
112
113
/**
0 commit comments