August 6, 2013 at 6:51 am
#3048
Sanjip Shah
Participant
@jnasevich Please add this code add_action( ‘init’, ‘attitude_remove_parent_function’ );
just above the code that I previously provided. Just before this part
/**
* Removes parent function attached to hook
*/
function attitude_remove_parent_function(){
remove_action( ‘attitude_header’, ‘attitude_headerdetails’, 10 );
}
Hope this will solve your issue.