Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




_admin_search_query [ WordPress Function ]

_admin_search_query ( No parameters )
Uses:
  • attr
Defined at:



Display the search query.

A simple wrapper to display the "s" parameter in a GET URI. This function should only be used when {@link the_search_query()} cannot.

Source


<?php
function _admin_search_query() {
    echo isset(
$_REQUEST['s']) ? esc_attrstripslashes$_REQUEST['s'] ) ) : '';
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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