• Resolved bandyt2

    (@bandyt2)


    Hey there

    My theme uses the “elementor_load_plugin_textdomain” for initializing some custom Elementor Widgets. As it seems, the load_plugin_textdomain() ist removed. (https://developers.elementor.com/elementor-3-22-developers-update/)

    /* Elementor Plugin Custom Elements */
    if (function_exists(‘elementor_load_plugin_textdomain’)) {
    require_once(get_template_directory() . “/core/elementor/init.php”);
    }

    ***

    Do I have an alternative to load my init-file trough another function?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Support marthaeli

    (@marthaeli)

    Hi @bandyt2,

    Thank you for contacting us.

    Since this is a development based query, may opt to visit our Github account where you may get in contact with a member of our development team to query this with.

    Please note that this is not an official support channel, but a member of the development team will respond to your post as soon as they are available. Please follow this guide, which outlines the steps required to post on our Github: https://github.com/elementor/elementor/blob/master/.github/CONTRIBUTING.md

    Thank for your understanding.

    Kind Regards

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.