woocommerce_update_options_ . $this->id . _ . $section_id

woocommerce_update_options_ . $this->id . _ . $section_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_update_options_ . $this->id . _ . $section_id') is found 1 times:

  • /includes/admin/settings/class-wc-settings-page.php line 477

    Warning: Undefined array key 482 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    				$section_id = $current_section;
    			}
    
    			if ( $section_id ) {
    				do_action( 'woocommerce_update_options_' . $this->id . '_' . $section_id );
    			}
    		}
    	}
    
    endif;