Filter: ep_post_meta_keys_db_per_post_type_allowed_screen

apply_filters( 'ep_post_meta_keys_db_per_post_type_allowed_screen', $allowed_screen ) → {bool}

Filter if the current screen is allowed or not to use the function.

This method can be too resource intensive, use it with caution.

Parameters:
Name Type Description
$allowed_screen bool

Whether this is an allowed screen or not.

Since:
  • 4.4.0
Source:
Returns:

New value of $allowed_screen

Type
bool