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 e68acbf commit b5d3223Copy full SHA for b5d3223
src/Integrations/POSCatalog/AsyncGenerator.php
@@ -19,22 +19,22 @@
19
}
20
21
/**
22
- * Async Generator for the POS catalog.
+ * Async Generator for feeds.
23
*/
24
final class AsyncGenerator {
25
26
* The Action Scheduler action hook for the feed generation.
27
*
28
* @var string
29
30
- const FEED_GENERATION_ACTION = 'wpfoai_pos_catalog_feed_generation';
+ const FEED_GENERATION_ACTION = 'wpfoai_feed_generation';
31
32
33
* The Action Scheduler action hook for the feed deletion.
34
35
36
37
- const FEED_DELETION_ACTION = 'wpfoai_pos_catalog_feed_deletion';
+ const FEED_DELETION_ACTION = 'wpfoai_feed_deletion';
38
39
40
* Feed expiry time, once completed.
0 commit comments