Search results for: header
Header and Footer
Copy/pasted form docket
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".
Change the "Commission" header for the Recent Orders table
Change the "Commission" header for the Recent Orders table using the "wcvendors_recent_order_table_columns" filter hook.
Disable RSS Feeds
Turn off the WordPress RSS Feeds for your website with 1 click.
PurpleIPD Calculator Script
var WA_NUM = "919909903539"; var SCRIPT_URL = "YOUR_GOOGLE_APPS_SCRIPT_URL_HERE"; var R = {}; function fINR(n) { if…
Untitled Snippet
/*! * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font:…
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…
Restrict WordPress Admin Access by Country
Restrict access to wp-admin based on visitor country using Cloudflare's country header. Useful for agencies, membership…
grab Indonesia
Grab
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.