bbp_get_forum_parent_id

bbp_get_forum_parent_id

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_forum_parent_id') is found 1 times:

  • /includes/forums/template.php line 621
    			$parent_id = (int) bbp_get_forum_id( $parent_id );
    		}
    
    		// Filter & return
    		return (int) apply_filters( 'bbp_get_forum_parent_id', $parent_id, $forum_id );
    	}
    
    /**
     * Return array of parent forums
     *
     * @since 2.0.0 bbPress (r2625)