ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/formatting.php
  • Page 13

trailingslashit()

Function: Appends a trailing slash.

Source: wp-includes/formatting.php:2793

Used by 0 functions | Uses 0 functions

untrailingslashit()

Function: Removes trailing forward slashes and backslashes if they exist.

Source: wp-includes/formatting.php:2808

Used by 0 functions | Uses 0 functions

addslashes_gpc()

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

Source: wp-includes/formatting.php:2820

Used by 0 functions | Uses 0 functions

stripslashes_deep()

Function: Navigates through an array, object, or scalar, and removes slashes from the values.

Source: wp-includes/formatting.php:2832

Used by 0 functions | Uses 0 functions

stripslashes_from_strings_only()

Function: Callback function for `stripslashes_deep()` which strips slashes from strings.

Source: wp-includes/formatting.php:2844

Used by 0 functions | Uses 0 functions

sanitize_sql_orderby()

Function: Ensures a string is a valid SQL ‘order by’ clause.

Source: wp-includes/formatting.php:2392

Used by 0 functions | Uses 0 functions

sanitize_html_class()

Function: Sanitizes an HTML classname to ensure it only contains valid characters.

Source: wp-includes/formatting.php:2414

Used by 0 functions | Uses 0 functions

sanitize_html_class

Filter Hook: Filters a sanitized HTML class string.

Source: wp-includes/formatting.php:2433

Used by 0 functions | Uses 0 functions

convert_chars()

Function: Converts lone & characters into `&` (a.k.a. `&`)

Source: wp-includes/formatting.php:2468

Used by 0 functions | Uses 0 functions

convert_invalid_entities()

Function: Converts invalid Unicode references range to valid range.

Source: wp-includes/formatting.php:2488

Used by 0 functions | Uses 0 functions
« Previous 1 … 12 13 14 … 17 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy