get_field_label( $force_frontend_label, $value ); $admin_buttons = $this->get_admin_buttons(); $description = $this->get_description( $this->description, 'gsection_description' ); $field_content = sprintf( "%s

%s

%s", $admin_buttons, esc_html( $field_label ), $description ); return $field_content; } } GF_Fields::register( new GF_Field_Section() );