You are here: Home
Affiliates Management Plugin for WordPress
Narrowed it down to the htmlspecialchars function within affiliate_creative_detail.php file. htmlspecialchars is not being called. Editing html in the inspector will get the function called and the snippet appears.
<h2><?php _e( ‘Your Affiliate-Specific HTML snippet’, ‘affiliates-manager’ ) ?></h2>
<textarea rows=”5″ class=”wpam-creative-code”><?php echo htmlspecialchars($this->viewData[‘htmlSnippet’]); ?></textarea>