get_404_template [ WordPress Function ]
get_404_template ( No parameters )
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: get_template, get_tag_template, get_page_template, get_home_template, get_date_template
Retrieve path of 404 template in current or parent template.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/get 404 template « WordPress Codex
Description. Retrieve path of 404 template in current or parent template. Usage. < ?php get_404_template(); ?> Parameters. None. Return Values ...
codex.wordpress.org - get_404_template() WordPress function reference, arguments and ...
Source. function get_404_template() { return get_query_template('404'); } WP Trac · GitHub. Link here. URL. http://queryposts.com/function/get_404_template/ ...
queryposts.com - PHPXRef 0.7 : WordPress : Function Reference: get_404_template()
Function and Method Cross Reference. get_404_template(). Defined at: /wp- includes/template.php -> line 43. Referenced 1 times: ...
phpxref.ftwr.co.uk - wordpress - Colon operator in PHP - Stack Overflow
if ( is_404() && $template = get_404_template() ) : elseif ( is_search() && $ template = get_search_template() ) : elseif ( is_tax() && $template ...
stackoverflow.com