Description
Fires before a manual bulk video import runs. Useful to remove third-party actions and filters during the import.
Parameters
This hook does not pass any parameters.
Example
add_action( 'cbc_before_manual_bulk_import', function() {
// disable expensive hooks during import
} );