Author name: Masiur Siddiki

Software Engineer, Book Reader, Sightseer

How to Expose Your Local WordPress Site to the Internet (Complete Tunneling Guide)

Ever needed to share your local WordPress development site with a client, test webhooks, or make email images load properly? Tunneling services let you expose your local site to the internet with a public URL. Here’s how to do it for any local setup. Why You Need This Understanding Your Local Setup Before tunneling, identify …

How to Expose Your Local WordPress Site to the Internet (Complete Tunneling Guide) Read More »

মালয়শিয়া ই-ভিসা || Malaysia e-Visa Bangladesh

কিভাবে বাংলাদেশ থেকে মালয়েশিয়ার ই-ভিসার জন্য আবেদন করবেন মালয়েশিয়া ভ্রমণে ইচ্ছুক বাংলাদেশের নাগরিকদের জন্য ই-ভিসার প্রক্রিয়া খুবই সহজ এবং দ্রুত। আপনাকে যেসব ধাপ অনুসরণ করতে হবে এবং যেসব ডকুমেন্ট দরকার হবে, তা এখানে বিস্তারিতভাবে আলোচনা করা হয়েছে। ডকুমেন্ট চেকলিস্ট: ১. এনওসি (NOC): – অফিস বা প্রতিষ্ঠানের পক্ষ থেকে নো অবজেকশন সার্টিফিকেট (NOC)। ২. কভার লেটার: …

মালয়শিয়া ই-ভিসা || Malaysia e-Visa Bangladesh Read More »

A Guide to Date and Time Functions in WordPress and PHP

When managing dates in WordPress, it’s crucial to use the right functions to avoid timezone issues. Here’s how some commonly used functions behave, particularly in GMT+6. Setting the Environment for Examples Examples of Date Functions 1. wp_date(): WordPress Date Formatting in Site Timezone (GMT+6) The wp_date() function returns the date in the timezone configured in …

A Guide to Date and Time Functions in WordPress and PHP Read More »

Obtain SMTP Credentials for Development Without the Hassle

You need to send emails. Meaning you need SMTP Credentials. And you don’t have domain. What now ? Do not worry. go to brevo.com ( formerly sendinblue ) Obtain your credentials very easily. Click on the your organization/company name > smtp & api. or simply just go to https://app.brevo.com/settings/keys/smtp Then you may set your smtp …

Obtain SMTP Credentials for Development Without the Hassle Read More »

Learn PHP Namespace and Class Loader easy way

Let’s take index.php file first. Now time for the autoload.php file. This is very important file which actually loads the classes dynamically. Let’s setup a class. The file also imports another class. This project actually gives an idea of how the classes can be loaded dynamically. Full source code can be found in this Github …

Learn PHP Namespace and Class Loader easy way Read More »

Scroll to Top