Thread Starter
litbes
(@litbes)
Thank you for responding quickly!
I used the code, that you approved for another user:
// filter the tab display value to conditionally turn off the tab
function rum_filter_simple_side_tab_display( $display ) {
if ( ! is_front_page() ) {
$display = false;
}
return $display;
}
add_filter( 'rum_sst_plugin_display_tab', 'rum_filter_simple_side_tab_display', 10 , 1 );
}
Thread Starter
litbes
(@litbes)
Hello, WPKube!
Thank you so much for your help and efficiency!
Now everything works perfectly.
I will be happy to give five stars to your plugin!
Success in your work!
Thread Starter
litbes
(@litbes)
Thank you very much, Michaela, for your help and prompt response!
My best regards,
Litbes