Skip to content

Commit

Permalink
feat: remove is_non_interactive method
Browse files Browse the repository at this point in the history
This feature has been deprecated.
  • Loading branch information
adekbadek committed Sep 28, 2023
1 parent cb2ce82 commit 1c2d3bf
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions includes/class-newspack-popups-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -349,17 +349,6 @@ function ( $carry, $item ) {
return $settings_list;
}

/**
* Is the non-interactive setting on?
*
* Deprecated: There is no longer a non interactive mode
*
* @deprecated
*/
public static function is_non_interactive() {
return false;
}

/**
* Donor landing page.
*/
Expand Down

0 comments on commit 1c2d3bf

Please sign in to comment.