Yoast SEO is a great plugin for optimizing your site for SEO. It is important that your articles are providing the right information to social media when being shared. Facebook uses Open Graph meta tags to show the correct information. In this tutorial, you’ll learn how to change the Yoast SEO Open Graph Meta through code.
Category: Plugins
How to Create WooCommerce Refunds Programmatically
WooCommerce offers a refund option right from the order edit screen. But what if you need to process WooCommerce refunds automatically through code? In this tutorial, we will create the code that will be able to process refunds for a single order.
How to Create Featured Downloads for Easy Digital Downloads
When creating a shop with Easy Digital Downloads, a client may want to have the featured feature. In this tutorial, you’ll learn how to create featured downloads for Easy Digital Downloads.
How To Add WooCommerce Custom Product Fields
When working on a WooCommerce add-on or a custom solution, you will sometimes have to add some WooCommerce custom product fields so that you can save additional data for each product. In this tutorial we will go through adding fields to existing product tabs and also create a new product tab.
5 Ways to Make your WordPress Plugin Really Extensible
Creating a WordPress plugin can be really fun but you might create a plugin that other developers can’t extend. There will be clients that need something slightly different that you have made. Create extensible plugins so that other developers can jump in and add their own features. In this article, we will go through five ways which you can use today to make your plugin extensible.