woocommerce_get_sections_ . $this->id, $sections
woocommerce_get_sections_ . $this->id, $sections
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_get_sections_ . $this->id, $sections') is found 1 times:
- /includes/admin/settings/class-wc-settings-page.php line 348
* * @since 2.2.0 * @param array $sections The sections for this settings page. */ return (array) apply_filters( 'woocommerce_get_sections_' . $this->id, $sections ); } /** * Get own sections for this page. * Derived classes should override this method if they define sections. * There should always be one default section with an empty string as identifier.