Description
Filter the priority used when the automatic video embed is hooked into the_content.
Parameters
- $priority
- (int)(required) The the_content filter priority.
- Default:1
Example
add_filter( 'cbc_video_embed_filter_priority', function() {
return 20;
} );