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

Fires before a form meta box tab is 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.