Skip to content

Commit

Permalink
Support 1.8.X only
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveorevo committed Jul 17, 2023
1 parent d75df9c commit 062816d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions hooks/pluginable.php
Original file line number Diff line number Diff line change
Expand Up @@ -888,13 +888,6 @@ function str_starts_with($haystack, $needle) {
return $args;
});

// Hestia 1.6 to 1.7 compatibility
$hcpp->add_action( 'show_alert_message', function( $args ) {
global $hcpp;
$args = $hcpp->do_action( 'show_error_panel', $args );
return $args;
});

// Check for updates to plugins daily
$hcpp->add_action( 'update_sys_queue', function( $args ) {
global $hcpp;
Expand Down

0 comments on commit 062816d

Please sign in to comment.