Title: ciaranlyons's Replies | WordPress.org

---

# ciaranlyons

  [  ](https://wordpress.org/support/users/ciaranlyons/)

 *   [Profile](https://wordpress.org/support/users/ciaranlyons/)
 *   [Topics Started](https://wordpress.org/support/users/ciaranlyons/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ciaranlyons/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ciaranlyons/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ciaranlyons/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ciaranlyons/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ciaranlyons/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WCDPUE Lite] Plugin not sending email?](https://wordpress.org/support/topic/plugin-not-sending-email-2/)
 *  Thread Starter [ciaranlyons](https://wordpress.org/support/users/ciaranlyons/)
 * (@ciaranlyons)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/plugin-not-sending-email-2/#post-8718460)
 * Ah, I see. Thanks for letting me know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WCDPUE Lite] Plugin not sending email?](https://wordpress.org/support/topic/plugin-not-sending-email-2/)
 *  Thread Starter [ciaranlyons](https://wordpress.org/support/users/ciaranlyons/)
 * (@ciaranlyons)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/plugin-not-sending-email-2/#post-8714482)
 * Hi – really sorry. I didn’t see your response to my email.
 * I have installed a different plugin to see the log of all emails sent, called
   WP Mail Log.
 * But now I have a different problem where the number of “Buyers with download 
   access” is showing as 0:
 * [https://www.dropbox.com/s/95symklpa0u4tab/Screenshot%202017-01-30%2015.16.49.png?dl=0](https://www.dropbox.com/s/95symklpa0u4tab/Screenshot%202017-01-30%2015.16.49.png?dl=0)
 * The product has lots of sales, and many of the buyers have created accounts on
   the website.
 * Do you know why the count of buyers is showing 0 and how I get around this to
   sent my customers the updated product?
 * Thanks,
    Ciaran
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO by Yoast] Breadcrumbs no longer allow HTML](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-breadcrumbs-no-longer-allow-html/)
 *  [ciaranlyons](https://wordpress.org/support/users/ciaranlyons/)
 * (@ciaranlyons)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-breadcrumbs-no-longer-allow-html/#post-2855524)
 * I can confirm that this escaping issue still exists in v1.4.6.
 * I had the identical scenario, trying to use Font Awesome to render a Home icon
   using the HTML `<i class="icon-home"></i>`
 * I fixed it by changing line 265 from
 * `$link_output .= '<a href="' . esc_url( $link['url'] ) . '" rel="v:url" property
   ="v:title">' . esc_html( $link['text'] ) . '</a>';`
 * to
    `$link_output .= '<a href="' . esc_url( $link['url'] ) . '" rel="v:url" property
   ="v:title">' . $link['text'] . '</a>';`

Viewing 3 replies - 1 through 3 (of 3 total)