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