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