Fix Hook Functionality

This commit is contained in:
Ibnu Maksum 2024-02-29 13:32:46 +07:00
parent 28f4624e8d
commit bae079f71c
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
3 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,11 @@
# CHANGELOG
## 2024.2.29
- Fix Hook Functionality
- Change Customer Menu
## 2024.2.28
- Fix Buy Plan with Balance

View file

@ -38,6 +38,7 @@ function register_menu($name, $admin, $function, $position, $icon = '', $label =
$hook_registered = array();
function register_hook($action, $function){
global $hook_registered;
$hook_registered[] = [
'action' => $action,
'function' => $function

View file

@ -1,3 +1,3 @@
{
"version": "2024.2.28"
"version": "2024.2.29"
}