Helper function to get the formated description and tip HTML for a
given form field. Plugins can call this when implementing their own custom
settings types.
public static get_field_description ( array $value ) : array | ||
$value | array | The form field value array |
return | array | The description and tip as a 2 element array |