On this filter Hook you can add your own custom touchpoint
wplms_touch_points
like add_filter('wplms_touch_points','my_custom_touchpoint');
function my_custom_touchpoint(){
//your code goes here
}
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘Touch points’ is closed to new replies.