Switch language

wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren




wp [ WordPress Function ]

wp ( $query_vars = '' )
Parameter:
  • (string) $query_vars Default WP_Query arguments.
Definiert in:

Ähnliche Funktionen: wp_rss, wp_die


Set up the WordPress query.

Source


<?php
function wp$query_vars '' ) {
    global 
$wp$wp_query$wp_the_query;
    
$wp->main$query_vars );

    if ( !isset(
$wp_the_query) )
        
$wp_the_query $wp_query;
}
?>

Beispiele [ wp-snippets.com ]

Top Google Suchergebnisse

Mehr ...

0 Nutzerkommentare

Noch keine. Sei der Erste!

Neu hinzufügen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics