/home/techb158/primomovers.ca/wp-content/plugins/polylang/src/Options/Primitive
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() );
}
}