[oik] plugins.com

WordPress plugins and themes

  • Home
  • About
    • lazy shortcodes
    • smart shortcodes
    • oik base plugin
      • oik – donate
      • oik PayPal buttons
      • oik installation
      • oik Button Shortcode button
      • oik changelog
      • oik FAQ
      • oik plugins on SVN
      • oik plugins on GitHub
  • Plugins
    • oik base plugin
    • FREE oik plugins
    • WordPress plugins
    • Premium oik plugins
    • Bespoke oik plugins
  • Shortcodes
    • Shortcode examples
  • Blocks
    • Block examples
  • APIs
    • ALL action and filter hooks
  • Blog

admin/class-bw-list-table.php


Lines:

1 to 55 of 55
<?php // (C) Copyright Bobbing Wide 2014, 2015

/* class BW_List_Table */
/* function BW_List_Table::__construct() – Constructor. */
/* function BW_List_Table::__get() – Make private properties readable for backwards compatibility. */
/* function BW_List_Table::__set() – Make private properties settable for backwards compatibility. */
/* function BW_List_Table::__isset() – Make private properties checkable for backwards compatibility. */
/* function BW_List_Table::__unset() – Make private properties un-settable for backwards compatibility. */
/* function BW_List_Table::__call() – Make private/protected methods readable for backwards compatibility. */
/* function BW_List_Table::ajax_user_can() – Checks the current user’s permissions */
/* function BW_List_Table::prepare_items() – Prepares the list of items for displaying. */
/* function BW_List_Table::set_pagination_args() – An internal method that sets all the necessary pagination arguments */
/* function BW_List_Table::get_pagination_arg() – Access the pagination args. */
/* function BW_List_Table::has_items() – Whether the table has items to display or not */
/* function BW_List_Table::no_items() – Message to be displayed when there are no items */
/* function BW_List_Table::search_box() – Display the search box. */
/* function BW_List_Table::get_views() – Get an associative array ( id => link ) with the list
of views available on this table. */
/* function BW_List_Table::views() – Display the list of views available on this table. */
/* function BW_List_Table::get_bulk_actions() – Get an associative array ( option_name => option_title ) with the list
of bulk actions available on this table. */
/* function BW_List_Table::bulk_actions() – Display the bulk actions dropdown. */
/* function BW_List_Table::current_action() – Get the current action selected from the bulk actions dropdown. */
/* function BW_List_Table::row_actions() – Generate row actions div */
/* function BW_List_Table::months_dropdown() – Display a monthly dropdown for filtering items */
/* function BW_List_Table::view_switcher() – Display a view switcher */
/* function BW_List_Table::comments_bubble() – Display a comment count bubble */
/* function BW_List_Table::get_pagenum() – Get the current page number */
/* function BW_List_Table::get_items_per_page() – Get number of items to display on a single page */
/* function BW_List_Table::pagination() – Display the pagination. */
/* function BW_List_Table::get_columns() – Get a list of columns. The format is:
‘internal-name’ => ‘Title’ */
/* function BW_List_Table::get_sortable_columns() – Get a list of sortable columns. The format is:
‘internal-name’ => ‘orderby’
or
‘internal-name’ => array( ‘orderby’, true ) */
/* function BW_List_Table::get_default_primary_column_name() – Gets the name of the default primary column. */
/* function BW_List_Table::get_primary_column_name() – Gets the name of the primary column. */
/* function BW_List_Table::get_column_info() – Get a list of all, hidden and sortable columns, with filter applied */
/* function BW_List_Table::get_column_count() – Return number of visible columns */
/* function BW_List_Table::print_column_headers() – Print column headers, accounting for hidden and sortable columns. */
/* function BW_List_Table::display() – Display the table */
/* function BW_List_Table::get_table_classes() – Get a list of CSS classes for the list table table tag. */
/* function BW_List_Table::display_tablenav() – Generate the table navigation above or below the table */
/* function BW_List_Table::extra_tablenav() – Extra controls to be displayed between bulk actions and pagination */
/* function BW_List_Table::display_rows_or_placeholder() – Generate the tbody element for the list table. */
/* function BW_List_Table::display_rows() – Generate the table rows */
/* function BW_List_Table::single_row() – Generates content for a single row of the table */
/* function BW_List_Table::single_row_columns() – Generates the columns for a single row of the table */
/* function BW_List_Table::handle_row_actions() – Generates and display row actions links for the list table. */
/* function BW_List_Table::ajax_response() – Handle an incoming ajax request (called from admin-ajax.php) */
/* function BW_List_Table::_js_vars() – Send required variables to JavaScript land */
/* function BW_List_Table::column_cb() – Implement default display of the checkbox field */
/* function BW_List_Table::column_default() – Implement default column display */
 

 View on GitHub View on Trac

Called by

    Invoked by

      Calls

      Call hooks

      File name: admin/class-bw-list-table.php
      Plugin ref: oik – oik information kit
      Version: 4.1.1
      Deprecated?: No
      API Letters: A,B,C,L,T

      Published: February 2, 2018 | Last updated: February 2, 2018

      Information

      File name: admin/class-bw-list-table.php
      Plugin ref: oik – oik information kit
      Version: 4.1.1
      Deprecated?: No
      API Letters: A,B,C,L,T

      Recent plugin updates

      oik-weight-zone-shipping v0.2.2 

      Upgrade to oik-weight-zone-shipping v0.2.2 for internationalized strings for migration. This version may also resolve a problem where a Warning message is produced while listing Shipping classes.

       ...
      oik-weight-zone-shipping v0.2.1 

      oik-weight-zone-shipping v0.2.1 fixes a problem with v0.2.0 on worpress.org, where two new files weren't included in the SVN repository.

       ...
      oik-weightcountry-shipping v1.4.0 

      oik-weightcountry-shipping v1.4.0 has been tested with WordPress 5.6 and WooCommerce 4.8.0. It is no longer supported. We suggest you switch to the oik weight zone shipping plugin.

       ...
      oik-weight-zone-shipping v0.2.0 

      oik-weight-zone-shipping v0.2.0 now supports migration from oik weight/country shipping. You can create Multi Rate shipping tables and methods restricting shipping classes.

       ...
      oik-css v1.1.1 

      oik-css v1.1.1 contains an update for improved compatibility with Gutenberg. It has been tested with WordPress 5.6 and WordPress Multi Site.

       ...

      Plugins

      • All Plugins
      • oik base plugin
      • FREE oik plugins
      • WordPress plugins
      • Premium oik plugins

      Themes

      • FREE themes
      • Bespoke themes
      • Premium themes

      Blocks

      • All Blocks
      • Block examples
      • About Blocks

      Shortcodes

      • All Shortcodes
      • Shortcode examples
      • About Shortcodes

      Reference

      • About APIs
      • All APIs
      • All Classes
      • All Files
      • All Hooks

      Support

      • Contact
      • Cookies policy
      • Get API key
      • Privacy
      • Request support
      • Sitemap
      • Stay informed
      • Terms and Conditions
      oik-plugins
      Email: [email protected]

      Weight shipping plugins

      Find out which cart weight shipping plugin you need for your WooCommerce site.
      Which cart weight based plugin do I need?

      Site:  www.oik-plugins.com
      © Copyright oik-plugins 2011-2021. All rights reserved.


      Website designed and developed by Herb Miller of Bobbing Wide
      Proudly powered by WordPress and oik-plugins