Description
Allow (true) or deny (false) updating the YouTube API server key when the settings are saved.
Parameters
- $allow
- (bool)(required) Whether the server key update is allowed.
- Default:true
Example
add_filter( 'cbc_allow_youtube_server_key_update', '__return_false' );