woogc/options/options_save
Filter being used when options saved. Should return an array containing options.
Example
add_filter('woogc/options/options_save', 'my_woogce_options_options_save'); function my_woogce_options_options_save($options) { //add our data $options['my_option'] = isset($_POST['my_option']) ? $_POST['my_option'] : ''; return $options; }
Related Posts
This newly implemented functionality helps with displaying WooCommerce Products across shops, in the network, under your WordPress MultiSite environment. Promote specific products, types of merchandise, category of goods, so boosting overall network sales. The new function is available as a Woocommerce Product Shortcode and is easy to implement. Any section of a site can include the shortcode to output the required products. The woocommerce shortcode is usable within the default WordPress editor ( classic ) or any advanced layout composer like Elementor, Divi, Visual Builder etc.
Name: woogc/get_cart_from_session/validate_hash Type: Filter Arguments: $force_validation, $values When reconstructing...
Name: woogc/network_orders/get_orders/mysql_query/GROUP_BY Type: Filter Arguments: $mysql_query, $blog_id The filter...
Name: woogc/network_orders/get_orders/mysql_query/JOIN Type: Filter Arguments: $mysql_query, $blog_id The filter...
Name: woogc/network_orders/get_orders/mysql_query/SELECT Type: Filter Arguments: $mysql_query, $blog_id The filter...