add_action( 'init' , 'wellfitgo_add_and_remove');
function wellfitgo_add_and_remove() {
$priority = has_action('template_redirect', 'hrb_get_freelancers');
remove_action( 'template_redirect', 'hrb_get_freelancers', $priority );
add_action( 'template_redirect', 'wellfitgo_get_freelancers', $priority );
}
There are currently 1 users browsing this thread. (0 members and 1 guests)