Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 21425f1

Browse files
Update package.php
1 parent 2112ee7 commit 21425f1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22

33
namespace Zeek\Icons;
44

5-
use function A7\autoload;
6-
75
define( 'ICONS_VERSION', '1.0.0' );
8-
define( 'ICONS_URL', plugin_dir_url( __FILE__ ) );
96
define( 'ICONS_PATH', dirname( __FILE__ ) . '/' );
10-
define( 'ICONS_TEMPLATES', FRONTEND_ACCOUNT_PATH . 'templates/' );
7+
define( 'ICONS_TEMPLATES', ICONS_PATH . 'templates/' );
118

129
require_once __DIR__ . '/src/main.php';

0 commit comments

Comments
 (0)