Uncanny Codes 3.0.3 and later allows developers to edit template files in an upgrade-safe way using overrides. Copy the template file into a directory within your theme named /uncanny-codes/, keeping the same file and folder structure but removing the /templates/ subdirectory.
For example, to override the Codes registration form, copy:
wp-content/plugins/uncanny-learndash-codes/src/templates/frontend-user-registration-form.php
to
wp-content/themes/yourtheme/uncanny-codes/frontend-user-registration-form.php
The copied file will now override the default.
Warning: Do not edit these files within the the Uncanny Codes plugin itself, as they are overwritten during the upgrade process and any customizations will be lost.
Customizations should only be attempted by experienced developers, as we cannot provide support for custom code.
Comments/Questions
Please note that this is not an official support channel and questions/comments may go unanswered.To request support, log in to your account and click Submit a Request.