Method |
Description |
|
__construct ( ) |
Constructor. |
|
add_custom_query_var ( mixed $public_query_vars ) : array |
Query vars for custom searches. |
|
bulk_action ( ) |
Process the new bulk actions for changing order status. |
|
bulk_admin_footer ( ) |
Add extra bulk action options to mark orders as complete or processing. |
|
bulk_admin_notices ( ) |
Show confirmation message that order status changed for number of orders. |
|
bulk_and_quick_edit_hook ( integer $post_id, object $post ) |
Offers a way to hook into save post without causing an infinite loop
when quick/bulk saving product info. |
|
bulk_and_quick_edit_save_post ( integer $post_id, WP_Post $post ) : integer |
Quick and bulk edit saving. |
|
bulk_edit ( mixed $column_name, mixed $post_type ) |
Custom bulk edit - form. |
|
bulk_edit_save ( integer $post_id, WC_Product $product ) |
Bulk edit. |
|
bulk_post_updated_messages ( array $bulk_messages, array $bulk_counts ) : array |
Specify custom bulk actions messages for different post types. |
|
disable_autosave ( ) |
Disable the auto-save functionality for Orders. |
|
disable_dfw_feature_pointer ( ) |
Disable DFW feature pointer. |
|
disable_view_mode_options ( array $post_types ) : array |
Removes products, orders, and coupons from the list of post types that support "View Mode" switching. |
|
edit_form_after_title ( WP_Post $post ) |
Print coupon description textarea field. |
|
enter_title_here ( string $text, object $post ) : string |
Change title boxes in admin. |
|
handle_shop_order_bulk_actions ( string $redirect_to, string $action, array $ids ) : string |
Handle shop order bulk actions. |
|
hidden_meta_boxes ( array $hidden, object $screen ) : array |
Hidden default Meta-Boxes. |
|
hide_cpt_archive_templates ( $page_templates, $class, $post ) : array |
When editing the shop page, we should hide templates. |
|
list_table_primary_column ( string $default, string $screen_id ) : string |
Set list table primary column for products and orders. |
|
maybe_render_blank_state ( $which ) |
Show blank slate. |
|
post_updated_messages ( array $messages ) : array |
Change messages when a post type is updated. |
|
process_product_file_download_paths ( integer $product_id, integer $variation_id, array $downloadable_files ) |
Grant downloadable file access to any newly added files on any existing. |
|
product_columns ( array $existing_columns ) : array |
Define custom columns for products. |
|
product_data_visibility ( ) |
Output product visibility options. |
|
product_filters ( ) |
Show a category filter box. |
|
product_filters_query ( mixed $query ) |
Filter the products in admin based on options. |
|
product_search ( string $where ) : string |
Search by SKU or ID for products. |
|
product_sortable_columns ( array $columns ) : array |
Make columns sortable - https://gist.github.com/906872. |
|
product_sorting_link ( array $views ) : array |
Product sorting link. |
|
quick_edit ( mixed $column_name, mixed $post_type ) |
Custom quick edit - form. |
|
render_product_columns ( string $column ) |
Ouput custom columns for products. |
|
render_shop_coupon_columns ( string $column ) |
Output custom columns for coupons. |
|
render_shop_order_columns ( string $column ) |
Output custom columns for coupons. |
|
request_query ( array $vars ) : array |
Filters and sorting handler. |
|
restrict_manage_posts ( ) |
Filters for post types. |
|
row_actions ( array $actions, WP_Post $post ) : array |
Set row actions for products and orders. |
|
shop_coupon_columns ( array $existing_columns ) : array |
Define custom columns for coupons. |
|
shop_coupon_filters ( ) |
Show custom filters to filter coupons by type. |
|
shop_coupon_sortable_columns ( array $columns ) : array |
Make columns sortable - https://gist.github.com/906872. |
|
shop_order_bulk_actions ( array $actions ) : array |
Manipulate shop order bulk actions. |
|
shop_order_columns ( array $existing_columns ) : array |
Define custom columns for orders. |
|
shop_order_filters ( ) |
Show custom filters to filter orders by status/customer. |
|
shop_order_search_custom_fields ( WP_Query $wp ) |
Search custom fields as well as content. |
|
shop_order_search_label ( mixed $query ) : string |
Change the label when searching orders. |
|
shop_order_sortable_columns ( array $columns ) : array |
Make columns sortable - https://gist.github.com/906872. |
|
show_cpt_archive_notice ( $post ) |
Show a notice above the CPT archive. |
|
upload_dir ( array $pathdata ) : array |
Filter the directory for uploads. |
|
woocommerce_media_upload_downloadable_product ( ) |
Run a filter when uploading a downloadable product. |
|