ACF_KEYSMST_MSTCASECPT - TAB: SAFETY & RISK (v3.0 Modular)
/** * ============================================ * MST CASE - TAB: SAFETY & RISK (v3.0 Modular) * ============================================ *…
Untitled Snippet
function remove_my_action() { remove_action('wp_head', 'et_add_viewport_meta'); } function custom_et_add_viewport_meta(){ echo ''; } add_action( 'init', 'remove_my_action'); add_action( 'wp_head',…
Hide Campaign Meta (Author, Date, Comments)
Automatically hides theme-generated meta information from campaign pages (only for Charitable Pro 1.8.13).
Show the Venue Photo Above the Venue Details
Venue pages have no built-in featured image output. This snippet prints the venue photo above the…
EKFH Donation Form
Embeds EKFH donation form
Send Sale Alerts From Customer Email
Sets the From address of New Sale alert emails to the customer's email address
Grandfather Renewal Rate
Allows a custom renewal discount to be set for customers who purchased before a custom date
Vendor Canonical Links
Makes the vendor canonical links go to yoursite/vendor/vendor-name instead of yoursite/vendor.
Add a custom column to Commission table
/** * Add custom columns label * * @param Array $columns array stored column names *…
Change product edit tab order 2
Alphabetically Sort
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);