bbp_theme_before_topic_author

bbp_theme_before_topic_author

bbp_theme_before_topic_author
Codex Home → bbp_theme_before_topic_author
Description
The ‘bbp_theme_before_topic_author’ action is used to display content before the author’s avatar and name in a forum
How to use it
Since this is an action, we can use add_action to hook into it.
Sample code example
1234add_action( ‘bbp_theme_before_topic_author’, ‘jc_before_topic_author’ );function jc_before_topic_author() {     echo ‘Hello world!’;}
Note: Always remember to prefix your functions to avoid conflicts!

上次修改 2021.12.25

报告拼写错误

以下文本将发送给我们的编辑: