Search results for: admin
تغيير عمله
/** * Change a currency symbol */ add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency )…
Disable autogenerated shipping details schema for WooCommerce
This code snippet will disable AIOSEO autogenerated shipping details schema for WooCommerce Products
Recreate the aioseo_cache table
This code snippet recreates the missing 'aioseo_cache' table. This code snippet should be enabled and executed…
Limit SEO Title to 60 characters
This filter limits the SEO Title length to 60 characters throughout the website
Limit Meta Description to 160 characters
This filter limits the Meta Description to 160 characters throughout the website
Set current URL as the Canonical URL and ignore query strings
This snippet searches for a specific string in the current URL and if found, it set…
Set Wordpress Gallery Link to Image Default
Override wordpress default linking to attachment page
Weather API
Live weather
Runs After A Successful OptinMonster Conversion (om.Optin.success)
Here are some things to know before you begin: All Javascript events are asynchronous. All campaign…
Scan images from Elementor Galleries and counts them for the sitemap XML
This snippet will find new images inside the post content, which has Elementor Galleries. And it…
BB-YES
BB-YES
google tag
google code
Open all external links in new tab
This makes the manual link tab association obsolete. All links to another domain will open in…
Automatic CSS/JavaScript Cache Busting
Replace the `ver` query arg with the JavaScript/CSS file's last modified timestamp (WordPress CSS/JS Cache Busting)