Switch language

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




attribute_escape [ WordPress Function ]

attribute_escape ( $text )
Parameters:
  • (string) $text
See:
Returns:
  • (string)
Defined at:



Escaping for HTML attributes.

Source


<?php
function attribute_escape$text ) {
    
_deprecated_function__FUNCTION__'2.8''esc_attr()' );
    return 
esc_attr$text );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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