woocommerce_orders_table_datastore_should_save_after_meta_change
woocommerce_orders_table_datastore_should_save_after_meta_change
Appears in: woocommerce.8.8.3, woocommerce.8.9.2, woocommerce.8.9.3, woocommerce.9.0.2, woocommerce.9.1.2, woocommerce.9.1.4, woocommerce.9.2.2, woocommerce.9.2.3, woocommerce.9.3.1, woocommerce.9.3.3, woocommerce.9.4.2, woocommerce.9.4.3, woocommerce.9.5.1, woocommerce.9.5.2, woocommerce.9.7.0
Hook Type: filter
See hook in action
Displaying hooks found in version: woocommerce.9.7.0apply_filters('woocommerce_orders_table_datastore_should_save_after_meta_change') is found 1 times:
- /src/Internal/DataStores/Orders/OrdersTableDataStore.php line 3351
Warning: Undefined array key 3353 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 3354 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 3355 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 3356 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
3347334833493350335133523353* @since 8.8.0
*
* @param bool
$should_save
Whether to trigger a full save after metadata is changed.
*/
return
apply_filters(
'woocommerce_orders_table_datastore_should_save_after_meta_change'
,
$should_save
);
}
}