mc_jumpbox - joedolson/my-calendar GitHub Wiki
Filter the HTML for the date jumpbox controls.
Auto-generated Example
add_filter(
'mc_jumpbox',
function(
string $date_switcher,
string $type,
string $time
) {
// Your code here.
return $date_switcher;
},
10,
3
);
Parameters
string$date_switcherHTML output for control.string$typeCurrent view format.string$timeCurrent time frame.
Returns
string
Files
apply_filters( 'mc_jumpbox', $date_switcher, $type, $time )