mc_text_all_categories - joedolson/my-calendar GitHub Wiki

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