ある拡張子だけ別処理をしたかったので使用しました。忘れないうちに写経します。
<?php $files = get_field('xxx'); if(mb_substr("$xxx", -4) == 'xlsx'):?> 「<?php the_title(); ?>」をダウンロードしています。<br>ダウンロードがはじまらない場合は<a href="<?php the_field('xxx') ?>">こちらをクリック</a>して下さい。 <?php endif; ?>
追記:
拡張子を取得する関数がありました。
http://php.net/manual/ja/splfileinfo.getextension.php
SplFileInfo::getExtension — ファイルの拡張子を取得する