Answer the question
In order to leave comments, you need to log in
How to remove the password for privileged mode in CISCO 2911?
Tell me how to disable the password request after the enable command. I know the password, I just want cisco not to ask me for it. Thanks in advance.
Answer the question
In order to leave comments, you need to log in
I can't find such a hook. It would be easier for me to attach such JS to the page:
jQuery('a.woocommerce-loop-product__link').contents().unwrap();
Try
remove_action( 'woocommerce_before_shop_loop_item', 'woocommerce_template_loop_product_link_open', 10 );
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_product_link_close', 5 );
If you just need to remove the link from the image, you can edit the file that is responsible for the output of the product. Remove the tag from the markup . Place a new file in a child theme (child-theme/woocommerce/templates/ I don’t remember exactly the name of the folder where this file is located, but I think you get the point). If there is no child theme, create one. <a>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question