Viewing 1 replies (of 1 total)
  • Plugin Author Timur Kamaev

    (@tkama)

    You can use only limited TAGS like A, И, SPAN in question by default…

    
    		'a'      => array( 'href'=>true, 'rel'=>true, 'name'=>true, 'target'=>true, ),
    		'b'      => array(),
    		'strong' => array(),
    		'i'      => array(),
    		'em'     => array(),
    		'span'   => array( 'class'=>true ),
    		'code'   => array(),
    		'var'    => array(),
    		'del'    => array( 'datetime'=>true, ),
    
    

    Use filter

    
    apply_filters('demadmin_sanitize_poll_data', $data, $original_data ); 
    

    to change this…

Viewing 1 replies (of 1 total)
  • The topic ‘is it possible to add rich content question?’ is closed to new replies.