Skip to content

Commit

Permalink
fix: Code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Sep 30, 2024
1 parent 3535388 commit e0de61f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Utils/oblak-wp-hook-utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ function xwp_invoke_hooked_methods( object|string $obj, ?bool $all = null ) {
if ( ! is_object( $obj ) ) {
$obj = new $obj();
}
\XWP\Hook\Invoker::instance()->load_handler( $obj );

xwp_load_handler( $obj );
}

/**
Expand Down

0 comments on commit e0de61f

Please sign in to comment.