post_type; $id = $post_or_term->ID; } else if ( $post_or_term instanceof \WP_Term ) { $type = $post_or_term->taxonomy; $id = $post_or_term->term_id; } return array( $type, $id, ); } }