Automattic\WooCommerce\Internal\ProductFeed\Feed
ResumableFeedInterface::get_entry_count
Get the number of entries that have been written to the feed.
This reflects the rows actually written, which may be fewer than the number of products iterated, because the validator can silently drop entries before they are added.
Method of the class: ResumableFeedInterface{}
No Hooks.
Returns
Int. Number of entries written to the feed.
Usage
$ResumableFeedInterface = new ResumableFeedInterface(); $ResumableFeedInterface->get_entry_count(): int;
Changelog
| Since 11.0.0 | Introduced. |
ResumableFeedInterface::get_entry_count() ResumableFeedInterface::get entry count code WC 11.0.0
public function get_entry_count(): int;