Eeco_WCO_Offer_Table
in package
Table of Contents
- $offer : mixed
- $offer_id : mixed
- $offer_products : mixed
- __construct() : mixed
- do initializing
- custom_column_values() : mixed
- Add the data to the custom columns for the book post type
- custom_columns() : array<string|int, mixed>
- Add the custom columns to the post type
- edit_bulk_actions() : mixed
- Filters the items in the bulk actions menu of the list table.
- wco_extra_tablenav() : mixed
- Add dates filter to wco_offer table list
- wco_posts_table_filter() : mixed
- Filter posts in posts table
- wco_posts_table_join() : mixed
- Filters the JOIN clause of the query.
- wco_posts_table_where() : mixed
- Filters the WHERE clause of the query.
- wco_remove_actions() : mixed
- Filters the array of row action links on the Quote Requests list table.
Properties
$offer
private
mixed
$offer
=
ull
$offer_id
private
mixed
$offer_id
=
ull
$offer_products
private
mixed
$offer_products
=
ull
Methods
__construct()
do initializing
public
__construct() : mixed
Return values
mixed —custom_column_values()
Add the data to the custom columns for the book post type
public
custom_column_values(array<string|int, mixed> $column, int $post_id) : mixed
Parameters
- $column : array<string|int, mixed>
-
column
- $post_id : int
-
id of a post type post
Return values
mixed —custom_columns()
Add the custom columns to the post type
public
custom_columns(array<string|int, mixed> $columns) : array<string|int, mixed>
Parameters
- $columns : array<string|int, mixed>
-
array of columns
Return values
array<string|int, mixed> —updated column array
edit_bulk_actions()
Filters the items in the bulk actions menu of the list table.
public
edit_bulk_actions(array<string|int, mixed> $actions) : mixed
Parameters
- $actions : array<string|int, mixed>
-
An array of the available bulk actions.
Return values
mixed —wco_extra_tablenav()
Add dates filter to wco_offer table list
public
wco_extra_tablenav() : mixed
Return values
mixed —wco_posts_table_filter()
Filter posts in posts table
public
wco_posts_table_filter(object $query) : mixed
Parameters
- $query : object
-
WP_Query The WP_Query instange
Return values
mixed —wco_posts_table_join()
Filters the JOIN clause of the query.
public
wco_posts_table_join(string $join) : mixed
Parameters
- $join : string
-
The JOIN clause of the query
Return values
mixed —wco_posts_table_where()
Filters the WHERE clause of the query.
public
wco_posts_table_where(string $where) : mixed
Parameters
- $where : string
-
The WHERE clause of the query
Return values
mixed —wco_remove_actions()
Filters the array of row action links on the Quote Requests list table.
public
wco_remove_actions(array<string|int, string> $actions, WP_Post $post) : mixed
Parameters
- $actions : array<string|int, string>
-
An array of row action links. Defaults are 'Edit', 'Quick Edit', 'Restore', 'Trash', 'Delete Permanently', 'Preview', and 'View'.
- $post : WP_Post
-
The post object.