WordPress dashboard widgets API

WordPress dashboard widgets can enhance the user experience by either displaying a simple information to admin or perform a specific configuration task from the administration area of the site. In this post, I will tell you how to interact with WordPress Dashboard Widgets API

Understanding WordPress core files

As a WordPress developer, one must know which file is responsible for handling specific task. In this post, I will cover some of the important files that you can look into when developing a specific feature for theme/plugin or customizing the default behavior of the WordPress.