Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Marcel Pol

    (@mpol)

    That would be a good idea. I will look into it.

    Thread Starter shshaw

    (@shshaw)

    The plugin was great for my needs other than that 🙂 Thanks for it!

    Plugin Author Marcel Pol

    (@mpol)

    Hi, I added filters for this in 2.1.1.
    Have a good weekend.

    Thread Starter shshaw

    (@shshaw)

    How exactly do you use them?

    add_filter('twitter_widget_with_styling_data_chrome', true)?

    Plugin Author Marcel Pol

    (@mpol)

    oh, you can use code like this:

    function my_special_function( $string ) {
            $string = 'noheader nofooter';
            return $string;
    }
    add_filter( 'twitter_widget_with_styling_data_chrome', 'my_special_function', 10, 1 );
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Support for `data-chrome` & other attributes’ is closed to new replies.