• Resolved rumcool

    (@rumcool)


    As an FYI, your plugin prevents add_filter( ‘run_wptexturize’, ‘__return_false’ ); from running. I have had to use another plugin due to this.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Shahed

    (@shahedbd71)

    Hello,

    Thanks for reaching us,

    We have forwarded the issue you reported to our development team, and if there are any issues related to our plugin with this filter, we will fix them in the upcoming version.

    Shahed

    (@shahedbd71)

    Hello,

    I just found that the snippet for applying the filter you’re using is wrong. You’re using a backtick instead of a single quote. Please try this instead.

    add_filter( 'run_wptexturize', '__return_false' );

    • This reply was modified 8 months ago by Shahed.
    Thread Starter rumcool

    (@rumcool)

    Hi Shahed,

    I replaced my code snippet with the one you provided. Additionally, I cleared the cache and conducted tests in a private browser. However, as soon as I activated the CTX Feed plugin, the filter ceased to function again.

    Shahed

    (@shahedbd71)

    Hello,

    Thanks for reaching us,

    We have activated the code snippet plugin and confirmed that it is working as expected. However, we request that you use the latest version of the plugin and provide the errors to us in case any errors appear, as they could be specific to your site.

    Thread Starter rumcool

    (@rumcool)

    Good morning,

    I exported the error log.

    Do you have an email I can send it to?

    Hello,

    Thanks for reaching us,

    You can reach us from here.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘wptexturize’ is closed to new replies.