focus outline none

div#om-{{id}} *:focus { outline: none; }

Changing the WordPress Login Logo URL

function custom_login_logo_url() { return home_url(); // Or your desired URL } add_filter( 'login_headerurl', 'custom_login_logo_url' );

Glass Shards CSS

.glass-shard { /* Glass effect */ background: rgba(255, 255, 255, 0.18); backdrop-filter: blur(9.8px); -webkit-backdrop-filter: blur(9.8px); box-shadow:…

WPCODE_DIR_AC_RAPI - REST API Enhancements for WPCode Snippets Sync

* Description: Exposes wpcode_snippets_sync CPT fields via REST API for WhaleSync * Location: Run Everywhere *…

ismail daugherty PRO
<10

GravityWiz_DateMergeTags - Gravity Wiz // Gravity Forms // Format Date Merge Tags

* Adds merge tag modifiers for formatting date merge tags using PHP Date Formats. * *…

ismail daugherty PRO
<10

Replace Menu Icon

Replace the standard menu icon in Easy Digital Downloads with an icon from Dashicons

Force Minimum Password Length at Checkout

Force a minimum password length when a customer creates an account at checkout

Weighted download count

This plugin makes it so that certain products use up more downloads in the download counter…

Price Option Not Checked

Prevent variable pricing options from being checked by default

Elementor Store Headers

Gives support for Elementor on WC Vendor Headers

Use Billing Address in Order Exports

add_filter( 'wcv_export_orders_use_shipping_address', 'wcv_order_export_use_shipping_address' ); function wcv_order_export_use_shipping_address( ){ return false;

1 78 79 80 81 82 125