Skip to content

mc_build_url_root

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

Auto-generated Example

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

Parameters

  • $root

Files

apply_filters( 'mc_build_url_root', $root )

← All Hooks

Clone this wiki locally