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

Fires after a form meta box has been rendered.

Description

The dynamic portion of the hook name refers to the meta box identifier.

Parameters

$form_id

(int) (Optional) Current form ID.

Changelog

Changelog
Version Description
1.0.0 Introduced.