3
Permitir HTML no trecho
Aqui está o meu código de trecho. // Generate custom excerpt length function wpbx_excerpt_length($length) { return 300; } add_filter('excerpt_length', 'wpbx_excerpt_length'); Como permito html como <a> <b> <i> <br>