Skip to content

wpt_after_meta_template_box

github-actions[bot] edited this page Jun 14, 2026 · 1 revision

Generate fields after the custom template box in the meta box.

Auto-generated Example

add_action(
   'wpt_after_meta_template_box',
    function( int $post_ID ) {
        // Your code here.
    }
);

Parameters

  • int $post_ID Post ID.

Files

do_action( 'wpt_after_meta_template_box', $post->ID )

← All Hooks

Clone this wiki locally