Reply To: Hide the archive


Home Forums Front End PM PRO Hide the archive Reply To: Hide the archive

#41647
Shamim Hasan
Keymaster

Please use following code as well

add_filter( 'fep_message_table_filters', function( $filters ){
	unset( $filters['archive'] );
	return $filters;
});