The ability registration arguments. */ public function get_args(): array; // phpcs:enable SlevomatCodingStandard.TypeHints.DisallowMixedTypeHint.DisallowedMixedTypeHint /** * Returns whether the ability should be registered at all. * * @return bool Whether the ability is available. */ public function is_available(): bool; }