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

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -