mc_no_fifth_week - joedolson/my-calendar GitHub Wiki

Auto-generated Example

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

Parameters

  • $return

Files

apply_filters( 'mc_no_fifth_week', $return )

← All Hooks