woocommerce_get_plugins_with_header

woocommerce_get_plugins_with_header

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_get_plugins_with_header') is found 1 times:

  • /includes/admin/plugin-updates/class-wc-plugin-updates.php line 216
    				$matches[ $file ] = $plugin;
    			}
    		}
    
    		return apply_filters( 'woocommerce_get_plugins_with_header', $matches, $header, $plugins );
    	}
    
    	/**
    	 * Get plugins which "maybe" are for WooCommerce.
    	 *
    	 * @return array of plugin info arrays