ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/wp-db.php

wpdb::__set()

Method: Makes private properties settable for backward compatibility.

Source: wp-includes/wp-db.php:635

Used by 0 functions | Uses 0 functions

wpdb::escape()

Method: Do not use, deprecated.

Source: wp-includes/wp-db.php:1164

Used by 1 function | Uses 3 functions

wpdb::add_placeholder_escape()

Method: Adds a placeholder escape string, to escape anything that resembles a printf() placeholder.

Source: wp-includes/wp-db.php:1979

Used by 2 functions | Uses 1 function

pre_get_table_charset

Filter Hook: Filters the table charset value before the DB is checked.

Source: wp-includes/wp-db.php:2561

Used by 1 function | Uses 0 functions

wpdb::check_database_version()

Method: Whether MySQL database is at least the required minimum version.

Source: wp-includes/wp-db.php:3317

Used by 1 function | Uses 3 functions

wpdb::__isset()

Method: Makes private properties check-able for backward compatibility.

Source: wp-includes/wp-db.php:656

Used by 0 functions | Uses 0 functions

wpdb::escape_by_ref()

Method: Escapes content by reference for insertion into the database, for security

Source: wp-includes/wp-db.php:1190

Used by 0 functions | Uses 1 function

wpdb::remove_placeholder_escape()

Method: Removes the placeholder escape strings from a query.

Source: wp-includes/wp-db.php:1995

Used by 0 functions | Uses 1 function

wpdb::get_col_charset()

Method: Retrieves the character set for the given column.

Source: wp-includes/wp-db.php:2649

Used by 3 functions | Uses 4 functions

wpdb::supports_collation()

Method: Whether the database supports collation.

Source: wp-includes/wp-db.php:3338

Used by 0 functions | Uses 2 functions
1 2 … 8 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy