&$extraConditions An empty array to add checker functions to * evaluate conditions set in $wgConditionalUserOptions. The key is the name of the condition * and the value a callable which will take two arguments: * - UserIdentity $user: the user which option is being evaluated * - array $args: the rest of arguments in the relevant condition configuration * @return void This hook must not abort, it must return no value */ public function onConditionalDefaultOptionsAddCondition( array &$extraConditions ): void; }