diff --git a/modules/ppcp-button/src/Assets/SmartButton.php b/modules/ppcp-button/src/Assets/SmartButton.php index 65fb1468d..9984f5c01 100644 --- a/modules/ppcp-button/src/Assets/SmartButton.php +++ b/modules/ppcp-button/src/Assets/SmartButton.php @@ -232,7 +232,6 @@ class SmartButton implements SmartButtonInterface { * Registers the necessary action hooks to render the HTML depending on the settings. * * @return bool - * @throws NotFoundException When a setting was not found. */ public function render_wrapper(): bool { if ( $this->settings->has( 'enabled' ) && $this->settings->get( 'enabled' ) ) {