We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d3223 commit d6ad43bCopy full SHA for d6ad43b
src/Integrations/POSCatalog/AsyncGenerator.php
@@ -203,7 +203,7 @@ public function force_regeneration( ?array $args = null ): array {
203
// Delete the existing file, clear the option and let generation start again.
204
wp_delete_file( $status['path'] );
205
delete_option( $option_key );
206
- return $this->get_status();
+ return $this->get_status( $args );
207
208
default:
209
throw new \Exception( 'Unknown feed generation state.' );
0 commit comments