Using WordPress ‘get_links_list()’ PHP function Written by Adrian Gordon WordPress The `get_links_list()` function in WordPress generates a list of all links categorized by type and ordered based on the specified criteria
Using WordPress ‘get_posts_by_author_sql()’ PHP function Written by Adrian Gordon WordPress Retrieves the post SQL based on capability, author, and type.
Using WordPress ‘get_private_posts_cap_sql()’ PHP function Written by Adrian Gordon WordPress The `get_private_posts_cap_sql()` function in WordPress is used to retrieve private posts based on user capabilities
Using WordPress ‘get_tax_sql()’ PHP function Written by Adrian Gordon WordPress Given a taxonomy query, generates SQL to be appended to a main query.
Using WordPress ‘like_escape()’ PHP function Written by Adrian Gordon WordPress Formerly used to escape strings before searching the DB. It was poorly documented and never worked as described.
Using WordPress ‘media_sideload_image()’ PHP function Written by Adrian Gordon WordPress Downloads an image from the specified URL, saves it as an attachment, and optionally attaches it to a post.
Using WordPress ‘maybe_drop_column()’ PHP function Written by Adrian Gordon WordPress The `maybe_drop_column` function in WordPress is used to drop a column from a database table if it already exists
Using WordPress ‘maybe_create_table()’ PHP function Written by Adrian Gordon WordPress 1 Creates a table in the database, if it doesn’t already exist.
Using Gravity Forms ‘gform_uninstalling’ PHP action Written by Adrian Gordon Gravity Forms The `gform_uninstalling` action hook in Gravity Forms allows developers to execute clean-up tasks during the uninstall process