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 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.
Repeater post meta is just a regular post meta with a small difference that one record can hold multiple or array values. In this post we will implement repeater post meta boxes in admin area of WordPress.
WordPress adds some basic data like title, content, excerpt etc with post type you save. When you need to store additional information with any post type you need to add post meta boxes to achieve this.