Title: Remove Test Schema form WordPress admin bar?
Last modified: January 15, 2025

---

# Remove Test Schema form WordPress admin bar?

 *  Resolved [evo252](https://wordpress.org/support/users/evo252/)
 * (@evo252)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/remove-test-schema-form-wordpress-admin-bar/)
 * Hi!
 * How to remove the test schema link from the WordPress admin top bar?
 * Because it’s taking a lot of place and my WordPress admin top bar is showing 
   on tow lines now.
 * Thanks a lot!

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

 *  Plugin Support [jaysupport](https://wordpress.org/support/users/jaysupport/)
 * (@jaysupport)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/remove-test-schema-form-wordpress-admin-bar/#post-18246303)
 * At the moment, there’s no option in the plugin to remove that link, but we’ll
   look into adding one. In the meantime, you could easily do it by calling remove_node(
   e.g. in your child theme’s functions.php file). For example:
 *     ```wp-block-code
       function test_remove_from_admin_bar( $wp_admin_bar ) {    $wp_admin_bar->remove_node( 'business_profile_test_link' );}add_action( 'admin_bar_menu', 'test_remove_from_admin_bar', 101 );
       ```
   
 *  Thread Starter [evo252](https://wordpress.org/support/users/evo252/)
 * (@evo252)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/remove-test-schema-form-wordpress-admin-bar/#post-18249479)
 * Thank you so much!!

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

The topic ‘Remove Test Schema form WordPress admin bar?’ is closed to new replies.

 * ![](https://ps.w.org/business-profile/assets/icon-128x128.png?rev=2205555)
 * [Five Star Business Profile and Schema](https://wordpress.org/plugins/business-profile/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/business-profile/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/business-profile/)
 * [Active Topics](https://wordpress.org/support/plugin/business-profile/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/business-profile/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/business-profile/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [evo252](https://wordpress.org/support/users/evo252/)
 * Last activity: [1 year, 4 months ago](https://wordpress.org/support/topic/remove-test-schema-form-wordpress-admin-bar/#post-18249479)
 * Status: resolved