Description
Fires in the <head> of the admin video-list modal, allowing extra scripts or styles to be printed there.
Parameters
This hook does not pass any parameters.
Example
add_action( 'cbc_video_list_modal_print_scripts', function() {
echo '<style>.cbc-modal { font-size: 14px; }</style>';
} );