Author::set_image_from_options() – An author should not have an image from options, this only applies to persons.
IdiormString::_str_replace_outside_quotes_cb() – Process each matching chunk from preg_replace_callback replacing each occurrence of $this->search with $this->replace
IdiormString::_str_replace_outside_quotes() – Validate an input string and perform a replace on all ocurrences of $this->search with $this->replace
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.
Image_Helper::simple_image_object() – If we can’t find $url in our database, we output a simple ImageObject.
Indexable_Ancestor_Watcher::get_object_ids_for_term() – Retrieves the object id’s for a term based on the term-post relationship.
Indexable_Post_Builder::set_open_graph_image_meta_data() – Sets the OG image meta data for an og image
Indexable_Presentation::generate_open_graph_article_author() – Generates the open graph article author.
Indexable_Presentation::generate_open_graph_article_modified_time() – Generates the open graph article modified time.
Indexable_Presentation::generate_open_graph_article_published_time() – Generates the open graph article published time.
Indexable_Presentation::generate_open_graph_article_publisher() – Generates the open graph article publisher.
Link_Count_Columns_Integration::order_by_linked() – Modifies the query pieces to allow ordering column by links to post.
Link_Count_Columns_Integration::order_by_links() – Modifies the query pieces to allow ordering column by links to post.
Model::has_one_or_many() – Internal method to construct the queries for both the has_one and has_many methods. These two types of association are identical; the only difference is whether find_one or find_many is used to complete the method chain.
Model::has_one() – Helper method to manage one-to-one relations where the foreign key is on the associated table.