You appear to be a bot. Output may be restricted
Description
Parse email template tags
Usage
EDD_Emails::parse_tags( $content );
Parameters
- $content
- ( string ) required –
Returns
void
Source
File name: easy-digital-downloads/includes/emails/class-edd-emails.php
Lines:
1 to 7 of 7
public function parse_tags( $content ) { // The email tags are parsed during setup for purchase receipts and sale notifications // Onoce tags are not restricted to payments, we'll expand this. See https://github.com/easydigitaldownloads/Easy-Digital-Downloads/issues/2151 return $content; }