Search results for: admin
Facebook storage tracking
Pixel for tracking self storage traffic
WP Simple Pay: Custom Decimal Separator
Changes the decimal separator from a . (period) to a , (comma).
Add terms to downloads shortcode
Adds label and comma-separated terms list to [downloads] shortcode based on taxonomy
Remove the crumb for the ‘uncategorized’ category
This snippet can be used to remove the crumb for the ‘uncategorized’ category
Exclude All Posts of a Category from News Sitemap
This snippet can be used to exclude All Posts of a Category from News Sitemap. Note:…
Your HTML link may look something like this v2
Some link on your site.
Woocommerce: How to add minimum amount for different categories with different amount per category with different notice.
WooCommerce: Display Minimum Order Amount Notices by Category This code snippet adds functionality to your WooCommerce…
Add Autofocus on Your Form
This snippet adds auto focus to the first field of your form when the page loads.
Disallow store credits if cart has subscription product
This snippet will remove the store credit option if the cart has a subscription product
تغيير عمله
/** * Change a currency symbol */ add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency )…
Remove WordPress Version Number
add_filter('the_generator', '__return_empty_string');
Expire pass when counter used up
This plugin makes All Access passes expire at the moment their download counter is used up.
om-nextjs.js
import { useEffect } from 'react'; import { useRouter } from 'next/router'; const OptinMonsterEmbed = ()…