-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Up up we go #67
base: master
Are you sure you want to change the base?
Up up we go #67
Conversation
foreach ( $directories as $dir ) { | ||
// Sanity check whether the directory we're iterating over exists first. | ||
if ( ! file_exists( \locate_template( $dir ) ) ) { | ||
continue; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was return
, terminating the function.
Oops. timber-acf-wp-blocks/composer.json Lines 22 to 24 in a5d3eac
A Composer managed WordPress installation will load Composer's autoloader somewhere in wp-config where |
@palmiak Friendly ping 🏓 |
@palmiak please see separate commits to see changes.
The new look 😍 https://github.com/szepeviktor/palmiak_timber-acf-wp-blocks/blob/up-up-we-go/timber-acf-wp-blocks.php
source: https://github.com/szepeviktor/starter-plugin