When your website means business.

Forms | Type: PHPRemove GF ‘Add New Form’

Remove ‘Add NewForm’ from admin bar.

add_action( 'wp_before_admin_bar_render', 'remove_wp_logo', 999 );
function remove_wp_logo() {
	global $wp_admin_bar;
	$wp_admin_bar->remove_node( 'gravityforms-new-form' );
}
Menu
We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept