white (January 7th, 2015)
function unhook_appthemes_functions() {
// unload a function
remove_action( 'proper_action_hook_name', 'appthemes_categories_list' );
}
add_action('appthemes_init','unhook_appthemes_functions');
white (January 7th, 2015)
There are currently 1 users browsing this thread. (0 members and 1 guests)