Meta Box
Support Forum
Support › Meta Box AIO › Integrate all metabox field method but without backend setting.
Hi Is it possible integrate whole metabox field method in my own custom theme. But restrict my customer to use whole plugin backend edit funtion? ie. dashboard, post type, field builder...
Thank you
Hi LU,
You can do that by adding this snippet to your theme:
add_filter( 'rwmb_admin_menu', '__return_false', 99 );