unmature_blog action-hook . WP 3.1.0
Fires when the 'mature' status is removed from a blog.
Usage
add_action( 'unmature_blog', 'action_function_name_9284' ); function action_function_name_9284( $blog_id ){ // action... }
- $blog_id(int)
- Blog ID.
Where the hook is called
unmature_blog
unmature_blog
wp-includes/ms-blogs.php 357
do_action( 'unmature_blog', $blog_id );
wp-includes/ms-blogs.php 1037
do_action( 'unmature_blog', $blog_id );