unitap.io

function myfirsttheme_setup() { /* * Load additional block styles. */ $styled_blocks = ['latest-comments']; foreach ( $styled_blocks…

Allow Other WordPress Roles to Manage Email Logs

This snippet will allow you to manage the capabilities of roles allowed to manage the site's…

Prevent AIOSEO From Outputting a rel=”prev” Link

Prevent AIOSEO from outputting a rel=”prev” link

<10

Pixel Bluue Sleep

LUIS JUNIOR PRO
<10

om-manually-set-global-cookies.js

// Set OptinMonster Global Cookies when this function runs function setGlobalCookies() { document.cookie = "omSuccessCookie=true; expires=Fri,…

slide-top-right.css

html div#om-{{id}} { top: 0px !important; bottom: unset !important; transition: top 0.3s ease 0s !important; }

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';…

Mass Order Delete

Bulk delete orders from Easy Digital Downloads easily

Force account creation by category or tag

Forces the customer to create an account at checkout if a download in the cart has…

Disable Renewals for Specific Products

Prevents license keys for certain downloads from being renewed or extended.

Move Points Message Below Content

Move Single Product Page Message below content

Use Full Store Address in Ships From

By default the Ships From metadata displayed under the add to cart button only shows the…

1 57 58 59 60 61 69