In the world of WordPress, managing and updating website content can sometimes be a daunting task, especially when dealing with large amounts of data.
With the introduction of Full-Site Editing (FSE) in WordPress 5.9, the landscape of theme development is undergoing a significant transformation. As plugin developers, adapting to these changes is crucial to ensure compatibility with the future of WordPress.
Replace Admin Columns Custom Values
If you have worked with custom post types and wanted to have some custom fields added and displayed in the main admin table, you have probably faced the problem.
Sortable Interactions with jQuery UI
The jQuery UI is a mighty library, and I still use it in my projects for its Interactions. Because there are many features, I use the Download tool to select only the items I need and select No Theme as my CSS option.
Merge CPTs in One Admin Menu
If you are working on a plugin and need more than one custom post type, but you don't want to have a separate admin menu for each custom post type, you can use the workaround below.