wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



addslashes_gpc › WordPress Function

Od0.71
Przestarzałyn/a
addslashes_gpc ( $gpc )
Parametry:
  • (string|array) $gpc String or array of data to slash.
    Wymagane: Tak
Powrót:
  • (string|array) Slashed `$gpc`.
Zdefiniowane na:
Codex:

Adds slashes to a string or recursively adds slashes to strings within an array.



Źródło

function addslashes_gpc( $gpc ) {
	return wp_slash( $gpc );
}