WP_Post_Type::add_hooks

Advertisement

Summery Summery

Adds the future post hook action for the post type.

Syntax Syntax

WP_Post_Type::add_hooks()

Source Source

File: wp-includes/class-wp-post-type.php

	 * @since 4.6.0
	 */
	public function add_hooks() {

Advertisement

Changelog Changelog

Changelog
Version Description
4.6.0 Introduced.

Advertisement

Leave a Reply