Integrate all metabox field method but without backend setting.

Support Meta Box AIO Integrate all metabox field method but without backend setting.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18114
    LULU
    Participant

    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

    #18135
    Anh TranAnh Tran
    Keymaster

    Hi LU,

    You can do that by adding this snippet to your theme:

    add_filter( 'rwmb_admin_menu', '__return_false', 99 );
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.