Skip to content

mc_jumpbox

github-actions[bot] edited this page Jun 3, 2026 · 5 revisions

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_switcher HTML output for control.
  • string $type Current view format.
  • string $time Current time frame.

Returns

string

Files

apply_filters( 'mc_jumpbox', $date_switcher, $type, $time )

← All Hooks

Clone this wiki locally