0.8.5 で仕様変更しました。
下記のコードで外せます。
add_action(
'after_setup_theme', function() {
remove_action( 'after_setup_theme', array( 'Lightning_header_top', 'header_top_add_menu' ) );
remove_action( 'lightning_header_prepend', array( 'Lightning_header_top', 'header_top_prepend_item' ) );
remove_action( 'customize_preview_init', array( 'Lightning_header_top', 'header_top_add_script' ) );
remove_action( 'wp_enqueue_scripts', array( 'Lightning_header_top', 'header_top_add_css' ) );
}
);
よろしくお願いいたします。