WordPress Mystery Story

WordPress Mystery | Photo by Ricardo Gomez Angel via Unsplash

One time, I was working in a WordPress site that had a category that contained seemingly random posts. The name was “New Members” and it wasn’t really descriptive of what was actually in it. I went to edit the category and realized I couldn’t delete it. Then, one day months […]

manage_edit-post_columns vs manage_post_posts_columns

What is the difference between manage_edit-post_columns and manage_post_posts_columns? In WP 3.1, manage_edit-{$post_type}_columns has been supplanted by manage_{$post_type}_posts_columns. – manage_edit-post_type_columns in WordPress Codex Helpful Resources https://www.smashingmagazine.com/2013/12/modifying-admin-post-lists-in-wordpress/ https://codex.wordpress.org/Plugin_API/Filter_Reference/manage_edit-post_type_columns https://developer.wordpress.org/reference/hooks/manage_this-screen-id_sortable_columns/