Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Frank Bueltge

    (@bueltge)

    I remove the boxes with this core function, but only for boxes, if I can get his registered ID from the install. For the custom meta data is it much easier to define a custom css selector, not only the ID of the box.

    Thread Starter Paul

    (@eartboard)

    Thank you for your answer but I am not sure if I understand.

    I removed the core metabox “Slug” with the following code and works as expected. It completely removes “Slug” metabox and “Slug” option in Screen Options.

    remove_meta_box( 'slugdiv', 'book', 'normal' );

    If I use Adminimize and check the “Post slug” it doesn’t work the same way.

    Plugin Author Frank Bueltge

    (@bueltge)

    Yes, it works also with Adminimize. But Adminimize give the user the chance to add own options, custom meta boxes and or areas of the meta boxes. That is the point, that the plugin also allow it to remove via css, only not visible, not unregistered.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post types meta boxes’ is closed to new replies.