This tutorial will show you how to fetch your user's ID and IP address and display it under the Admin column in the Wordpress dashboard. First off, how to fetch
In this tutorial, we will configure a function that will allow us to display Wordpress admin users' IDs. We will use the following filter: manage_users_custom_column function addo_custom_add_user_id_column($columns) { $columns['user_id'] =
With this tutorial, we will show you how to use two filters that will allow us to display the pages and posts ID in properly identified columns in the Wordpress
Since version 5.0, Wordpress has implemented a new visual CMS tool called Gutenberg. Given that a lot of Wordpress users have been using custom CMS plugins, using Gutenberg can cause