Home / Admin / Custom Template File Hook
Duplicate Snippet

Embed Snippet on Your Site

Custom Template File Hook

This is the hook you will need in order to add custom form templates to your site directory.

<10
Code Preview
php
<?php
// Add Custom Template File
include_once( get_stylesheet_directory() . '/wpforms-custom-templates.php' );

Comments

Add a Comment