Skip to content

mc_default_image_size

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

Default image size used for event listings when 'large' image not available. Default 'thumbnail'.

Auto-generated Example

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

Parameters

  • string $size Default image size

Returns

string

Files

apply_filters( 'mc_default_image_size', $default_size )
apply_filters( 'mc_default_image_size', 'thumbnail' )

← All Hooks

Clone this wiki locally