Search results for: header
Add an audio field to the sign up form
// Add the audio field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_audio_uploader'); function wcv_audio_uploader( ){ //…
Add an image filed to the sign up form
// Add the image field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_image_uploader'); function wcv_image_uploader( ){ if…
Add a document file upload
// Add the document field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_doc_uploader'); function wcv_doc_uploader( ){ if…
MemberPress: Disable MemberPress Password Lost/Changed Email
Adding this code snippet will disable the MemberPress Password Lost/Changed notification email.
MemberPress: Disable Emails for Specific Memberships
The code snippet will disable emails from being sent based on the text matching a membership…
Disable REST API Links
Remove all head links to the REST API endpoints from the page source.
MemberPress: Disable Admin Password Lost/Changed Email
Disable the MemberPress Admin email notification for password lost/changed.
Ai historie bot
// Funksjon for å generere en historie basert på OpenAI GPT function generate_story_with_openai($input) { $api_key =…
Allow Only Logged-In Users
Make your site private just for logged-in users.
MemberPress: Disable the Default WordPress Password Reset Link E-Mail
If the "Disable Password Fields on membership registration forms" option is active in MemberPress settings (Dashboard…
GA Tag-header
A GPTBOT FOR MY WEBSITE
Add Individual Category Tag Columns
Show a separate column for each category and tag, with a 1 or a 0 in…
Collect National Id Number
Add a field that collects the donor's national ID number, or any other text field.
Menu Item image Animation on Hover
When you hover over a menu item, the will be an image which will slide behind…
Replace The WordPress Logo on Login Page with your own logo
Replace The WordPress Logo on Login Page with your own logo