function remove_add_cart_button_product_description() { global $product; $category = 'Storehouse'; if ( has_term($category, 'product_cat', $product->id) ) remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30); } add_action('wp', 'remove_add_cart_button_product_description');
Monthly Archives: April 2020
woocommerce change breadcrumb home
add_filter( 'woocommerce_breadcrumb_defaults', 'wcc_change_breadcrumb_home_text' ); function wcc_change_breadcrumb_home_text( $defaults ) { $defaults['home'] = 'Ínicio'; return $defaults; }
Identified Patient – Ver Verwijderd Van Vermoeid
As heard on ONDERWERELD – Intergalactic FM DE DOOFPOT 5 W/ INTERGALACTIC GARY & SOLAR (1h14m)
Tolouse Low Trax – Local Vers
As heard on ONDERWERELD – Intergalactic FM DE DOOFPOT 5 W/ INTERGALACTIC GARY & SOLAR (22min)
Apache change prefork to worker
Lets open 00-mpm.conf and switch the loaded module!
nano /etc/httpd/conf.modules.d/00-mpm.conf
#LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
LoadModule mpm_worker_module modules/mod_mpm_worker.so
service httpd restart
Et voilá!
https://httpd.apache.org/docs/2.4/mpm.html
https://httpd.apache.org/docs/2.4/mod/worker.html
https://httpd.apache.org/docs/2.4/mod/prefork.html
Job Sifre – Rock Bottom
Apache2Buddy
Marina Abramović presents “The Life” in mixed reality
Telex – Pakmovast
Uncaught TypeError: Cannot read property ‘checkValidity’ of undefined
I had Asset CleanUp: Page Speed Booster installed & active, and the minification was causing this issue.
https://github.com/woocommerce/woocommerce-gateway-paypal-express-checkout/issues/558