Inventory_Presser_Email_A_Friend::add_hooks()
hooks
On This Page
Description Description
Set up filter and action hooks
Return Return
(void)
Source Source
File: includes/class-menu-item-email-a-friend.php
public function add_hooks() { add_filter( 'walker_nav_menu_start_el', array( $this, 'maybe_change_link' ), 11, 4 ); }
Expand full source codeCollapse full source codeView on Github