Skip to content

mc_text_all_categories

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

Filter text label for 'All Categories'.

Auto-generated Example

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

Parameters

  • string $all Text for link to show all categories.

Returns

string

Files

apply_filters( 'mc_text_all_categories', __( 'All Categories', 'my-calendar' ) )

← All Hooks

Clone this wiki locally