do_action( 'add_meta_boxes_link', object $link )

Fires when link-specific meta boxes are added.


Parameters

$link object
Link object.

Top ↑

Source

File: wp-admin/edit-link-form.php. View all references

do_action( 'add_meta_boxes_link', $link );

Top ↑

Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.