Essential Code Snippet For Web Developers
This, not a good idea to write all code from scratch & it makes project time longer. That why I put all my most use and complex code there so I can reuse and at the same time other developers can.
Your Code Snippet
Replace add to cart button with the product page link & Change add to cart text
`Replace add to cart button with product single linked to product page on shop pages in WooCommerce 3
View codeWooCommerce Discount based on Cart Item
A discount on the total order with condition based on our cart item
View codeUpdate WooCommerce Delivery cost with condition
Change Delivery price base on what item in cart
View codeJS set interval for an event until element show
Sometimes we need to active an event when a specific element loads on-page or part of an element change.
View codeJS fetch post API Data in 5 min simple way
js fetch post API is very simple way. some line of Javascript code and boom.
View codeSimple jQuery Accordion Collapse
Custom coded Simple jQuery Accordion with toggle arrow. No need extra plugin or fremwork like bootstrap
View codeConditional statement to show pagination
Conditional statement to show pagination on WordPress archive or blog page
View codeHTML img tag to HTML SVG tag [WordPress]
Image to SVG for WordPress. Generate svg code from image file
View code