Admin_Apple_Settings_Section::get_description_for PHP 메소드

get_description_for() 보호된 메소드

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