WPGlobus
  • Package
  • Class

Packages

  • WPGlobus
    • ACF
    • Admin
      • Customizer
      • HelpDesk
      • Options
        • Field
    • All-in-One-SEO
    • Compat
    • MailChimp
    • RevSlider
    • The-Events-Calendar
    • Yoast

Classes

  • LanguagesTable
  • ReduxFramework_post_types
  • ReduxFramework_table
  • ReduxFramework_wpglobus_ace_editor
  • ReduxFramework_wpglobus_checkbox
  • ReduxFramework_wpglobus_info
  • ReduxFramework_wpglobus_select
  • ReduxFramework_wpglobus_sortable

Functions

  • get_font_icons

Class LanguagesTable

Class LanguagesTable

WP_List_Table
Extended by LanguagesTable
Package: WPGlobus\Admin\Options\Field
Author: WPGlobus
Located at includes/options/fields/table/table-languages.php

Methods summary

public
# __construct( )

Constructor.

Constructor.

public
# get_data( )

Fill out table_fields and data arrays

Fill out table_fields and data arrays

public
# no_items( )
public
# display_table( )
public
# prepare_items( )

Prepares the list of items for displaying.

Prepares the list of items for displaying.

public array
# get_columns( )

Returns

array
public array
# get_sortable_columns( )

Get a list of sortable columns. The format is: 'internal-name' => 'orderby' or 'internal-name' => array( 'orderby', true ) The second format will make the initial sorting order be descending

Get a list of sortable columns. The format is: 'internal-name' => 'orderby' or 'internal-name' => array( 'orderby', true ) The second format will make the initial sorting order be descending

Returns

array

Since

3.1.0
public
# process_bulk_action( )
public
# process_row_action( )
public integer
# usort_reorder( $a, $b )

User's defined function

User's defined function

Parameters

$a
$b

Returns

integer

Since

0.1
public string
# column_wpglobus_flag( $item )

Define function for add item actions by name 'column_flag'

Define function for add item actions by name 'column_flag'

Parameters

$item
array

Returns

string

Since

1.0.0
public string
# column_wpglobus_locale( $item )

Define function for add item actions by name 'column_locale'

Define function for add item actions by name 'column_locale'

Parameters

$item
array

Returns

string

Since

1.0.0
public string
# column_wpglobus_code( $item )

Define function for add item actions by name 'column_code'

Define function for add item actions by name 'column_code'

Parameters

$item
array

Returns

string

Since

1.0.0
public string
# column_default( $item, $column_name )

Define function for add item actions by name 'column_default'

Define function for add item actions by name 'column_default'

Parameters

$item
array
$column_name
string

Returns

string

Since

1.0.0
public string
# column_cb( $item )

Define function for add item actions by name 'column_cb'

Define function for add item actions by name 'column_cb'

Parameters

$item
array

Returns

string

Since

1.0.0
public string
# column_wpglobus_en_language_name( $item )

Define function for add item actions by name 'wpglobus_en_language_name'

Define function for add item actions by name 'wpglobus_en_language_name'

Parameters

$item
array

Returns

string

Since

1.5.10
public
# display_tablenav( string $which )

Generate the table navigation above or below the table

Generate the table navigation above or below the table

Parameters

$which

Since

3.1.0
public
# single_row( object $item )

Generates content for a single row of the table

Generates content for a single row of the table

Parameters

$item
The current item

Since

1.5.10

Properties summary

public array $data
# array()
public array $table_fields
# array()
public array $found_data
# array()
public array $_column_headers
# array()
WPGlobus API documentation generated by ApiGen