Viewing 1 replies (of 1 total)
  • Thread Starter lwcorp

    (@lwcorp)

    For those interested, here’s what I do now (i.e. changing <p>content</p> to something that accepts RTL but still left align, with the rest of the LTR stuff):

    function filter_flamingo_htmlize($tag) {
      $tag = preg_replace('/>/', ' style="float:left" dir="auto"$0', $tag, 1);
       return $tag;
    };
    
    add_filter( 'flamingo_htmlize', 'filter_flamingo_htmlize' );
Viewing 1 replies (of 1 total)
  • The topic ‘Support HTML in your-message’ is closed to new replies.