page_attributes_meta_box_template

Advertisement

Summery Summery

Fires immediately after the label inside the ‘Template’ section of the ‘Page Attributes’ meta box.

Syntax Syntax

do_action( 'page_attributes_meta_box_template', string $template, WP_Post $post )

Parameters Parameters

$template

The template used for the current post.

$post

The current post.

Source Source

File: wp-admin/includes/meta-boxes.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

Advertisement

Leave a Reply