'Applies to a specific plugin', self::THEME => 'Applies to a specific theme', self::CORE => 'Applies to WordPress core (version-based targeting)', ); return isset( $descriptions[ $target ] ) ? $descriptions[ $target ] : 'Unknown target'; } }