tictag

Results 21 comments of tictag

I've yet to figure this out myself but I do have a novice understanding about 'piping' in Linux. Piping is where you take the output of one process and feed...

As some of you may know, I've been poorly these past few months. Getting on top it now. I am gobsmacked to see how this thread has progressed! Mind ==...

**MODS ONLY** Further information on this, including screenshots, are available in plus support ticket: https://www.paidmembershipspro.com/forums/topic/bugfix-paypal-express-transaction-v-subscription-ids-in-order

I believe PayPal Checkout effectively **_is_** Smart Payment Buttons, or rather PayPal Checkout **_uses_** Smart Payment Buttons. And PayPal Checkout is essentially the next generation on from PayPal Express, which...

It seems that the **LUIS Azure AI Service** has been entirely replaced/subsumed into **Azure AI Language Service**. From Azure Marketplace, "Azure AI service for Language enables you to build apps...

An alternative solution would be to add the as yet unapproved member to the MailChimp Audience but keep their `Marketing Status` as `Unsubscribed` until approval. This would also prevent member-only...

Any news on this? It's been over a year now.

The function that hooks into the confirmation message is here: https://github.com/strangerstudios/pmpro-approvals/blob/dev/pmpro-approvals.php#L1119

As a workaround, the following hack should manually disable the code that disables the confirmation message: ` function my_remove_approvals_confirmation() { remove_filter( 'pmpro_confirmation_message', array( 'PMPro_Approvals', 'pmpro_confirmation_message' ) ); } add_action( 'init',...

**For MODS Only** Further information here: https://www.paidmembershipspro.com/forums/topic/bug-approvals-add-on-approved-denied-emails-pick-up-logged-in-user-part-2