Warning: This function has been deprecated.

bp_dtheme_page_on_front_template( string $template )

In BuddyPress 1.2.x, this function loaded the activity stream template if the front page display settings allow.


Description Description

As of 1.5.x, it is no longer required.


Parameters Parameters

$template

(Required) Absolute path to the page template


Top ↑

Return Return

(string)


Top ↑

Source Source

File: bp-core/deprecated/1.5.php

	function bp_dtheme_page_on_front_template( $template ) {
		_deprecated_function( __FUNCTION__, '1.5', "No longer required." );
		return $template;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 This function has been deprecated.
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.