includes/class.yith-product-tab.php

yith_tab_manager_current_product_tabs

The filter allow to add remove the tab


Params

 array $all_tabs the global tab.




Return
 array


includes/class.yith-wctm-frontend-premium.php

ywtm_show_single_tab

The filter allow to show or not the tab in the product


Params

 bool  $can_show True or false.

 int   $tab_id The tab id.

 array $tabs All tab.




Return
 array


ywtm_get_tab_title

The filter allow to show or not the tab in the product


Params

 string  $title The tab title with the icon.

 WP_Post $tab_post The tab.




Return
 string


ywtm_override_wc_tab

The filter allow to set if a tab is ovveride or not


Params

 string $tab_is_overrided Yes or no.

 string $tab_type The tab type.




Return
 string


ywtm_override_wc_tab_title

The filter allow to edit the tab title


Params

 string $tab_title The title.

 string $tab_type The tab type.




Return
 string


includes/class.yith-wctm-frontend.php

ywctm_priority_tab

The filter allow to edit the default tab priority


Params

 int $tab_priority The priority.




Return
 int


includes/class.yith-wctm-post-type-premium.php

ywtm_include_only_visible_tab

The filter allow to include or not the tab not visible


Params

 bool $include_only_visible True or false.




Return
 bool


includes/class.yith-wctm-post-type.php

yith_wctm_post_type

The filter allow to add remove post type args


Params

 array $args the post type args.




Return
 array


yith_tab_manager_taxonomy_label

The filter allow to add remove post type taxonomy label


Params

 array $args the post type args.




Return
 array


yith_add_column_tab

The filter allow to add remove wp list columns


Params

 array $columns the wp list columns.




Return
 array


includes/metabox/tab-layout-metabox.php

ywtm_layout_options_metabox

The filter allow to edit the plugin layout options


Params

 array $options the options.




Return
 array


includes/metabox/tab-metabox.php

ywtm_options_metabox

The filter allow to edit the plugin options


Params

 array $options the options.




Return
 array


includes/product/admin/html-tab-download.php

ywtm_change_url_path

The filter allow to edit the file url


Params

 string $file_url the options.




Return
 string


includes/yith-tab-manager-functions.php

ywtm_custom_icon_alt_tag

The filter allow to edit the icon alt tag


Params

 string $icon_alt The icon alt.




Return
 string


ywtm_override_tab_desc

The filter allow to edit the description tab content


Params

 string  $post_content The content.

 WP_Post $post The post.




Return
 string


yith_add_layout_tab

The filter allow to add/remove the tab layout type


Params

 array $tab_layout_types The types.




Return
 array