woocommerce_get_settings_ . $this->id, $settings, $section_id

woocommerce_get_settings_ . $this->id, $settings, $section_id

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_get_settings_ . $this->id, $settings, $section_id') is found 1 times:

  • /includes/admin/settings/class-wc-settings-page.php line 263
    			} else {
    				$settings = $this->get_settings_for_section_core( $section_id );
    			}
    
    			return apply_filters( 'woocommerce_get_settings_' . $this->id, $settings, $section_id );
    		}
    
    		/**
    		 * Settings section registry instance, or null when the modern settings SDK is unavailable.
    		 *
    		 * The class can be missing mid-update: a 10.9 copy of this file may load before the autoloader