BLUE
PHP 7.4.33
Path:
/var/www/candid-stg.bitkit.dk/httpdocs/wp-content/plugins/wp-graphql/deprecated
Run
Logout
Edit File
Size: 1.71 KB
Close
/var/www/candid-stg.bitkit.dk/httpdocs/wp-content/plugins/wp-graphql/deprecated/PostObject.php
Text
Base64
<?php namespace WPGraphQL\Type\ObjectType; use WPGraphQL\Registry\TypeRegistry; use WP_Post_Type; /** * @todo Remove in 3.0.0 * @deprecated 1.12.0 * @codeCoverageIgnore */ class PostObject { /** * @todo remove in 3.0.0 * * @param \WP_Post_Type $post_type_object Post type. * @param \WPGraphQL\Registry\TypeRegistry $type_registry The Type Registry * * @return void * @throws \Exception * @deprecated 1.12.0 */ public static function register_post_object_types( WP_Post_Type $post_type_object, TypeRegistry $type_registry ) { _doing_it_wrong( __FUNCTION__, sprintf( // translators: %s is the class name that is deprecated. esc_html__( 'This function will be removed in the next major version of WPGraphQL. Use %s instead.', 'wp-graphql' ), esc_html( \WPGraphQL\Registry\Utils\PostObject::class . '::register_types()' ), ), '1.12.0' ); \WPGraphQL\Registry\Utils\PostObject::register_types( $post_type_object ); } /** * @todo remove in 3.0.0 * * @param \WP_Post_Type $post_type_object Post type. * @param \WPGraphQL\Registry\TypeRegistry $type_registry The Type Registry * * @deprecated 1.12.0 * * @return array<string,array<string,mixed>> */ public static function get_fields( $post_type_object, $type_registry ) { _doing_it_wrong( __FUNCTION__, sprintf( // translators: %s is the class name that is deprecated. esc_html__( 'This function will be removed in the next major version of WPGraphQL. Use %s instead.', 'wp-graphql' ), esc_html( \WPGraphQL\Registry\Utils\PostObject::class . '::get_fields()' ), ), '1.12.0' ); return \WPGraphQL\Registry\Utils\PostObject::get_fields( $post_type_object ); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 13
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Comments.php
1.59 KB
lrw-r--r--
2026-02-02 10:01:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
MenuItemObjectUnion.php
2.64 KB
lrw-r--r--
2026-02-02 10:01:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
MenuItems.php
1.31 KB
lrw-r--r--
2026-02-02 10:01:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PostObject.php
1.71 KB
lrw-r--r--
2026-02-02 10:01:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PostObjects.php
1.71 KB
lrw-r--r--
2026-02-02 10:01:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PostObjectUnion.php
1.81 KB
lrw-r--r--
2026-02-02 10:01:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Taxonomies.php
812 B
lrw-r--r--
2026-02-02 10:01:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TermObject.php
853 B
lrw-r--r--
2026-02-02 10:01:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TermObjects.php
1.65 KB
lrw-r--r--
2026-02-02 10:01:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TermObjectUnion.php
1.83 KB
lrw-r--r--
2026-02-02 10:01:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Types.php
1.52 KB
lrw-r--r--
2026-02-02 10:01:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Users.php
1.27 KB
lrw-r--r--
2026-02-02 10:01:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
wp-cli.php
721 B
lrw-r--r--
2026-02-02 10:01:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).