css-buttons.css

html div#om-{{id}} input[type=submit], html div#om-{{id}} button { background: #ff6600 !important; }

Font Weight correction for Menu Subcategories

.mc_vertical_menu h3 { font-weight: 600 !important; }

Always enable Downloadable option

add_action( 'wp_footer', function() { ?>

CPT_KEYSMST_Weekly Summary Child to MST CASE

/** * Plugin Name: MST Weekly Summary CPT - Blueprint v4.2 Compliant * Description: Weekly summary…

ismail daugherty PRO
<10

List Media Information

Add media file format, dimensions and size columns.

Allow Subscriptions Product on BOGO and Add Product Search Field

add_filter( 'acfw_product_search_allowed_types' , 'acfw_search_add_support_for_subscription_products' ); function acfw_search_add_support_for_subscription_products( $product_types ) { $product_types[] = 'subscription'; $product_types[] = 'variable-subscription';…

Restrict Dashboard Summary Widget

Prevent specific users (by user ID) from seeing the Easy Digital Downloads Sales Summary widget.

Non-required Card State

Makes the cart state a non-required field when present

Change label of CSV header, and removing others(Export Totals to CSV)

This snippet will change the label of CSV header, and remove the others(Export Totals to CSV)

1 81 82 83 84 85 129