Description
Show (true) or hide (false) the admin notice warning that the server PHP version is not actively supported.
Parameters
- $show
- (bool)(required) Whether to show the warning.
- Default:true
Example
add_filter( 'cbc_show_php_version_warning', '__return_false' );