• Resolved Anonymous User 18721493

    (@anonymized-18721493)


    Hello, Giuseppe!

    Is it possible to remove (or at least hide) the metabox that is added on the post edit page by the plugin? Talking about this one: https://snipboard.io/T92CSq.jpg

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jose

    (@giuse)

    Hi Osaopaulo,

    you can remove it with this PHP code:

    add_action( 'plugins_loaded', function() {
        remove_action( 'add_meta_boxes', 'eos_scfm_add_meta_box' );
    } );

    Have a great day!

    Jose

    Thread Starter Anonymous User 18721493

    (@anonymized-18721493)

    Thanks!

    Have a great day also!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove metabox on post edit’ is closed to new replies.