put_contents( $file, $contents, $mode ); } } if ( ! function_exists( 'bongoto_woo_fs_get_contents' ) ) { function bongoto_woo_fs_get_contents( $file ) { global $wp_filesystem; if ( ! bongoto_woo_fs_init() ) { return false; } return $wp_filesystem->get_contents( $file ); } }