Skip to content

mc_location_exclude_from_search

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

Should location posts be excluded from search? Default true.

Auto-generated Example

add_filter(
   'mc_location_exclude_from_search',
    function( bool $exclude ) {
        // Your code here.
        return $exclude;
    }
);

Parameters

  • bool $exclude True to exclude.

Returns

bool

Files

apply_filters( 'mc_location_exclude_from_search', true )

← All Hooks

Clone this wiki locally