[Suggestion] – Change filter to template parts
-
Hello,
I like the plugin. I have a suggestion which can help with template management in custom or child themes.
One line 100, there is filter in wp-instagram-widget.php
$template_part = apply_filters( 'wpiw_template_part', 'parts/wp-instagram-widget.php' );
instead, change it to see inside /template-parts
$template_part = apply_filters( 'wpiw_template_part', 'template-parts/wp-instagram-widget.php' );
Thank you for your unselfish work,
With best regards,
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Suggestion] – Change filter to template parts’ is closed to new replies.