WC_Admin_Post_Types::woocommerce_media_upload_downloadable_product()

Run a filter when uploading a downloadable product.


Description Description


Source Source

File: includes/admin/class-wc-admin-post-types.php

	public function woocommerce_media_upload_downloadable_product() {
		do_action( 'media_upload_file' );
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.