diff --git a/readme.md b/readme.md index d75b35b..ada0ca2 100644 --- a/readme.md +++ b/readme.md @@ -150,6 +150,7 @@ The plugin provides the following additional features. * Custom WordPress Tools * Maintenance Mode * Mastodon Verification +* Mastodon Fediverse Creator ## Related Theme @@ -198,6 +199,7 @@ This project is licensed under the GPL3 License. Release pending. * Added: Mastodon Verification +* Added: Mastodon Fediverse Creator * Added: Block Editor Support Custom Post Type Pinseldisko * Added: Block Editor Support Custom Post Type Raketenstaub * Changed: Maintenance Mode Internal Processing diff --git a/unmus_me.php b/unmus_me.php index 3ff5de9..0539bd6 100644 --- a/unmus_me.php +++ b/unmus_me.php @@ -27,4 +27,22 @@ function unmus_mastodon_verification() { } add_action('wp_head', 'unmus_mastodon_verification'); +/** + * Mastodon Creator + * + * @since 0.8 + * @see https://blog.joinmastodon.org/2024/07/highlighting-journalism-on-mastodon/ + */ + +function unmus_mastodon_creator() { + + ?> + + + + \ No newline at end of file