Filter: mc_time_toggle_html

apply_filters( 'mc_time_toggle_html', $toggle, $format, $time ) → {string}

Filter the HTML for the time format switcher in navigation elements.

Parameters:
Name Type Description
$toggle string

HTML output for control.

$format string

Current view format.

$time string

Current time frame.

Source:
Returns:
Type
string