Skip to main content

GFFormList

Source: form_list.php:7

Details

  • Kind: class
  • Namespace: (global)

Methods

MethodDescription
get_screen_options_markup()Returns the markup for the screen options.
get_screen_options_attributes()Returns the attributes for the user-specific screen options.
get_screen_options_values()Returns the values for the user-specific screen options. If not saved by the current user, the default values are returned.

Method Reference

get_screen_options_markup()

public static function get_screen_options_markup( $status, $args )

Returns the markup for the screen options.

Parameters

NameTypeDefaultDescription
$status
$args

Returns

  • string

Since: 2.9.2

Source: form_list.php:388

get_screen_options_attributes()

public static function get_screen_options_attributes()

Returns the attributes for the user-specific screen options.

Returns

  • array — Label and choices for the screen options settings.

Since: 2.9.2

Source: form_list.php:434

get_screen_options_values()

public static function get_screen_options_values()

Returns the values for the user-specific screen options. If not saved by the current user, the default values are returned.

Returns

  • array

Since: 2.9.2

Source: form_list.php:490