Skip to content

wpto_add_to_cart_text

Fazle Bari edited this page Jan 4, 2021 · 1 revision
apply_filters( 'wpto_add_to_cart_text', $add_to_cart_text_final, $settings, $column_settings, $table_ID, $product );

Add to cart text change

Parameters

add_to_cart_text_final Add to cart text.

$settings

Get settings as array

$column_settings

Get columns as array

$table_ID

Table Id

$product

Product from woocommerce

Return #

Return add to cart text

File Location #

includes/items/action.php

Source Code

View Source Code

Clone this wiki locally