I found this ticket: https://webwizards.ticksy.com/ticket/2993113 which is very helpful, but I do not have access to copy a php file. I do, however, have a code snippets plugin.
How would I be able to add an additional field to my admin new registration email via the code snippets plugin? It has php code options.
The best approach would be to copy the template file to your child theme as described in the ticket you referenced - I'm not aware of a good way to achieve the same with only the snippets plugin.
You can typically access the PHP template files using a file manager (through your hosting control panel/cPanel/hosting admin area). Alternatively, you could install a plugin like "WPIDE" which works as a file manager plugin and allows you to make these changes directly from your WordPress backend.
I found this ticket: https://webwizards.ticksy.com/ticket/2993113 which is very helpful, but I do not have access to copy a php file. I do, however, have a code snippets plugin.
How would I be able to add an additional field to my admin new registration email via the code snippets plugin? It has php code options.
Hi Lindsey,
The best approach would be to copy the template file to your child theme as described in the ticket you referenced - I'm not aware of a good way to achieve the same with only the snippets plugin.
You can typically access the PHP template files using a file manager (through your hosting control panel/cPanel/hosting admin area). Alternatively, you could install a plugin like "WPIDE" which works as a file manager plugin and allows you to make these changes directly from your WordPress backend.
Kind regards,
Stefan