Meta Box
Support Forum
Support › MB Admin Columns › Admin column indicating pagebuilder being usedResolved
Is it possible to create an admin column for a site that indicates what type of page builder that's being used on pages/posts? Example Gutenberg, Classic, Beaverbuilder, Elementor, etc.
Thanks!
Marge
Hi, you can do that with custom admin column. Please see the docs here:
https://docs.metabox.io/extensions/mb-admin-columns/#custom-admin-columns
OK, so use the custom.php. Any idea how/where to identify the page builder to show in the column? Thanks!
I think you might detect them via class_exists() or function_exists(), or is_plugin_active() function.
class_exists()
function_exists()
is_plugin_active()
Awesome, thanks!