[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.8.2
      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.8.2
      Deprecated?: No
      API Letters: A,B,C,L,T

      Recent plugin updates

      oik-css v2.1.0 Update to oik-css v2.1.0 for the ability to style CSS and GeSHi output in documentation. ...
      oik-types v2.3.0 Update to oik-types v2.3.0 for improved control over sort order on archives ...
      UK-tides v3.1.0 UK-tides v3.1.0 now supports several additional ports. It's built with latest wp-scripts and shared libraries and tested with WordPress 6.1. ...
      oik v4.8.2 Upgrade to oik v4.8.2 if you installed oik v4.8.1 from wordpress.org and found that the blocks were missing from the editor. ...
      sb-chart-block v1.1.0 sb-chart-block v1.1.0 now uses chart.js v3.9.1. Tested with WordPress 6.0.1 and Gutenberg 13.8.2 ...

      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: herb@bobbingwide.com

      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-2023. All rights reserved.


      Website designed and developed by Herb Miller of Bobbing Wide
      Proudly powered by WordPress and oik-plugins
      WordPress 6.1.1. PHP: 7.4.33. Memory limit: 768M