Skip to content

Commit

Permalink
Update Manager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani authored Nov 28, 2024
1 parent fd7e23b commit eb78bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Importers/Cleanup/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ final public function do_cleanup() {
$this->cleanup_terms( $state );
$this->cleanup_options( Active_State::FRONT_PAGE_NSP, $state );
$this->cleanup_options( Active_State::SHOP_PAGE_NSP, $state );
$this->cleanup_forms( ACTIVE_STATE::PAYMENT_FORM_NSP, $state );
$this->cleanup_forms( Active_State::PAYMENT_FORM_NSP, $state );
$this->cleanup_posts( $state );
$this->cleanup_attachments( $state );
$this->cleanup_widgets( $state );
Expand Down

0 comments on commit eb78bf5

Please sign in to comment.