Skip to main content

GVCalendarWidgetBlockHelpers

GravityCalendar Add-On - Helpers for widget and block

Since: 1.1

Source: includes/class-calendar-widget-block-helpers.php:14

Details​

  • Kind: class
  • Namespace: (global)

Methods​

MethodDescription
get_translations()Returns translation strings to be used in widget/block UI
get_forms_and_feeds()Get available forms and feeds

Method Reference​

get_translations()​

static public function get_translations()

Returns translation strings to be used in widget/block UI

Returns​

  • array — Array of strings, all sanitized by esc_html()

Since: 1.1

Source: includes/class-calendar-widget-block-helpers.php:25

get_forms_and_feeds()​

static public function get_forms_and_feeds()

Get available forms and feeds

Returns​

  • array | false

Since: 1.1

Source: includes/class-calendar-widget-block-helpers.php:64