Maciek Swoboda (Buyer)
0 Reputation

Answers

I think you could also do it by a simple filter or plugin: https://enriquechavez.co/change-email-sender-wordpress/ No need to use SMTP. However these filters will change sender/e-mail for all e-mails,...

View Question
0 Votes

Below code worked for me. By editing: $args['sortby'] = 'voted'; you can change default sorting. The example shows sorting by votes: <?php add_filter( 'ap_main_questions_args',...

View Question
1 Vote Selected selected as best answer

It is developed on GitHub: https://github.com/bmackinney/wp-slack-anspress

View Question
1 Vote Selected commented on answer

I was able to achieve this by modifying a bit the code from this question: https://anspress.io/questions/question/displaying-pmp-membership-type-under-name/   You just need to remove the part that...

View Question
1 Vote commented on answer