Add a custom column to Commission table

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

Untitled Snippet

Web 1920 – 2 תכנים מקוריים בקרוב יעלו חדשות היום ערוץ לייב גיימרים ניו יורק LOST…

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

Emails via two different Postmark streams based on the email subject

WP Mail SMTP plugin does not directly support selecting a specific Postmark message stream based on…

floating bar css

html div#om-{{id}}.CampaignType--floating { position: absolute !important; top: 0 !important; display: block !important; background: #0B8BBB !important; }

Add Theme colors to Head

Gets the theme colors for X/Pro theme and adds them to the head location to use…

<10

Play/Pause button CSS

/* play/pause for homepage background video */ .video-controls { position: absolute; bottom: 20px; right: 20px; z-index:…

Paige Craft PRO
<10

Give export capability to administrator

This snippet adds the export capability to the administrator user role.

1 63 64 65 66 67 126