Skip to content

mc_location_manager_headers

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

Add custom column table headers to Location Manager.

Auto-generated Example

add_filter(
   'mc_location_manager_headers',
    function( string $headers ) {
        // Your code here.
        return $headers;
    }
);

Parameters

  • string $headers HTML output. Appends HTML in the end column of the location manager table row.

Returns

string

Files

apply_filters( 'mc_location_manager_headers', '' )

← All Hooks

Clone this wiki locally