BBP_Theme_Compat::get_dir()

Return the template directory.


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/core/theme-compat.php

	public function get_dir() {
		return $this->dir;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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