Style Just OptinMonster Campaign Placeholders
html div#om-{{id}} ::-webkit-input-placeholder { color: #333 !important; } /* Chrome/Opera/Safari */ html div#om-{{id}} ::-moz-placeholder { color:…
Remove Clear Link @ Variable Single Product Page
Remove clear link from attribute from single product page
MemberPress: Send Email to User When Their User Role Is Changed
Adding this code snippet to a website will send an automated email to the user each…
MemberPress: Send “Profile Updated” Admin Notification
The code changes WordPress's functioning to send notifications to the admin when a user modifies their…
matt
function afficher_table_custom_paginee_direct() { global $wpdb; // Augmenter la limite de mémoire si possible ini_set('memory_limit', '256M'); $lignes_par_page…
Chatbot backend
function generate_chat_response( $last_prompt, $conversation_history ) { // OpenAI API URL and key $api_url = 'https://modelsearch1.openai.azure.com/openai/deployments/gpt-35-turbo-StoreWayfinder/chat/completions'; $api_key…
MemberPress: Tax Only UK
This code snippet will apply taxes only for UK customers when Taxes are enabled in MemberPress…
Accuracy Gauge
Accuracy gauge 1%
Change Donation Cancellation Url
Change the URL that donors are returned to when they cancel their donation.
Remove Organisation Field
Remove "organisation" from the profile form.
MemberPress: Exclude Protected Posts from Search Results
Removes any posts from the search results that the current user (or guest) does not have…
Force Minimum Password Length in Profile Editor
Verify password minimum length in the EDD profile editor.
Give Subscription on Purchase
This snippet will provide customers with one year of access to subscription content when they make…