as deprecated in PHP 5.3.0 and removed in PHP 5.4.0. * * @since 0.71 * @deprecated 7.0.0 Use wp_slash() instead. * @see wp_slash() * * @param string|array $gpc String or array of data to slash. * @return string|array Slashed `$gpc`. */ function addslashes_gpc( $gpc ) { _deprecated_function( __FUNCTION__, '7.0.0', 'wp_slash()' ); return wp_slash( $gpc ); } /** * Sanitizes an attributes array into an attributes string to be placed inside a `

Leave a Reply

Your email address will not be published. Required fields are marked *