Untitled Snippet

Jean Cress-Black
<10

Add a custom column to Commission table

/** * Add custom columns label * * @param Array $columns array stored column names *…

Hide SALE! Badges

/*Hide WooCommerce SALES Badges*/ .woocommerce span.onsale { display: none; } /*Hide SALES Badges in home page…

A PHP snippet code to be pasted according to the AI kobee

add_action('wp_enqueue_scripts', function () { if (!is_page(2029)) { return; } wp_enqueue_style( 'leaflet-css', 'https://unpkg.com/[email protected]/dist/leaflet.css', array(), '1.9.4' ); wp_enqueue_script(…

Show a Notice When an Event Has Ended

A finished event page looks the same as a live one. Someone arriving from a search…

Alter what the Calendar Displays | Display Eventbrite Events

The Calendar (cal and cal list) is more complex than standard PHP templates because it utilizes…

Test snippet

This is just for testing -- nice that there is a description area.

Todd Belcher
<10

Allow SVG Files Upload

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

MemberPress: Remove the “Pause” Link for Subscriptions on the Account Page

The code will hide the Pause link for user subscriptions on the User account page (Account…

Untitled Snippet

Antoanela Smeu
<10

SEP color

add_action('admin_head', 'sep_color'); function sep_color() { echo ''; }

Additional Option Description — Stream

Stream — We will provide a personal stream on YouTube or Twitch, where you can see…

<10
1 112 113 114 115 116 233