woocommerce_get_settings_

woocommerce_get_settings_

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_get_settings_') is found 1 times:

  • /includes/admin/settings/class-wc-settings-page.php line 130
    			} else {
    				$settings = $this->get_settings_for_section_core( $section_id );
    			}
    
    			return apply_filters( 'woocommerce_get_settings_' . $this->id, $settings, $section_id );
    		}
    
    		/**
    		 * Get the settings for a given section.
    		 * This method is invoked from 'get_settings_for_section' when no 'get_settings_for_{current_section}_section'
    		 * method exists in the class.