woocommerce_install_get_tables

woocommerce_install_get_tables

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_install_get_tables') is found 1 times:

  • /includes/class-wc-install.php line 1666
    		 *
    		 * @param array $tables An array of WooCommerce-specific database table names.
    		 * @since 3.4.0
    		 */
    		$tables = apply_filters( 'woocommerce_install_get_tables', $tables );
    
    		return $tables;
    	}
    
    	/**
    	 * Drop WooCommerce tables.
    

See this hook used in plugins: