Skip to content

mc_build_url

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

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

Clone this wiki locally