-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_is_blog_public
github-actions[bot] edited this page Aug 7, 2025
·
12 revisions
Filter whether the blog is public.
add_filter(
'activitypub_is_blog_public',
function( bool $public ) {
// Your code here.
return $public;
}
);
-
bool
$public
Whether the blog is public.
apply_filters( 'activitypub_is_blog_public', \get_option( 'blog_public', 1 ) )
Follow @[email protected] for updates and news.