Description
Set the with_front rewrite option for the video category taxonomy permalinks.
Parameters
- $with_front
- (bool)(required) Whether the permalink should be prefixed with the front base.
- Default:true
Example
add_filter( 'cbc_taxonomy_with_front', '__return_false' );