get_404_template() (funzione WordPress) restituisce il percorso (path) della pagina 404 del template corrente.
tips&tricks
Sintassi
get_404_template()
| parametro | descrizione |
|---|---|
| – | Nessuno |
Esempi
echo get_404_template(); /* RISULTATO C:\xampp\apps\wordpress\htdocs/wp-content/themes/twentyseventeen/404.php */
Contenuti correlati
- CSS
- HTML
- JavaScript
- jQuery
- PHP
- SQL
- WORDPRESS
0 Comment