Filters whether the user is a member of a given blog.
Description
This filter only runs when the user and blog have both been resolved to valid records on a multisite installation; it is not invoked for logged-out requests, unknown users, or archived/spammed/deleted sites.
1216* @since 7.1.01217*1218* @param bool$is_member Whether the user is a member of the blog.1219* @param int$user_id The user ID being checked.1220* @param int$blog_id The blog ID being checked.1221*/1222return(bool)apply_filters('is_user_member_of_blog',$is_member,$user_id,$blog_id);1223}12241225/**1226* Adds meta data to a user.1227*1228*For historical reasons both the meta key and the meta value are expected to be "slashed"(slashes escaped) on input.
History
Introduced in 7.1.0.
Signature, return type and hooks compared across 1 parsed release.
About this page
Parsed data
Generated from the wordpress-develop 7.1.0 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.