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