Saikat Mondal August 31, 2024 No Comments How to export data to excel in PHP ? Exporting data to Excel in PHP can be done using one popular library PhpSpreadsheet . Here’s a basic example of how to use PhpSpreadsheet to…
Saikat Mondal August 24, 2024 No Comments How to Create WP_List_Table in WordPress To create a custom WP_List_Table in WordPress- Create a Custom Class: Extend the `WP_List_Table` class to create your custom table in a custom plugin or…
Saikat Mondal August 17, 2024 No Comments How to Add Custom Capabilities to User Roles in WordPress To add custom capabilities to a user role – 1. Identify the Role: Determine which user role you want to modify, for example, Administrator, Editor,…
Saikat Mondal August 10, 2024 No Comments How to create WordPress custom user role for custom plugin ? Create custom user role for a WordPress plugin by using WordPress built-in functions.1. Create the Plugin File : First create a custom plugin if you…
Saikat Mondal August 3, 2024 No Comments How to add menu in WordPress admin panel ? Here we see how to add custom menu in admin sidebar. Sometimes when we work with plugins and we need to show some features or…