bbp_theme_before_forum_freshness_link

bbp_theme_before_forum_freshness_link

bbp_theme_before_forum_freshness_link
Codex Home → bbp_theme_before_forum_freshness_link
Description
The 『bbp_theme_before_forum_freshness_link』 action is used to display content before the forum freshness link
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_forum_freshness_link', 'jc_before_forum_freshness_link' );function jc_before_forum_freshness_link() {     echo 'Hello world!';}
Note: Always remember to prefix your functions to avoid conflicts!

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注

报告拼写错误

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