The Code You Will Love
Shiprocket API in PHP CodeIgniter
Posted on: Tuesday January 3, 2023
Signup in Shiprocket Shiprocket API implementation in PHP is so easy, Here we will use CodeIgniter Framework, We will see two processes: Courier to Customer To create order/Send a courier [...]
Read MoreBlueDart Courier API Integration in PHP CodeIgniter
Posted on: Monday January 2, 2023
Here we will see how to integrate Bluedart Courier API so we can send products to our customers and pick products from the customer. we will Generate BlueDart WayBill also. In this tutorial, we are [...]
Read MoreRazorpay Subscription
Posted on: Friday December 30, 2022
Razorpay Subscription or subscription in Razorpay Payment Gateway integration is not so easy if you want to implement it in your custom project rather than WordPress, Shopify or any other e-commerce [...]
Read MoreGenerate Barcode in PHP as Image
Posted on: Tuesday December 27, 2022
Generating bar code in PHP is very simple, You need a barcode.php library for this. Follow the steps given below. Step 1: Download barcode library OR Create a file barcode.php and paste code given [...]
Read MoreCodeIgniter Form Validation Rules
Posted on: Friday July 15, 2022
Rule Reference The following is a list of all the native rules that are available to use: Rule Parameter Description Example required No Returns FALSE if the form element is empty. matches Yes [...]
Read MorePython 1: Setup & Requirement
Posted on: Wednesday December 29, 2021
Download Python, and install like a software. Download “Visual Studio Code” text editor, and install it. Open Command terminal (window+r, type cmd and press enter). type py –version [...]
Read MoreWP Pagination in admin panel custom plugin
Posted on: Friday July 23, 2021
Custom pagination in admin panel for your plugin, Include code in your [...]
Read MoreYour connection is not private
Posted on: Wednesday August 7, 2019
WordPress Solutuion – STEP 1 1. Login WordPress Admin Dashboard. Go to Settings -> General Change : WordPress Address (URL): http://www.codypaste.com to https://www.codypaste.com Site [...]
Read MoreCreate Category Template for custom post type in wp
Posted on: Monday May 13, 2019
For custom post types with custom taxonomy you can make a template for that taxonomy. Your custom taxonomy template would be named taxonomy-{taxonomy}.php. For example, if your taxonomy was called [...]
Read MoreGet/View Category Name in Custom Post Type WordPress
Posted on: Monday May 13, 2019
List of Categories of Custom Post type in template, if you want to Get all categories of custom post type in you php template you can find code sample below. in while loop [...]
Read More