Thank you for your response.
However, I mean adding a function that adds points for clicking a link with the gamipress class, but ignores the click of your own link. I’m not a programmer, and the script does not work, but I hope it will illustrate to some extent what I mean.
if (get_current_user_id ()!= bp_displayed_user_id ())
{
add_action ('wp_enqueue_scripts', 'gamipress_link_enqueue_scripts', 100);
}
Is this option available? If not, can I count on advice how to do it?
-
This reply was modified 5 years, 10 months ago by Raval.