Some Admin disappeared

I’d look at your error.log file just after you access the admin page. I’d suspect that there is a plugin code that is failing on the admin page. The error log might point you to the culprit. Alternately, you could disable recently added/updated plugins by renaming that plugin’s folder (in wp-content/plugins folder), which will effectively … Read more

Remove Span Class From Woocommerce Price

You can use “woocommerce_get_price_html” filter to remove class from span tag like: add_filter( ‘woocommerce_get_price_html’, ‘remove_class_price_html’, 10, 2 ); function remove_class_price_html( $price, $product ) { return str_replace( ‘woocommerce-Price-currencySymbol’, ”, $price ); } Or else you can use preg_replace to remove class from both span tags.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)