Uses
Uses | Description |
---|---|
wp-includes/wp-db.php: wpdb::get_col_length() | Retrieves the maximum string length allowed in a given column. |
wp-includes/wp-db.php: wpdb::get_col_charset() | Retrieves the character set for the given column. |
wp-includes/wp-db.php: wpdb::strip_invalid_text() | Strips any invalid characters based on value/charset pairs. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |