We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e545679 commit 170286aCopy full SHA for 170286a
1 file changed
bootstrap/globals.php
@@ -46,29 +46,6 @@ function plugin_url()
46
}
47
48
49
-if (!function_exists('base_directory')) {
50
- /**
51
- * Gets the base directory.
52
- * @return string
53
- */
54
- function base_directory()
55
- {
56
- return JB_PLUGIN_PATH;
57
- }
58
-}
59
-
60
61
-if (!function_exists('base_url')) {
62
63
- * Gets the plugin url.
64
65
66
- function base_url()
67
68
- return JB_PLUGIN_URL;
69
70
71
72
if (!function_exists('errors')) {
73
/**
74
* Get the errors.
0 commit comments