mc_build_url - joedolson/my-calendar GitHub Wiki

Auto-generated Example

add_filter(
   'mc_build_url',
    function(
        $home,
        $add,
        $subtract,
        $root
    ) {
        // Your code here.
        return $home;
    },
    10,
    4
);

Parameters

  • $home
  • $add
  • $subtract
  • $root

Files

apply_filters( 'mc_build_url', $home, $add, $subtract, $root )

← All Hooks