Title: Authorial Info
Last modified: March 15, 2019

---

# Authorial Info

 *  Resolved [tye](https://wordpress.org/support/users/tye/)
 * (@tye)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/authorial-info/)
 * Hey – is there a filter (I couldn’t find a setting) to remove “Authorial Info”
   from the profile pages?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Sybre Waaijer](https://wordpress.org/support/users/cybr/)
 * (@cybr)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/authorial-info/#post-11316553)
 * Hello 🙂 There are hooks which you can unbind, as shown in the snippet below.
 *     ```
       add_action( 'the_seo_framework_after_admin_init', function() {
       	$tsf = the_seo_framework();
   
       	remove_action( 'show_user_profile', [ $tsf, '_add_user_author_fields' ], 0 );
       	remove_action( 'edit_user_profile', [ $tsf, '_add_user_author_fields' ], 0 );
   
       	remove_action( 'personal_options_update', [ $tsf, '_update_user_settings' ], 10 );
       	remove_action( 'edit_user_profile_update', [ $tsf, '_update_user_settings' ], 10 );
       } );
       ```
   
 * The snippet works in plugins, and it should work in themes, too.
 *  Thread Starter [tye](https://wordpress.org/support/users/tye/)
 * (@tye)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/authorial-info/#post-11324176)
 * Thanks Sybre – sorry I didn’t get notified of your reply 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Authorial Info’ is closed to new replies.

 * ![](https://ps.w.org/autodescription/assets/icon.svg?rev=3000376)
 * [The SEO Framework – Fast, Automated, Effortless.](https://wordpress.org/plugins/autodescription/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/autodescription/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/autodescription/)
 * [Active Topics](https://wordpress.org/support/plugin/autodescription/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/autodescription/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/autodescription/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [tye](https://wordpress.org/support/users/tye/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/authorial-info/#post-11324176)
 * Status: resolved