Hi,
there are a feature that I think could be interesting, but sometimes I ask myself if it maybe could problematic or not.
For example, suppose I want to override the home.php in my child-theme. What I want to do is just removing breadcrumb. So the code would be something similar to this:
<?php
// some code using hooks to diable breadcrumb
hybrid_reuse_parent_template();
I know that I could get the same result just using function.php. I know too that contextual hooks would be very welcome. But I like the idea to put my changes next to the problem that I need to solve.
Many people will probably prefer just copying the parent-theme template content and there no problems with that, but there are guys like me that prefer something more clean using hooks.
What Do you think about? Is some feature cool? Is it good if hybrid-core has this feature? Should I implement just by myself? There some dangerous thing about this feature that I'm not seeing?
Thanks,
Thiago Senna