Search results for: header

Header and Footer

Copy/pasted form docket

Justin Barron
<10

Elementor Store Headers

Gives support for Elementor on WC Vendor Headers

Change label of CSV header, and removing others(Export Totals to CSV)

This snippet will change the label of CSV header, and remove the others(Export Totals to CSV)

Hide Admins from being tracked

Adds a function that will allow you to properly add all your tracking scripts and stop…

On Scroll Elementor show/hide element

Note: You need to set the id for the button or element to "#scrolling-button".

Disable RSS Feeds

Turn off the WordPress RSS Feeds for your website with 1 click.

5.0k

Add a video field to the sign-up form

// Add the video field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_video_uploader'); function wcv_video_uploader( ){ //…

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…

Disable REST API Links

Remove all head links to the REST API endpoints from the page source.

400+

MemberPress: Disable Admin Password Lost/Changed Email

Disable the MemberPress Admin email notification for password lost/changed.

Add Individual Category Tag Columns

/** * By default, Charitable shows a "Campaign Categories" column in the * donations export, which…

Collect National Id Number

/** * Add a text field to the donation form. * * This field is added…

1 2 3 4 5 11