Hem
Octodesigns.se Octodesigns.se Hem Produkter Galleri Kontakta mig © 2024 Octodesigns.se All rights reserved. Hem Produkter Galleri…
Hide sidebar on mobile device
function custom_hide_sidebar_on_mobile() { echo ' '; } add_action('wp_head', 'custom_hide_sidebar_on_mobile');
AIOSEO FAQ Block accordion
Adds accordion style toggle functionality to the AIOSEO FAQ block.
Smart convert images to webp
Smart conversion of all photos to webp - determine the percentage of compression of photos تبدیل…
Show more Landings
Display more
aweber
push engage
Editing the .htaccess File
php_value memory_limit 256M
WPCode Functions
For the WPCode plugin interface
Code for importing theme files from plugin
Generated by Meta.AI /** * Import an entire folder from a plugin into the WordPress theme.…
Remove "p" tags Contact Form 7
Remove tags from the forms in the frontend
Change a currency symbol AMD to Դրամ
/** * Change a currency symbol */ add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency )…
Media Library Infinite Scrolling
Infinite Scroll
Delete Woocommerce images after deleting product
Automatically Delete WooCommerce Images After Deleting a Product. If you use the same image of multiple…
Dequeue CSS files conditionally
Dequeue CSS files conditionally
Defer or Async CSS Loading
Defer or Async CSS Loading