????

Your IP : 18.219.184.246


Current Path : /proc/self/cwd/wp-content/plugins/templately/includes/Builder/Types/
Upload File :
Current File : //proc/self/cwd/wp-content/plugins/templately/includes/Builder/Types/HeaderFooterBase.php

<?php

namespace Templately\Builder\Types;

abstract class HeaderFooterBase extends ThemeTemplate {
	public static function get_properties(): array {
		$properties = parent::get_properties();

		$properties['condition'] = 'include/general';

		return $properties;
	}
}