add_meta_boxes_link WordPress Action Hook
The add_meta_boxes_link hook allows you to add meta boxes to the links editor screen. This can be used to add custom fields to links.
do_action( 'add_meta_boxes_link', object $link ) #
Fires when link-specific meta boxes are added.
Contents
Parameters
- $link
(object)Link object.
Source
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |