$args
$args :
Responsible for managing the actions and filter hooks for an individual product table.
Hooks are registered in a temporary hook environment (@see class WP_Scoped_Hooks), and only apply while the data is loaded into the table.
__construct(\Barn2\Plugin\WC_Product_Table\Table_Args $args)
\Barn2\Plugin\WC_Product_Table\Table_Args | $args |
variations_separate_remove_filtered(\Barn2\Plugin\WC_Product_Table\type $child_ids,\Barn2\Plugin\WC_Product_Table\type $product = false,\Barn2\Plugin\WC_Product_Table\type $visible_only = false): \Barn2\Plugin\WC_Product_Table\type
When using separate variation rows with the layered nav widgets, we need to filter out variations which don't match the current search criteria.
\Barn2\Plugin\WC_Product_Table\type | $child_ids | |
\Barn2\Plugin\WC_Product_Table\type | $product | |
\Barn2\Plugin\WC_Product_Table\type | $visible_only |