When your website means business.

Custom Admin, Forms | Type: PHPRemove ‘Add New Form’ from +New Menu

When you don’t want to give users the ability to add a new form from the admin menu.

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
Cookies Notice