Prevent Orders from Blacklisted Email Addresses in WooCommerce Why Block Orders from Certain Emails? Blocking orders from known suspicious or unauthorized users can: Example: Block Orders Based on... December 29, 2020 Woocommerce / WordPress
Understanding Message Queues and Middleware (With Real-Life Examples) Let’s now connect this philosophical thinking to real-world tech, using RabbitMQ and messaging systems as our topic. What Is a... July 30, 2020 Message Queue
Common Command Line Operations of RabbitMQ PHP Implementation of RabbitMQ Client Simple Mode (Hello World!) Summary:The producer sends a message to the consumer.Used for inter-process or... May 2, 2020 Message Queue
Using PHP-JWT to Implement Token and Token Refreshing The php-jwt library is a very useful mechanism for token-based authentication. It works especially well for securing user authentication in... April 30, 2020 PHP
How to Host Plugin CDN Resources Locally in WordPress We all know that using too many third-party resources can slow down a website’s loading and rendering speed.To optimize page... March 29, 2020 WP Plugin Development
Essential WordPress Hooks Every Developer Should Know (with Practical Examples) – Part 5 Filter Default Gallery Styles WordPress usually loads predefined CSS when using the shortcode. However, you can customize this behavior through... March 10, 2020 WP Plugin Development
Essential WordPress Hooks Every Developer Should Know (with Practical Examples) – Part 4 Filter Search Queries In a WordPress site, search functionality is fundamental. Using the posts_search filter hook, you can flexibly modify... March 1, 2020 WP Plugin Development
Essential WordPress Hooks Every Developer Should Know (with Practical Examples) – Part 3 One of the coolest features of WordPress is that almost every piece of text can be translated into different languages.... February 8, 2020 WP Plugin Development
Essential WordPress Hooks Every Developer Should Know (with Practical Examples) – Part 2 Handling WordPress Initialization This hook is init. Simply put, it’s triggered after WordPress initialization — that’s why this hook might... February 5, 2020 WP Plugin Development
Essential WordPress Hooks Every Developer Should Know (with Practical Examples) – Part 1 WordPress is the most popular content management system in the world. One big reason for this is its flexibility, which... January 29, 2020 WP Plugin Development