Support » Plugin: Contact Form 7 » Function Error

  • I’m getting this message with this plugin.

    Loading Issue: Author is using load_textdomain instead of load_plugin_textdomain function. This may break behavior of WordPress, because some filters and actions won’t be executed anymore. Please contact the Author about that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Loading Issue: Author is using load_textdomain instead of load_plugin_textdomain function. This may break behavior of WordPress, because some filters and actions won’t be executed anymore. Please contact the Author about that.

    This error message is not generated from Contact Form 7 plugin or WordPress itself. I guess one of other plugins (maybe a translation plugin?) you’re using is generating it.

    The functions load_textdomain() and load_plugin_textdomain() are not equivalent. You can specify .mo file path with load_textdomain(), while you can not with load_plugin_textdomain(). Contact Form 7 has a function that allows you to create a form template set in any language. It’s necessary to use load_textdomain() to realize that.

    Thread Starter sylwiaofwarsaw

    (@sylwiaofwarsaw)

    Thanks for your answer!

    Does it mean that this error is in the Code Styling Localization istelf which gave me the error as yours?

    Plugin Author Takayuki Miyoshi

    (@takayukister)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Function Error’ is closed to new replies.