Skip to content

Commit

Permalink
Improve the dlm_admin_deactivate_feedback filter
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarko committed Mar 15, 2024
1 parent 8fb28b3 commit 0224377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ public function pluginActionLinks( $links ) {
* @return void
*/
public function initPluginDeactivateFeedback() {
if ( ! apply_filters( 'dlm_admin_deactivate_feedback', true ) ) {
if ( ! apply_filters( 'dlm_admin_deactivate_feedback', true, __FILE__ ) ) {
return;
}
if ( ! class_exists( '\IgniteKit\WP\DeactivateFeedbackClient\Main' ) ) {
Expand Down

0 comments on commit 0224377

Please sign in to comment.