mc_location_manager_headers - joedolson/my-calendar GitHub Wiki
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$headersHTML output. Appends HTML in the end column of the location manager table row.
Returns
string
Files
apply_filters( 'mc_location_manager_headers', '' )