Admin_Apple_Settings_Section::get_description_for PHP Method

get_description_for() protected method

Get the description for a field.
protected get_description_for ( string $name ) : string
$name string
return string
    protected function get_description_for($name)
    {
        return empty($this->settings[$name]['description']) ? '' : $this->settings[$name]['description'];
    }