Hook when switching between blogs in WordPress multisite? -
Hook when switching between blogs in WordPress multisite? -
is there hook wordpress multisite can utilize when user switches between blogs in dashboard?
i need clear transients when user logged in dashboard, if switched 1 blog another.
hookr friend.
/** * fires when blog switched. * * @since mu * * @param int $new_blog new blog id. * @param int $new_blog blog id. */ do_action( 'switch_blog', $new_blog, $new_blog ); http://hookr.io/3.9.1/actions/do_action/switch_blog/
hook wordpress transient multisite
Comments
Post a Comment