Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Template:it:Return

param (tipo) 
Descrizione.

Descrizione

Lo scopo di questo modello è di standardizzare come i valori restituiti appaiono in Riferimento funzioni and Tag dei template.

Uso

{{it:Return|param|tipo|descrizione}}

Parametri

param
Parametro o valore restituito (può anche essere: null, void...).
tipo
Tipo del valore restituito.
descrizione
Descrizione del valore restituito.

Esempi

{{it:Return|WP_User|object|[[Class_Reference/WP_User|WP_User]] object where it can be retrieved using member variables.}}

Output

WP_User (object) 
WP_User object where it can be retrieved using member variables.