First draft

This commit is contained in:
2025-12-02 11:24:58 +00:00
parent 801c24885b
commit 1821e15e70
6 changed files with 111 additions and 51 deletions

View File

@@ -87,7 +87,7 @@ class HostingSupport1984UI
*
* @return String The path.
*/
private function view_path(string $view_file)
private function view_path(string $view_file): string
{
return plugin_dir_path(__FILE__) . self::VIEWS_DIR . $view_file;
}