[WORDPRESS] [Funzione] allowed_tags()

allowed_tags() (funzione WordPress) restituisce, sotto forma di stringa, i tag (e relativi attributi) consentiti.

tips&tricks

La funzione è utile per la visualizzazione, nell’area dei commenti, dei tag supportati.

Sintassi

allowed_tags()
parametro descrizione
Nessuno

Esempi

allowed_tags();
/* RISULTATO
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
*/

Contenuti correlati

  • CSS
  • HTML
  • JavaScript
  • jQuery
  • PHP
  • SQL
  • WORDPRESS

Fonti esterne

funzioni wordpress, wordpress

Related Articles

0 Comment

Rispondi