-
-
Save WPDevHQ/c9f17324acbca617cbbb674c4c917902 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