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
Name: woogc/single_checkout/split_order/order_created Type: Action Arguments: $new_order The `woogc/single_checkout/split_order/order_created` action...
Name: woogc/ps/synchronize_product/child_product Type: Filter Arguments: (object)$child_product (array)$main_product_data (int)$origin_product_blog_ID This filter...
Name: woogc/ps/interfaces/sync_to_shop Type: Filter Arguments: $status, $remote_blog_id, $post The...
Name: woogc/ps/synchronize_product/completed Type: Filter Arguments: $child_product_ID, $main_product_ID,...
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments