Filter: tcp get buybutton template

Description

Allows to change the path where to find the buy button template.

Parameters

$template
(String) path to the buy button template.

Example

<?php
function my_tcp_get_buybutton_template( $template ) {
	return $template;
}
add_filter( 'tcp_get_buybutton_template', 'my_tcp_get_buybutton_template' ); ?>

Related

Change Log

Since 1.1.8