There was an error while loading. Please reload this page.
Filter the locale of the post.
add_filter( 'activitypub_locale', function ( string $lang, Activitypub\mixed $item ) { // Your code here return $lang; }, 10, 2 );
string
$lang
Activitypub\mixed
$item
string The filtered locale of the post.
apply_filters( 'activitypub_locale', $lang, $this->item )
Hooks