woocommerce_install_skip_create_files хук-фильтр . WC 1.0
Bypass if filesystem is read-only and/or non-standard upload system is used.
Использование
add_filter( 'woocommerce_install_skip_create_files', 'filter_function_name_4917' ); function filter_function_name_4917( $false ){ // filter... return $false; }
- $false
- -
Где вызывается хук
woocommerce_install_skip_create_files
woocommerce/includes/class-wc-install.php 1251
if ( apply_filters( 'woocommerce_install_skip_create_files', false ) ) {