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 Auto Deploy with Piplines

Setup Bitbucket Repository in cPanel

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.

Setup Bitbucket Repository in Cpanel

Add Custom Column to Posts Table in WordPress

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.

Add Custom Column in Posts List Table in Wordpress

Show Related Posts on Blogger Post

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.

Related Posts on Blogger Post

Check Email Deliverability in PHP

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.

Verify Email Deliverability in PHP

Create Taxonomy Term Meta in WordPress

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.

Create Taxonomy Term Meta in Wordpress

Create Custom Taxonomies in WordPress

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.

Create Custom Taxonomies in Wordpress

PayPal Payouts API Integration in PHP

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 Payouts API Integration in PHP

PayPal Checkout with Payment Buttons in PHP

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.

PayPal Checkout with Payment Buttons in PHP