do_action( 'add_meta_boxes_comment', WP_Comment $comment )

Fires when comment-specific meta boxes are added.


Parameters

$comment WP_Comment
Comment object.

Top ↑

Source

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

do_action( 'add_meta_boxes_comment', $comment );

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.