Glance_Items::hooks()
Method to register glance items related hooks.
Source
File: src/Tickets/Admin/Glance_Items.php
public function hooks() { add_filter( 'dashboard_glance_items', [ $this, 'custom_glance_items_attendees' ], 10, 1 ); }
Changelog
Version | Description |
---|---|
5.5.10 | Introduced. |