woocommerce_get_plugins_for_woocommerce, $matches, $plugins

woocommerce_get_plugins_for_woocommerce, $matches, $plugins

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_get_plugins_for_woocommerce, $matches, $plugins') is found 1 times:

  • /includes/admin/plugin-updates/class-wc-plugin-updates.php line 234

    Warning: Undefined array key 236 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 237 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 238 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 239 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    				$matches[ $file ] = $plugin;
    			}
    		}
    
    		return apply_filters( 'woocommerce_get_plugins_for_woocommerce', $matches, $plugins );
    	}
    }