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 WordPress ‘maybe_convert_table_to_utf8mb4()’ PHP function Written by Adrian Gordon WordPress If a table only contains utf8 or utf8mb4 columns, convert it to utf8mb4.
Using WordPress ‘maybe_add_existing_user_to_blog()’ PHP function Written by Adrian Gordon WordPress Adds a new user to a blog by visiting /newbloguser/{key}/.
Using WordPress ‘maybe_add_column()’ PHP function Written by Adrian Gordon WordPress Adds column to a database table, if it doesn’t already exist.
Using WordPress ‘map_meta_cap()’ PHP function Written by Adrian Gordon WordPress Maps a capability to the primitive capabilities required of the given user to satisfy the capability being checked.
Using WordPress ‘map_deep()’ PHP function Written by Adrian Gordon WordPress Maps a function to all non-iterable elements of an array or an object.
Using WordPress ‘make_url_footnote()’ PHP function Written by Adrian Gordon WordPress Strip HTML and put links at the bottom of stripped content.
Using WordPress ‘make_db_current_silent()’ PHP function Written by Adrian Gordon WordPress Updates the database tables to a new schema, but without displaying results.
Using WordPress ‘make_clickable()’ PHP function Written by Adrian Gordon WordPress Learn how to use the WordPress'make_clickable' function to convert plain text URLs, FTP addresses & email addresses into clickable HTML links