We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Generate fields after the custom template box in the meta box.
add_action( 'wpt_after_meta_template_box', function( int $post_ID ) { // Your code here. } );
int
$post_ID
do_action( 'wpt_after_meta_template_box', $post->ID )
← All Hooks
There was an error while loading. Please reload this page.