- This topic has 1 reply, 2 voices, and was last updated 9 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Where to get Paypal Payment ID link? Is this filter hook correct?
Where can I find the payment button paypal link? I need to grab the link that the button points to.
Also, would this format be correct in adding it into the plugin code?
add_filter(‘swpm_pp_payment_form_additional_fields’);
onClick=”goog_report_conversion”
Or is it
add_filter(‘swpm_pp_payment_form_additional_fields’);
function onClick=”goog_report_conversion”
Thanks!
Hi, have a look at the following filters page. This provides example of how to add a filter to the plugin.
In regards to your question, did you look at the source code? If this does not help you, you might have to create a paypal button within PayPal for this to work for you.