˜)™@˜)™@À‡Ž@À‡Ž@4›@ P¤@84›@0>¤@pp¤@ 9™@˜.Š@˜žŸ@ 9™@(_’@P_’@(/¤@h®‘@Èp¤@˜žŸ@ 9™@(_’@P_’@€(¤@h®‘@°(¤@(Ä @ 9™@ƒž@ðTš@4›@Ð8™@ø8™@HŒ@HŒ@HŒ@ => 'term_order'` when fetching terms. * * @since 2.5.0 * @var bool|null */ public $sort = null; /** * Array of arguments to automatically use inside `wp_get_object_terms()` for this taxonomy. * * @since 2.6.0 * @var array|null */ public $args = null; /** * Whether it is a built-in taxonomy. * * @since 4.7.0 * @var bool */ public $_builtin; /** * Constructor. * * See the register_taxonomy() function for accepted arguments for `$args`. * * @since 4.7.0 * * @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() ) { $this->name = $taxon