woocommerce_addons_sections, $addon_sections

woocommerce_addons_sections, $addon_sections

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_addons_sections, $addon_sections') is found 1 times:

  • /includes/admin/class-wc-admin-addons.php line 104
    					self::set_locale_data_in_transient( 'wc_addons_sections', $addon_sections, $locale, WEEK_IN_SECONDS );
    				}
    			}
    		}
    		return apply_filters( 'woocommerce_addons_sections', $addon_sections );
    	}
    
    	/**
    	 * Get section for the addons screen.
    	 *
    	 * @param  string $section_id Required section ID.