• Resolved MythThrazz

    (@myththrazz)


    Hey,

    I just found out that the problem is this line:
    add_filter('the_content', 'tfw_generate', 90000000000);

    Unfortunately instead of creating a very big priority, the number is interpreted as a float, and creates a key with the negative value. This causes your plugin to output the code first instead of last and it’s broken by the parser.

    I suggest changing it to:
    add_filter(‘the_content’, ‘tfw_generate’, PHP_INT_MAX);

    Best

    https://wordpress.org/plugins/socializer/

Viewing 1 replies (of 1 total)
  • Plugin Author TheFreeWindows

    (@thefreewindows)

    You are so right! Thanks for the remark and suggestion, an updated version will be released today.

    All the best!

Viewing 1 replies (of 1 total)
  • The topic ‘Conflict with CM Tooltip Glossary’ is closed to new replies.