Created
September 1, 2016 20:38
-
-
Save dsgnr/a83aefa8f212201f4d594a19e6c836c9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
foreach (dirname((__FILE__)) as $filename) { | |
$path = plugin_dir_pathdirname(dirname(__FILE__)) . 'includes/partials/' . $filename; | |
if (is_file($path)) { | |
require $path; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment