Carbon_Fields\Field\Footer_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 footer (like Google Analytics tracking code), you should enter them in this box.', 'carbon-fields');
    }