bbp_get_reply_forum_id

bbp_get_reply_forum_id

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_forum_id') is found 1 times:

  • /includes/replies/template.php line 1479
    			$forum_id = (int) bbp_get_forum_id( $forum_id );
    		}
    
    		// Filter & return
    		return (int) apply_filters( 'bbp_get_reply_forum_id', $forum_id, $reply_id );
    	}
    
    /**
     * Output the ancestor reply id of a reply
     *
     * @since 2.4.0 bbPress (r4944)