woogc/options/options_save
Filter
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
Managing multiple WooCommerce shops within a WordPress Multisite environment can be challenging, especially when it comes to keeping product information consistent across all stores. The WooCommerce Product Synchronization feature in the WP Global Cart plugin addresses this challenge by enabling seamless synchronization of products across your network.
Subscribe
Login
0 Comments
Oldest
Newest
Most Voted
Inline Feedbacks
View all comments