Skip to content
Select theme
Get Started

Admin Columns Customizer

Summarize with AI

Admin Columns Customizer Reorder, hide, and customize admin list-table columns for posts, media, comments, users, and taxonomies.

Reorder, hide, and customize admin list-table columns for posts, media, comments, users, and taxonomies.

  • Adds or changes columns in WordPress list tables.
  • Controls comments or comment-related UI.
  • Managed from a dedicated admin page under WP PowerSuite.
  • Activate license.
  • Reset All.
  • Post Types.

Enable it if:

  • You specifically need: Reorder, hide, and customize admin list-table columns for posts, media, comments, users, and taxonomies.
  • You want this Admin feature without installing a separate plugin for it.

Options you can configure for this module include:

  • Activate license
  • Reset All
  • Post Types
  • Add Column
  • Restore Columns
  • Quick Add
  • Last Modified
  • Featured Image
  1. Go to WP PowerSuite -> Modules.
  2. Open Admin or search for “Admin Columns Customizer”.
  3. Toggle Admin Columns Customizer on.
  4. Confirm WP PowerSuite Pro is installed and your license is active.
  5. Open the module settings / admin page and save.

Toggle it off anytime to stop this module from loading.

  • Confirm Admin Columns Customizer is enabled under WP PowerSuite -> Modules -> Admin.
  • Use the feature this module controls (the admin UI, front-end behavior, upload, login flow, etc.).
  • ✅ Pass: you see the module-specific behavior described above.
  • ❌ Fail: re-check this module’s settings and Pro install/license, then look for another plugin doing the same job.
  • No change after enabling. Confirm the toggle is on, hard-refresh, and review this module’s settings.
  • Conflicts. Temporarily disable other plugins that implement the same feature.
  • Locked / inactive. Install WP PowerSuite Pro beside the free plugin and activate your license.
  • Unexpected side effect. Toggle Admin Columns Customizer off to revert, then re-enable with adjusted settings.

Prefer the command line? You can turn this module on or off with WP-CLI instead of the dashboard:

Terminal window
# Turn the module on
wp powersuite module enable admin-columns-customizer
# Turn the module off
wp powersuite module disable admin-columns-customizer
# Check whether it is on, its category, and where its settings live
wp powersuite module get admin-columns-customizer

Managing more than one site? Add --url=https://example.com to point a command at one site. If this is a Pro module, install WP PowerSuite Pro and activate your license first. New to WP-CLI? See the full command guide.

What does Admin Columns Customizer do?

Reorder, hide, and customize admin list-table columns for posts, media, comments, users, and taxonomies.

Is Admin Columns Customizer included in WP PowerSuite Pro?

Yes. Admin Columns Customizer ships in the WP PowerSuite Pro add-on. Install Pro beside the free plugin and activate your license.

Where do I manage Admin Columns Customizer?

After enabling it, open its dedicated page under WP PowerSuite.

How do I turn Admin Columns Customizer off?

Go to WP PowerSuite -> Modules, find Admin Columns Customizer, and toggle it off.

Developer notes (hooks & filters)

Source: modules/admin-columns-customizer/admin.php, modules/admin-columns-customizer/includes/ListTableEnhancements.php, modules/admin-columns-customizer/module.php, modules/admin-columns-customizer/supports.php. Boot: admin · context: admin, ajax.

Hooks (non-exhaustive): current_screen, wp_ajax_inline-save, admin_enqueue_scripts, admin_footer, wp_ajax_wpps_save_column_config, wp_ajax_wpps_get_column_config, wp_ajax_wpps_get_column_types, wp_ajax_wpps_get_custom_fields, wp_ajax_wpps_restore_column_config, wp_ajax_wpps_reset_all_column_config, wp_powersuite_sanitize_module_settings, admin_body_class, admin_head, pre_get_posts, manage_edit-comments_columns, manage_comments_custom_column.