Product_Tabs_Cpt
Class Product_Tabs_Cpt
Source
File: includes/modules/woocommerce_booster/tab_manager/product_tabs_cpt.php
Expand full source code Collapse full source code View on Github
Methods
- add_sorting_tab — Change views on the edit product tab screen.
- cpt_admin_style — Style for the neve_product_tabs table.
- cpt_slug_encoding_non_latin — Fix slug encoding for chinese characters.
- define_cpt_columns — Define columns for product tabs cpt.
- disable_core_tabs_editable_data — Remove editable data for core tabs.
- init — Init function.
- insert_menu_order — Add menu order parameter when creating a new tab.
- is_edit_screen — Decide if the current screen is the sorting tab.
- load_sorting_scripts — Load the sorting script.
- order_post_type — Reorder tabs.
- order_update_error_notice — Notice in case sorting action fails.
- register_default_tabs — Insert the default tabs into custom post type.
- register_product_tabs_cpt — Register Custom Layouts post type.
- register_tabs_routes — Register tabs REST routes.
- remove_core_tabs_row_actions — Remove row actions for core tabs.
- remove_months_filter — Remove months filter for product tabs cpt.
- render_cpt_columns — Wrapper for rendering columns content.
- render_name_column — Renders the Name column.
- render_tab_cat_column — Renders the Category column.
- render_visibility_column — Renders the visibility column.
- restrict_core_tabs_deletion — Restrict the deletion of core tabs.
- run_product_tabs_edit_screen_actions — Run actions inside edit screen of neve_product_tabs cpt.
- update_order — Function for saving product tabs ordering.
- update_visibility — Function for saving product tabs visibility.