• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wp-graphql / wp-graphql / 13316763745

13 Feb 2025 08:45PM UTC coverage: 82.712% (-0.3%) from 83.023%
13316763745

push

github

web-flow
Merge pull request #3307 from wp-graphql/release/v2.0.0

release: v2.0.0

195 of 270 new or added lines in 20 files covered. (72.22%)

180 existing lines in 42 files now uncovered.

13836 of 16728 relevant lines covered (82.71%)

299.8 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Type/ObjectType/TermObject.php
1
<?php
2

3
namespace WPGraphQL\Type\ObjectType;
4

5
use WP_Taxonomy;
6

7
/**
8
 * Class TermObject
9
 *
10
 * @package WPGraphQL\Type\Object
11
 * @deprecated 1.12.0
12
 */
13
class TermObject {
14

15
        /**
16
         * Register the Type for each kind of Taxonomy
17
         *
18
         * @param \WP_Taxonomy $tax_object The taxonomy being registered
19
         *
20
         * @return void
21
         * @throws \Exception
22
         * @deprecated 1.12.0
23
         */
UNCOV
24
        public static function register_taxonomy_object_type( WP_Taxonomy $tax_object ) {
×
25
                _deprecated_function( __FUNCTION__, '1.12.0', esc_attr( \WPGraphQL\Registry\Utils\TermObject::class ) . '::register_types()' );
×
26

27
                \WPGraphQL\Registry\Utils\TermObject::register_types( $tax_object );
×
28
        }
29
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc