Skip to content

Instantly share code, notes, and snippets.

@janboddez
Created November 3, 2023 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janboddez/b45968a7d94a3b2462e68e69696ce0d6 to your computer and use it in GitHub Desktop.
Save janboddez/b45968a7d94a3b2462e68e69696ce0d6 to your computer and use it in GitHub Desktop.
<?php
// Prevent direct access.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
add_filter( 'share_on_mastodon_excerpt_length', function() {
return 400; // Or whatever number works for you.
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment