Hi
Is it possible to override individual swift-framework files in my child theme, much like WordPress/WooCommerce inheritance works?
For example, I can override a woocommerce template from the Neighborhood default templates by creating one in my child theme, however I don’t seem to be able to do the same with swift-framework files.
I could overwrite the define('SF_FRAMEWORK_PATH', SF_INCLUDES_PATH . '/swift-framework');
call in my own functions.php, but I’d rather just override individual files rather than including the entire swift-framework dir in my child theme.
Any thoughts?
Elliot