• This is a great plugin that can automatically push to telegram groups and channels. The developer of the plugin is also very helpful. A problem about character length cutting has been solved very well. Thanks again to the developer!!!

    // WP Telegram | Limit excerpt by number of characters
    add_filter(
    "wptelegram_p2tg_post_data_prepare_excerpt_options",
    function ($options) {
    $options["limit_by"] = "chars";

    return $options;
    },
    10,
    1
    );
  • You must be logged in to reply to this review.