apply_filters( 'sensei_show_main_footer', $show_main_footer ) → {bool}
Allow user to stop the output of get_sensei_footer which also includes a call to get_header.
Parameters:
Name | Type | Description |
---|---|---|
$show_main_footer |
bool | Whether to show the main footer. |
- Since:
- 1.9.5
- Source:
Returns:
Whether to show the main footer.
- Type
- bool