Bitbucket Auto Deploy with Pipelines
Bitbucket pipelines is a CI/CD (Continuous Integration/Continuous Deployment) service integrated in Bitbucket SCM platform. Learn the pipeline deployment of Bitbucket in simple steps.

Bitbucket pipelines is a CI/CD (Continuous Integration/Continuous Deployment) service integrated in Bitbucket SCM platform. Learn the pipeline deployment of Bitbucket in simple steps.
Bitbucket is a git based source code management (SCM) platform built for team collaboration to make code development simple and easy. Learn how to setup Bitbucket private repository in cPanel instead of traditional file uploads via file manager clients.
Do you have custom post meta or taxonomy attached to your custom posts type or default WordPress post type "post" and want to show some data in additional column of posts list table? Learn in this post how to show custom column in WordPress posts table.
WordPress shows default fields Name, Description, Slug and Posts count in taxonomies admin table. Learn in this post how to show custom column in WordPress taxonomies table.
Do you host a blog at blogger and want to show related posts without using a widget? This post demonstrates how to show related posts on a blogger single post page.
Assume you have a list of subscribers you send news letters to every week. But what if half of the email accounts of those subscribers do not exist anymore? This post demonstrates how to check if an email address is valid in PHP before sending out emails.
Just like post meta data WordPress term meta is additional information stored against a taxonomy term. A single entry in a taxonomy is called term. This post demonstrates how to add term meta to custom taxonomy. We will create a term meta "zipcode" for our property-city taxonomy.
Taxonomy is like a category for your post type. WordPress supports by default a builtin taxonomy "Category" for "Post". In this post we will register a custom taxonomy.
PayPal Payouts allows you to send payments to multiple recipients at the same time. This post will demonstrate how to use PayPal Payout API to send out payments in bulk.
PayPal is globally used electronic payment processor. People can shop online, transfer money online and receive money online using a single PayPal account. Because of its features and global reach PayPal has become a "must be included" payment method for online shopping stores.