apply_prefix($this->cache_group, '-'); if ($this->global_cache && ! in_array($cache_group, self::$added_globals, true)) { wp_cache_add_global_groups(array($cache_group)); self::$added_globals[] = $cache_group; } parent::__construct($query); } /** * Get the plural name. * * @since 2.0.0 * @return string */ public function get_plural_name() { return $this->item_name_plural; } }