by michelle | May 16, 2022 | Tutorials, Wordpress
WordPress Cron Jobs Cron Jobs is intended to run scheduled tasks on web servers. WordPress has a built-in Cron Jobs system that allows you to publish scheduled posts, for example. In this tutorial you will learn how Cron Jobs works and how to view and use it in...
by michelle | May 16, 2022 | Tutorials, Woocommerce, Wordpress
Woocommerce Product Attribute Hooks In this post you will learn how to get the product sku, description, short description, regular price, shipping class and so on. You will not always have access to the $product variable, so in this tutorial you will see different...
by michelle | Dec 9, 2021 | Loading Scripts, Tutorials, Wordpress Web Design
Correctly enqueue javascript and css in WordPress Many web developers using WordPress probably think it is best and easiest to add scripts and stylesheets directly into the header.php file of the theme. Another variant could be to load the script and stylesheet into...