Reply To: not saving message but allowing messaging


Home Forums Front End PM PRO not saving message but allowing messaging Reply To: not saving message but allowing messaging

#18770
Shamim Hasan
Keymaster

Add following code in your theme’s (child theme’s if any) functions.php

add_action( 'admin_menu', function(){
	remove_submenu_page( 'fep-all-messages', 'fep-all-messages' );
}, 11 );