Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Givi WP Royal Support

    (@ggedenidze1982)

    Hi, krismoris

    Our developers have a holiday. They will come back on Monday and we will respond as fast as possible.

    Kind Regards,
    Givi

    Thread Starter Krew mate

    (@krismoris)

    Okey, I will wait

    Plugin Contributor George

    (@rubeushagrid13)

    Hi krismoris,

    Try to add the code below in themes functions.php file and it should fix the issue:

    add_filter( 'oembed_response_data', 'disable_embeds_filter_oembed_response_data_' );
    function disable_embeds_filter_oembed_response_data_( $data ) {
        unset($data['author_url']);
        unset($data['author_name']);
        return $data;
    }

    Kind regards,
    George

    Thread Starter Krew mate

    (@krismoris)

    Thank you <3
    Problem is solved

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How to delete author from Discord?’ is closed to new replies.