ClassicPress logo
Skip to content
Filter by type:

Browse:

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

_make_email_clickable_cb()

Function: Callback to convert email address match to HTML A element.

Source: wp-includes/formatting.php:2992

Used by 0 functions | Uses 0 functions

make_clickable()

Function: Converts plaintext URI to HTML links.

Source: wp-includes/formatting.php:3049

Used by 0 functions | Uses 0 functions

_split_str_by_whitespace()

Function: Breaks a string into chunks by splitting at whitespace characters.

Source: wp-includes/formatting.php:3139

Used by 0 functions | Uses 0 functions

wp_rel_nofollow()

Function: Adds `rel=”nofollow”` string to all HTML A elements in content.

Source: wp-includes/formatting.php:3216

Used by 0 functions | Uses 0 functions

wp_rel_nofollow_callback()

Function: Callback to add `rel=”nofollow”` string to HTML A element.

Source: wp-includes/formatting.php:3238

Used by 0 functions | Uses 0 functions

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
« Previous 1 … 11 12 13 … 17 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy