woocommerce_get_sections_

woocommerce_get_sections_

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_get_sections_') is found 1 times:

  • /includes/admin/settings/class-wc-settings-page.php line 156
    		 * @return array
    		 */
    		public function get_sections() {
    			$sections = $this->get_own_sections();
    			return 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.