Feature Request: Filter for default templates
-
This plugin looks very promising, but is there any way you might be able to add a filter for the default template parts? The filter might be applied to the
CF7HETE_Module_Cf7->get_default_template()function.A useful example would be if you also provided a
$nameargument as well:return apply_filters( 'cf7hete-default-template', file_get_contents( CF7HETE_PLUGIN_PATH . '/modules/cf7/includes/templates/default-' . $name . '.htm' ), $name );This would allow theme and plugin developers to preload customized HTML templates for use with CF7.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Feature Request: Filter for default templates’ is closed to new replies.