parvathis
Forum Replies Created
-
Any updates?
Thankyou. I have emailed you.
Hmm ok. So from the code perspective, are you saying creating copies of any of the existing payment method and using the same function names will work fine for me? Or will it be enough I edit an existing payment method’s related files? Sorry if I confused you totally. I can explain better if you would want me to.
Sure. I have emailed you the details.
Please note that I am using the latest version of the plugin. Even I believe this is something specific to the server because I tried setting up the same in another WAMP server and it worked fine for me.
Thanks again.
Hmm that’s sad. This was really urgent for me. Do you think the AWPCP support forum could be of any help here?
Thanks. That worked ??
Thanks for the quick response.
I am not really into plugin development and the code looks all greek to me. Would appreciate if you could list out the files/hooks which you currently use so that I can take a look around.
Forum: Plugins
In reply to: is there a "get_the_content" ?@imstevil – did the above code really work for you?
I currently have
add_filter('the_content', 'addthis_display_social_widget', 15);
in my plugin code. I would like to apply this same filter to get_the_content(). For this I added
add_filter( 'addthis_display_social_widget', 'get_the_content');
as you have mentioned but no luck.Could you please help me out here?