Basic WP escaping functions

// ❌ Don't use _e(), __(), _x() etc. to output data // ✅ Use the escaped…

Tweak Price Display (Appends Text) | Display Eventbrite Events

The Display Eventbrite plugin premium version can display prices. If you want to tweak to display…

Tasty Roundups - Change Heading from h2 to h3

Change all your Tasty Roundup headings from h2 tags to h3 tags

<10

Allow Other WordPress Roles to View Email Logs

This snippet will allow you to manage the capabilities of roles allowed to view the site's…

Defining Other SMTP Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

om-nextjs14-layout.tsx

import '@/app/ui/global.css'; import {RouteChangeListener} from '@/app/route-change-listener.tsx'; export default function RootLayout({ children, }: { children: React.ReactNode; })…

om-startClose.js

// Close the OptinMonster campaign om{{id}}.startClose();

slide-bottom-left.css

html div#om-{{id}} { right: auto !important; margin-left: 20px !important; }

CONNECT TO API GATEWAY

This code is to connect to an API, this is a test

Mwanaidi Masoud PRO
<10

Allow SVG Files Upload

Add support for SVG files to be uploaded in WordPress media.

Consultants

It'll create profiles based on the API data using Pods.

WPcode

WPcode

Irina Pasechnik
<10

Woo SITE WIDE - Restaurant Hours + backend

Restaurant Hours, Shop Control & Checkout Disable (Enhanced with Vacations, Custom Notices, Dynamic Data, Close Button,…

Untitled Snippet

@ini_set( 'upload_max_size' , '120M' ); @ini_set( 'post_max_size', '120M'); @ini_set( 'max_execution_time', '300' );

om.Main.parseCampaigns

document.addEventListener('om.Main.parseCampaigns', function(event) { // This event is passed the xhr object console.log(event.detail.xhr); } );

1 105 106 107 108 109 124