• Resolved Th.leruth

    (@thleruth)


    Hey guys,

    I got a conflict with another plugin also using the TCPDF font data class. Could you add a conditional clause to make sure classes don’t conflict? I added a class_exists() check in your plugin for now. Could you add it in a future release? 🙂

    Thank you 🙂

    • This topic was modified 5 years, 8 months ago by Th.leruth.
Viewing 1 replies (of 1 total)
  • Plugin Author BlueGlass

    (@blueglassinteractive)

    Hi @thleruth

    when exactly you see the conflict?

    We already add TCPDF only when its not already added somewhere else:
    if( !class_exists('TCPDF') ) require_once(plugin_dir_path( __FILE__ ) . 'tcpdf/tcpdf.php');

    Br,

Viewing 1 replies (of 1 total)

The topic ‘class TCPDF_FONT_DATA duplicate’ is closed to new replies.