add_action( 'wp_head', 'wp_print_styles', 8 );
remove_action('wp_head', 'wp_print_styles');
function disable_wp_style() {
remove_action('wp_head', 'wp_print_styles');
}
add_action( 'init', 'disable_wp_style' );
wp_dequeue_style
а потом заново добавить их куда нужно ?