'', 'welcome' => 'active', 'followers' => '', ) ); ?>
%1$s or the URL %2$s
. This Blog-User will federate all posts written on your Blog, regardless of the User who posted it. You can customize the Blog-User on the Settings page.',
'activitypub'
),
\esc_attr( $blog_user->get_resource() ),
\esc_url_raw( $blog_user->get_url() ),
\esc_url_raw( \admin_url( '/options-general.php?page=activitypub&tab=settings' ) )
),
'default'
);
?>
ID );
echo wp_kses(
\sprintf(
// translators:
\__(
'People can also follow you by using your Username %1$s
or your Author-URL %2$s
. Users who can not access this settings page will find their username on the Edit Profile page.',
'activitypub'
),
\esc_attr( $user->get_resource() ),
\esc_url_raw( $user->get_url() ),
\esc_url_raw( \admin_url( 'profile.php#activitypub' ) )
),
'default'
);
?>
Site Health to ensure that your site is compatible and/or use the "Help" tab (in the top right of the settings pages).', 'activitypub' ), \esc_url_raw( admin_url( 'site-health.php' ) ) ), 'default' ); ?>