fix get_post_content_template function

This commit is contained in:
Matthias Pfefferle 2023-05-15 10:55:07 +02:00
parent bc7129ec55
commit 8b9026ab5e

View file

@ -537,6 +537,6 @@ class Post {
return "[ap_content]\n\n[ap_hashtags]\n\n[ap_permalink type=\"html\"]";
}
return $content;
return \get_option( 'activitypub_custom_post_content', ACTIVITYPUB_CUSTOM_POST_CONTENT );
}
}