mc_location_access_slug - joedolson/my-calendar GitHub Wiki
Filter location access taxonomy slug. Default 'mc-location-access'.
Auto-generated Example
add_filter(
'mc_location_access_slug',
function( string $slug ) {
// Your code here.
return $slug;
}
);
Parameters
string$slugDefault slug.
Returns
string
Files
apply_filters( 'mc_location_access_slug', 'mc-location-access' )