IdiormString::replace_outside_quotes() – Replace all occurrences of the search string with the replacement string where they appear outside quotes
IdiormString::str_replace_outside_quotes() – Shortcut method: Replace all occurrences of the search string with the replacement string where they appear outside quotes.
ORM::_check_query_cache() – Check the query cache for the given cache key. If a value is cached for the key, return the value. Otherwise, return false.
ORM::_detect_identifier_quote_character() – Return the correct character used to quote identifiers (table names, column names etc) by looking at the driver being used by PDO.
ORM::_log_query() – Add a query to the internal query log. Only works if the ‘logging’ config option is set to true.
ORM::_quote_identifier_part() – This method performs the actual quoting of a single part of an identifier, using the identifier quote character specified in the config (or autodetected).
ORM::_quote_identifier() – Quote a string that is used as an identifier (table names, column names etc) or an array containing multiple identifiers. This method can also deal with dot-separated identifiers eg table.column
ORM::_quote_one_identifier() – Quote a string that is used as an identifier (table names, column names etc). This method can also deal with dot-separated identifiers eg table.column
ORM::_setup_identifier_quote_character() – Detect and initialise the character used to quote identifiers (table names, column names etc). If this has been specified manually using ORM::configure(‘identifier_quote_character’, ‘some-char’), this will do nothing.
ORM::get_last_query() – Get the last query executed. Only works if the ‘logging’ config option is set to true. Otherwise this will return null. Returns last query from all connections if no connection_name is specified
ORM::get_query_log() – Get an array containing all the queries run on a specified connection up to now.
ORM::raw_query() – Perform a raw query. The query can contain placeholders in either named or question mark style. If placeholders are used, the parameters should be an array of values which will be bound to the placeholders in the query. If this method is called, all other query building methods will be ignored.
WPSEO_Link_Query::get_unprocessed_count() – Returns the total amount of unindexed posts for given post type.
WPSEO_Rewrite::query_vars() – Update the query vars with the redirect var when stripcategorybase is active.
WPSEO_Schema_FAQ_Question_List::generate() – Find an image based on its URL and generate a Schema object for it.
WPSEO_Schema_FAQ_Question_List::get_schema_id() – Determine whether we’re part of an article or a webpage.
WPSEO_Schema_FAQ_Questions::generate() – Find an image based on its URL and generate a Schema object for it.
WPSEO_Sitemaps::reduce_query_load() – Check the current request URI, if we can determine it’s probably an XML sitemap, kill loading the widgets.
Wrapper::get_wp_query() – Wrapper method for returning the wp_query object for use in dependency injection.
Yoast_Notification_Center::queue_transaction() – Queues a notification transaction for later execution if notifications are not yet set up.