Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter piffpaffpuff

    (@chabis)

    but, i would recommend to use a high priority for your the_content filter, so that plugins with the same hook (like autolinking urls) do not make funky stuff with your embed code:

    add_filter( 'the_content', 'replace_image_text_links_content_filter', 5 );

    Plugin Author 2biazdk

    (@2biazdk)

    Hi Chabis,

    Thank you for your feedback! I’ve set a higher priority for the the_content filter and released a new version of the plugin.

    I’ve also simplified the Settings page, so now you don’t have to set an alignment for all images. The images simply inherits the alignment from where you insert them.

    Kind regards,
    Tobias

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

The topic ‘faulty regex code’ is closed to new replies.