• Resolved digreenka

    (@digreenka)


    Please make it possible to disable hashtags in tags, as it is done in categories.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Irshad Ahmad

    (@irshadahmad21)

    Thank you for your suggestion. We will try to add that in future.

    Thread Starter digreenka

    (@digreenka)

    Is it possible to implement this somehow yourself via functions.php? This implementation is very urgently needed.

    Plugin Author Irshad Ahmad

    (@irshadahmad21)

    Here is an example code.

    THE CODE IS UNTESTED

    add_filter( 'wptelegram_p2tg_post_data_terms:post_tag_value',?function(? $?value?,??$?post ?) {
        return implode( ' | ', str_replace( '#', '', explode( ' #',  $value ) ) );
    }, 10, 2?);
    Thread Starter digreenka

    (@digreenka)

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Delete hashtag in tags’ is closed to new replies.