do_action( "{$box[‘id’]}_tab_{$id}_after”}", int $form_id )

Fires after a form meta box tab has been rendered.

Description

The dynamic portions of the hook name refer to the meta box identifier and tab identifier respectively.

Parameters

$form_id

(int) (Optional) Current form ID.

Changelog

Changelog
Version Description
1.0.0 Introduced.