WP_REST_Post_Meta_Fields::__construct( string $post_type )

In this article

Constructor.

Parameters

$post_typestringrequired
Post type to register fields for.

Source

public function __construct( $post_type ) {
	$this->post_type = $post_type;
}

Changelog

VersionDescription
4.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.