Thanks for your answer… I’m trying this in a Page where i have a foreach of post, so i want to impement the botton to add to list in each post:
<?php
$arg = array (
'echo' => true,
'item_id' => $customPost->ID
);
do_action('gd_mylist_btn',$arg);
?>
But when i go to the page the button do not appear. Do you know what can be happening?
Thank you!
-
This reply was modified 3 years, 10 months ago by tacticjuls.