Skip to content

mc_search_exportlinks

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

Filter that inserts search export links. Default empty string.

Auto-generated Example

add_filter(
   'mc_search_exportlinks',
    function(
        string $exports,
        string $output
    ) {
        // Your code here.
        return $exports;
    },
    10,
    2
);

Parameters

  • string $exports String.
  • string $output Search results.

Returns

string

Files

apply_filters( 'mc_search_exportlinks', '', $output )

← All Hooks

Clone this wiki locally