Description
Show (true) or hide (false) the legacy YouTube API server-key input field on the settings page.
Parameters
- $show
- (bool)(required) Whether to show the field.
- Default:true
Example
add_filter( 'cbc_show_server_key_form_field', '__return_false' );