• Resolved Kiseki Studio

    (@kiseki-studio)


    Hi,

    Is it possible to allow HTML to be posted on the brand description field? I want to add a table and embed a video.

    Any help is very much appreciated.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Kiseki Studio

    (@kiseki-studio)

    Sorry, I just realised it is under the Filter and action hooks documentation.

    /**
     *  This filter is used to allow extra
     *  html tags in the brand descriptions
     */
    add_filter( 'pwb_description_allowed_tags', function( $tags ){
      return $tags . '<iframe>';
    } );
    Plugin Contributor titodevera

    (@titodevera)

    Solved ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Allow HTML in Brand Description’ is closed to new replies.