class-yith-woocommerce-catalog-mode-premium.php
Last chance to change the Form tab title
Params
string $tab_title The title of the tab.
Returnstring
Hook where print the inquiry form
Params
string $hook The hook name.
Returnstring
Priority to apply to the function
Params
int $priority The hook priority.
Returnint
Last chance to change the Form tab title
Params
string $tab_title The title of the form.
Returnstring
The wrapper of the form title
Params
string $title_wrapper The wrapper of the form.
Returnstring
Hook where print the custom button
Params
string $hook The hook name.
Returnstring
Priority to apply to the function
Params
int $priority The hook priority.
Returnint
Hook where print the custom button
Params
string $hook The hook name.
Returnstring
Hooks enabled for single product page
Params
array $page_actions The hooks list.
Returnarray
Hooks enabled for shop page
Params
array $loop_actions The hooks list.
Returnarray
Additional classes for custom button
Paramsstring $custom_classes Additional class.
int $button_id The button ID.
Returnstring
Check if button link opens in new page
Paramsbool $value Check if button link should open in new page.
int $button_id The button ID.
Returnbool
CSS classes of price element
Params
array $args The CSS classes array.
Returnarray
CSS classes of price element
Params
array $args The CSS classes array.
Returnarray
class-yith-woocommerce-catalog-mode.php
Hide variations only on loop
Params
bool $hide_variations Check if variations should be hidden on loop.
Returnbool
CSS selectors of elements that should be hidden
Params
array $args The CSS classes array.
Returnarray
CSS selector of cart widgets
Params
array $args The CSS classes array.
Returnarray
CSS selector of add to cart buttons
Params
array $args The CSS classes array.
Returnarray
CSS selector of add to cart buttons
Params
array $args The CSS classes array.
Returnarray
includes/class-ywctm-button-label-post-type.php
Add or remove supported fonts from editor
Params
array $fonts Supported fonts list.
Returnarray
Add or remove supported font sizes
Params
array $fonts Supported font sizes.
Returnarray
includes/ywctm-functions-premium.php
Add or remove supported Google Fonts
Sample pattern to use:
array(
'Roboto' => '\'Roboto\',sans-serif',
);
Params
array $google_fonts Supported fonts.
Returnarray