This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Templates_Init::initialize()
Include the templating functions.
Return
(void)
Source
File: includes/libs/templates/templates-init.class.php
private function initialize() { require_once \Vimeotheque\Helper::get_path() . 'includes/libs/templates/functions.php'; require_once \Vimeotheque\Helper::get_path() . 'includes/libs/templates/post-template.php'; }