Search results for: disable

Disable Login by Email

Force your users to login only using their username.

2.3k

disable joinchat whatsapp plugin on mobile biew

@media only screen and (max-width: 567px) { .joinchat{ position: absolute; bottom:70px; --s: 36px; margin-right:px; display:none }…

Disable REST API Links

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

900+

Disable the WordPress Shortlink

Remove link rel shortlink from your site head area.

1.2k

Disable RSS Feed Links

Remove head links to RSS Feeds from all the pages on your site.

1.6k

PayPal Commerce - Horizontal layout for payment buttons

Switch to horizontal view and display only the PayPal, Apple Pay, and Google Pay buttons. Based…

Ralden Souza PRO
<10

What Does Disable HTTP Feed Generation Requests Do? (snippet 1)

If you want to customize how often the plugin checks for progress updates, you can use…

<10

Disable IP Geo lookup service

That script is the one making the call to the geolocation endpoint, the rest of the…

Disable Renewals for Specific Products

Prevents license keys for certain downloads from being renewed or extended.

Show Discount Field

Makes the discount field on checkout show by default.

PageTemplate_Universal - GRAVITY FLOW EMBED TEMPLATE

Version: 1.1.0 7 * Author: Portal Blueprint 8 * Compatible with: Gravity Flow 2.8+, BuddyBoss, Divi,…

ismail daugherty PRO
<10

Fixing WPForms Bulk Update Issues with WP Umbrella

This code snippet will force the WPForms updater to run during the WP Umbrella snapshot request.

<10

RAVER DOGS - HEADER V2 STYLESHEET

/* ================================================================= RAVER DOGS - HEADER V2 STYLESHEET ================================================================= */ /* --- 1. Global & Body…

Disabling the Admin Bar for Non-Admin Users

add_action('after_setup_theme', 'remove_admin_bar'); function remove_admin_bar() { if (!current_user_can('administrator') && !is_admin()) { show_admin_bar(false); } }

1 10 11 12 13 14 25