Search results for: admin

Hide the Submit Button on Calculator Forms

To use any of the Calculator forms but want to hide the submit button. Use this…

300+

Add missing mainEntity to ProfilePage Schema

This snippet adds missing mainEntity to ProfilePage Schema

200+

Static Page

html, body { overflow-x:hidden }

Remove Author Schema entirely from the website

This snippet removes Author Schema entirely from the website

100+

Switching between ftp_put and ftp_fput FTP upload methods in Store Exporter Deluxe

function custom_woo_ce_cron_export_ftp_switch() { // ftp_put or ftp_fput return 'ftp_fput'; } add_filter( 'woo_ce_cron_export_ftp_switch', 'custom_woo_ce_cron_export_ftp_switch' );

<10

Trigger a Scheduled Export via a WordPress Action

function custom_trigger_scheduled_export_url() { $secret_key = ( isset( $_GET['secret_key'] ) ? sanitize_text_field( $_GET['secret_key'] ) : false );…

<10

Add Autofocus on Your Form

This snippet adds auto focus to the first field of your form when the page loads.

300+

Change Arabic Currency symbol to the currency short code

example change د.إ to AED and all the Arabic currencies

VIsual Campaign Builder: Add HTML Tags To Display In The HTML/CODE Block

By design, Charitable allows only certain HTML to be displayed in the HTML/CODE Block of the…

Blocks on templates

Setting a specific block on specific templates by default

GA Tag-header

A GPTBOT FOR MY WEBSITE

<10

Changing Text For Suggestion Donation Descriptions

You can place this code in your theme functions.php or use WPCode.

1 54 55 56 57 58 114