You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
772 B
33 lines
772 B
7 years ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
/*
|
||
|
|--------------------------------------------------------------------------
|
||
|
| Theme Directory
|
||
|
|--------------------------------------------------------------------------
|
||
|
|
|
||
|
| This is the absolute path to your theme directory.
|
||
|
|
|
||
|
| Example:
|
||
|
| /srv/www/example.com/current/web/app/themes/sage
|
||
|
|
|
||
|
*/
|
||
|
|
||
|
'dir' => get_theme_file_path(),
|
||
|
|
||
|
/*
|
||
|
|--------------------------------------------------------------------------
|
||
|
| Theme Directory URI
|
||
|
|--------------------------------------------------------------------------
|
||
|
|
|
||
|
| This is the web server URI to your theme directory.
|
||
|
|
|
||
|
| Example:
|
||
|
| https://example.com/app/themes/sage
|
||
|
|
|
||
|
*/
|
||
|
|
||
|
'uri' => get_theme_file_uri(),
|
||
|
];
|