Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
WC_Meta_Box_Product_Data::prepare_children()
Prepare children for save.
Description Description
Return Return
(array)
Source Source
File: includes/admin/meta-boxes/class-wc-meta-box-product-data.php
private static function prepare_children() { return isset( $_POST['grouped_products'] ) ? array_filter( array_map( 'intval', (array) $_POST['grouped_products'] ) ) : array(); // phpcs:ignore WordPress.Security.NonceVerification.Missing }