bbp_favorites_handler

bbp_favorites_handler

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_favorites_handler') is found 1 times:

  • /includes/users/engagements.php line 633
    629
    630
    631
    632
    633
    634
    635
    636
    637
    638
    639
        $success = bbp_add_user_favorite( $user_id, $topic_id );
    }
     
    // Do additional favorites actions
    do_action( 'bbp_favorites_handler', $success, $user_id, $topic_id, $action );
     
    // Success!
    if ( true === $success ) {
     
        // Redirect back from whence we came
        if ( ! empty( $_REQUEST['redirect_to'] ) ) {