Inventory_Presser_Menu_Item_Print::add_hooks()
Set up filter and action hooks
Return Return
(void)
Source Source
File: includes/class-menu-item-print.php
public function add_hooks() { add_filter( 'walker_nav_menu_start_el', array( $this, 'maybe_insert_print_button_javascript' ), 11, 4 ); }
Expand full source codeCollapse full source codeView on Github