admin管理员组

文章数量:1037775

I'd like to alter admin url only inside "My Sites" admin bar menu..

I tried this filter:

add_filter( 'admin_url', function( $url, $path, $blog_id ){ return $url . "str" });

but when I do that it messes up every post edit post link?

Is there a way I can edit admin url only to that scoped section?

Thanks for any insights!

I'd like to alter admin url only inside "My Sites" admin bar menu..

I tried this filter:

add_filter( 'admin_url', function( $url, $path, $blog_id ){ return $url . "str" });

but when I do that it messes up every post edit post link?

Is there a way I can edit admin url only to that scoped section?

Thanks for any insights!

本文标签: multisiteHook into 39adminurl39 but only on Mysites admin bar menu