Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ameer Mousavi

    (@amir-mousavi)

    Hi, you are right ?? It’s from last versions. I’ll remove it in next update. For now please remove the following snippet from twp.php file.

    function twp_api_error_notice() {
            $class = "error";
            $message = sprintf(__('Your API token isn\'t set. Please go to %s and set it.','twp-plugin'), "<a href='".admin_url('admin.php?page=telegram-for-wp/twp.php')."'>".__("TWP Settings", "twp-plugin")."</a>");
                echo"<div class=\"$class\"> <p>$message</p></div>";
            }
        add_action( 'admin_notices', 'twp_api_error_notice' );

    Please go to dashboard->plugins->editor. Select Telegram for WordPress from the dropdown menu and click on select button.
    Use Ctrl+F and search for the above codes and remove it.

    Tell me about the result ??

    Thread Starter kruazzan

    (@kruazzan)

    Yeah, it works! Thx ??

    Plugin Author Ameer Mousavi

    (@amir-mousavi)

    Excellent! Feel relax to ask any question and if you like this plugin please consider a fair rate ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide warning message if i need use only Post to Channel’ is closed to new replies.