Filter: sensei_show_main_header

apply_filters( 'sensei_show_main_header', $show_main_header ) → {bool}

Allow user to stop the output of get_sensei_header which also includes a call to get_header.

Parameters:
Name Type Description
$show_main_header bool

Whether to show the main header.

Since:
  • 1.9.5
Source:
Returns:

Whether to show the main header.

Type
bool