Carbon_Fields\Field\Header_Scripts_Field::get_default_help_text PHP Метод

get_default_help_text() публичный Метод

Default help text to be displayed for this type of field.
    public function get_default_help_text()
    {
        return __('If you need to add scripts to your header, you should enter them here.', 'carbon-fields');
    }