• Resolved Aminul Islam

    (@theaminuldev)


    ‘twitter’ => array(

                    ‘partner’ => ‘ogwp’,

                    ‘site’    => apply_filters( ‘og_twitter_site’, ” ),

                    ‘creator’ => apply_filters( ‘og_twitter_creator’, ” ),

                    ‘widgets’ => apply_filters( ‘og_twitter_widgets’, array() ),

                    ‘player’  => apply_filters( ‘og_video_init’, array() ),

                ),

Viewing 1 replies (of 1 total)
  • Plugin Author Marcin Pietrzak

    (@iworks)

    You can use those filters, eg.:

    add_filter( 'og_twitter_site', function( $a ) {
    return '@iworks'; } );
    add_filter( 'og_twitter_creator', function( $a ) {
    return '@iworks'; } );

    Put the code above in the functions.php file of active theme.

    Please change @iworks to your name(s).

    Marcin

Viewing 1 replies (of 1 total)
  • The topic ‘[NSFW] how to apply twitter username??’ is closed to new replies.