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.

700+

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 =…

Roy Søraa
<10

Allow Only Logged-In Users

Make your site private just for logged-in users.

200+

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

<10

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…

<10

Replace The WordPress Logo on Login Page with your own logo

Replace The WordPress Logo on Login Page with your own logo

1 3 4 5 6 7 23