Search results for: admin

WordPress Typography Enhancement: Preventing Widows in Conten

This code is a WordPress filter designed to prevent "widows" in typography within the content displayed…

WordPress Content Filter: Removing Tags for Enhanced Display Control

The purpose of this code snippet is to filter out tags and their contents from the…

Enable HTTP Strict Transport Security (HSTS) in WordPress

The provided code snippet is a WordPress function that enables a WordPress site's HTTP Strict Transport…

Meta Lead Gen Pixel

Michael Woolsey
<10

Changing Text For Suggestion Donation Descriptions

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

GA Tag-header

A GPTBOT FOR MY WEBSITE

<10

Blocks on templates

Setting a specific block on specific templates by default

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…

Change Arabic Currency symbol to the currency short code

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

Add Autofocus on Your Form

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

400+

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

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

Remove Author Schema entirely from the website

This snippet removes Author Schema entirely from the website

100+

Static Page

html, body { overflow-x:hidden }

1 116 117 118 119 120 131