WC_Admin_Upload_Downloadable_Product::__construct
Add hooks.
Метод класса: WC_Admin_Upload_Downloadable_Product{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WC_Admin_Upload_Downloadable_Product = new WC_Admin_Upload_Downloadable_Product(); $WC_Admin_Upload_Downloadable_Product->__construct();
Код WC_Admin_Upload_Downloadable_Product::__construct() WC Admin Upload Downloadable Product:: construct WC 10.4.2
public function __construct() {
add_filter( 'upload_dir', array( $this, 'upload_dir' ) );
add_filter( 'wp_unique_filename', array( $this, 'update_filename' ), 10, 3 );
add_action( 'media_upload_downloadable_product', array( $this, 'media_upload_downloadable_product' ) );
}