-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_preview_template
github-actions[bot] edited this page Aug 7, 2025
·
15 revisions
Filter the template used for the ActivityPub preview.
add_filter(
'activitypub_preview_template',
function( string $activitypub_template ) {
// Your code here.
return $activitypub_template;
}
);
-
string
$activitypub_template
Absolute path to the template file.
apply_filters( 'activitypub_preview_template', ACTIVITYPUB_PLUGIN_DIR . '/templates/post-preview.php' )
Follow @[email protected] for updates and news.