Skip to content

mc_registered_stylesheet

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

Filter url to get My Calendar stylesheet.

Auto-generated Example

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

Parameters

  • string $stylesheet URL to locate My Calendar's stylesheet. Other variable names: $mc_get_style_path_url

Returns

string

Files

apply_filters( 'mc_registered_stylesheet', mc_get_style_path( mc_get_option( 'css_file' ), 'url' ) )
apply_filters( 'mc_registered_stylesheet', mc_get_style_path( mc_get_option( 'css_file' ), 'url' ) )
apply_filters( 'mc_registered_stylesheet', mc_get_style_path( mc_get_option( 'css_file' ), 'url' ) )

← All Hooks

Clone this wiki locally