bbp_get_root_url

bbp_get_root_url

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_root_url') is found 1 times:

  • /includes/core/abstraction.php line 190
    		$retval = $rewrite->root;
    	}
    
    	// Filter & return
    	return apply_filters( 'bbp_get_root_url', $retval );
    }
    
    /**
     * Get the slug used for paginated requests
     *
     * @since 2.4.0 bbPress (r4926)