Search results for: admin

AdCritter

Audience Pixel Code

Amanda Sox
<10

Remove Google Fonts (non-Elementor)

function disable_google_fonts() { return false; } add_filter( 'print_google_fonts', 'disable_google_fonts' );

Add Campaign Creator Export Fields

Add additional campaign fields related to the campaign creator.

Disable Gutenberg Editor (use Classic Editor)

add_filter('gutenberg_can_edit_post', '__return_false', 5); add_filter('use_block_editor_for_post', '__return_false', 5);

<10

WP Simple Pay: Add Customer Phone to Customer Metadata

Adds the "Telephone" customer field value to the Customer record's metadata. This value is normally only…

Prevent Duplicate Cart Items

Prevents the same item from being added to the cart multiple times.

Combined Date – Time Format (Override Completely) | Display Eventbrite Events

The combined date / time format appears in several layouts and typically looks like 12/02/2019, 10:00…

Change Arabic Currency symbol to the currency short code

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

Disable the Email Address Suggestion

Disables email address suggestion in the Email field.

<10

Add Image Alt Text automatic

function add_alt_text_to_images( $html ) { // Check if the image has a title attribute if (…

Allow Date Range Selection in Date Picker

Adds the ability to select a date range inside the Date Picker field.

<10

Untitled Snippet

https://www.highrevenuegate.com/vtih3qtws?key=9fcf513fba43e6344e324bc00d8881b4

1 50 51 52