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

300+

Recreate the aioseo_cache table

This code snippet recreates the missing 'aioseo_cache' table. This code snippet should be enabled and executed…

300+

Limit SEO Title to 60 characters

This filter limits the SEO Title length to 60 characters throughout the website

700+

Limit Meta Description to 160 characters

This filter limits the Meta Description to 160 characters throughout the website

1.2k

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…

400+

Set Wordpress Gallery Link to Image Default

Override wordpress default linking to attachment page

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…

Angie Meeker PRO
<10

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…

300+

google tag

google code

Raymond Berry
<10

Untitled Snippet

Raymond Berry
<10

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)

1 22 23 24 25 26 122