Skip to content

Instantly share code, notes, and snippets.

@bepatrickdavid
Created September 24, 2015 09:30
Show Gist options
  • Save bepatrickdavid/edd71381f325c314b6ee to your computer and use it in GitHub Desktop.
Save bepatrickdavid/edd71381f325c314b6ee to your computer and use it in GitHub Desktop.
ACF: get extension file
<?php $myfile = get_field('file', $fi->ID) ?>
<?php $file_url = $file[url] ?>
<?php $path_parts = pathinfo($file_url); ?>
<?php $extension = $path_parts['extension'] ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment