Writing a plugin (tag)

Plugin Dependencies on Other Plugins in WordPress 6.5

This article discusses the new "Plugin Dependencies" feature in WordPress 6.5, which simplifies the management of plugin dependencies and their activation process.

How to Prevent Deactivation of Important Plugins?

Tutorial on how to prevent deactivation of important plugins in WordPress and remove the "deactivate" button and checkbox for specific plugins.

Creating New Fields for WordPress Comments

There are cases when it is necessary to add custom fields to the WordPress comment form, for example, a field for entering a phone number, address, rating, mood, and so...

Number of Elements per Page for WP_List_Table Tables

Tutorial on adding customizable pagination to tables created using WP_List_Table in WordPress admin.

Color Selection in WordPress: Iris Color Picker

This article explains the usage of Iris Color Picker in WordPress for color selection in both the admin panel and frontend, along with the necessary steps and code...

API Settings (Options)

This article explains the WordPress Options API, detailing how to register, add, and display option fields and sections in settings pages.