See all javascript variables available in the development console.
This code loops through all variables available in the window. The code can be copied, paste in the development console of your browser.
This code loops through all variables available in the window. The code can be copied, paste in the development console of your browser.
If you have the woocommerce object, it is easy to get the cart. If you have the cart, it is easy te get the product info. Here is how:
If your would like one added (and removed) cross (or up) sell product in WooCommerce to automatically ad the ‘current’ product as an up- or cross sell to the connected code. The following code will inspire you:
To adjust the WordPress query to only retrieve posts not older then 2 months use the following query:
reset the form bij adding this to the page:
To translate strings in wordpress javascript files you need 3 things: Your javascript file with translatable string A json file with the translations a php file that loads the javascript an connects the translation The javascript The javascript could look like this To translate the javascript Load it in php
navigate to the root and then run the loop command
^ asserts position at start of a line Non-capturing group (?:[\t ]*(?:\r?\n|\r)){1,} {1,} matches the previous token between one and unlimited times, as many times as possible, giving back as needed (greedy) Match a single character present in the list below [\t ] * matches the previous token between zero and unlimited times, as many […]
If you want to get the expiration date for an ssl certificate on a website, you can run the following command: But if the website is not live (dns is not pointing that way), you can make a curl request as if some resolve combination ip-address / domain name is in your hostfile. (without putting […]