bbp_stuck_topic
bbp_stuck_topic
Appears in: bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: action
Displaying hooks found in version: bbpress.2.6.9do_action('bbp_stuck_topic') is found 1 times:
- /includes/topics/functions.php line 322132173218321932203221322232233224322532263227
$success
= !
empty
(
$super
)
? update_option(
'_bbp_super_sticky_topics'
,
$stickies
)
: update_post_meta(
$forum_id
,
'_bbp_sticky_topics'
,
$stickies
);
do_action(
'bbp_stuck_topic'
,
$topic_id
,
$super
,
$success
);
return
(bool)
$success
;
}
/**
* Approves a pending topic