Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Ryan Mitchell

    (@ryanmitchell)

    Hi @mattpramschufer,

    You can easily remove the Post Contributors box following these steps:

    1. Go to Authors > Tools
    2. Find the Custom PHP section and enter the snippet below
    3. add_filter( 'authorship/add_contributors_widget', '__return_false' );
    4. Check the Run custom PHP also in WordPress admin area checkbox
    5. Save changes

    That should be it.

    Ryan Mitchell — Molongui Support Team

    Thread Starter Matt Pramschufer

    (@mattpramschufer)

    Fantastic! Worked perfectly. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.