Switch language

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




esc_url_raw [ WordPress Function ]

esc_url_raw ( $url, $protocols = null )
Parameters:
  • (string) $url The URL to be cleaned.
  • (array) $protocols An array of acceptable protocols.
Uses:
Returns:
  • (string) The cleaned URL.
Defined at:



Performs esc_url() for database usage.

Source


<?php
function esc_url_raw$url$protocols null ) {
    return 
esc_url$url$protocols'db' );
}
?>

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