rebase on oct-10-2023
This commit is contained in:
@@ -281,6 +281,7 @@ final class WP_Taxonomy {
|
||||
* @param string $taxonomy Taxonomy key, must not exceed 32 characters.
|
||||
* @param array|string $object_type Name of the object type for the taxonomy object.
|
||||
* @param array|string $args Optional. Array or query string of arguments for registering a taxonomy.
|
||||
* See register_taxonomy() for information on accepted arguments.
|
||||
* Default empty array.
|
||||
*/
|
||||
public function __construct( $taxonomy, $object_type, $args = array() ) {
|
||||
|
||||
Reference in New Issue
Block a user