/home/techb158/primomovers.ca/wp-content/plugins/polylang/src/Options/Primitive
NameSizeModeActions
Abstract_Boolean.php7620644editdlrm
Abstract_List.php26500644editdlrm
Abstract_Map.php21790644editdlrm
Abstract_String.php11970644editdlrm
Edit: /home/techb158/primomovers.ca/wp-content/plugins/polylang/src/Options/Primitive/Abstract_String.php (1197B)
'string', ); } /** * Adds information to the site health info array. * * @since 3.8 * * @param Options $options An instance of the Options class providing additional configuration. * * @return array The updated site health information. */ public function get_site_health_info( Options $options ): array { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable return $this->format_single_value_for_site_health_info( $this->get() ); } }