Add user registration date
/* * Creating a column (it is also possible to remove some default ones) */ add_filter(…
تغيير عمله
/** * Change a currency symbol */ add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency )…
Download Column Thumbnail
Render a new post column featuring the download thumbnail.
Variable Pricing License Expiration
Set the expiration time for licenses per price option
Remove Unused JS
/** * We will Dequeue the jQuery UI script as example. * * Hooked to the…
Google Adsense In-Article
Google AdSense In-Article snippet
WP Simple Pay: Allow Customers to Exempt from Tax
Add a "Checkbox" field with the "Stripe Metadata Label" set to "Tax Exempt"
php code
php code
Set featured image aspect ratio
Used for featured image in query loop or any other image the class is applied to
WP Simple Pay: Increase Input Font Size
Increase the font size of form inputs
Product tabs
ADDS A TAB IN PRODUCT PAGES
Google Tag Manager
Google tag manager snippet (body)
MemberPress: Add Custom Field Date to Members Table
This code snippet will add data collected through a custom field on MemberPress registration forms to…
WP Simple Pay: Lower reCAPTCHA Threshold
Adjusts the reCAPTCHA v3 threshold for determining fraudulent interactions. 1.0 is very likely a good interaction,…