Using WordPress ‘got_mod_rewrite()’ PHP function Written by Adrian Gordon WordPress Returns whether the server is running Apache with the mod_rewrite module loaded.
Using WordPress ‘get_the_author_firstname()’ PHP function Written by Adrian Gordon WordPress Retrieve the first name of the author of the current post.
Using WordPress ‘global_terms()’ PHP function Written by Adrian Gordon WordPress Maintains a canonical list of terms by syncing terms created for each blog with the global terms table.
Using WordPress ‘get_year_link()’ PHP function Written by Adrian Gordon WordPress The `get_year_link()` function in WordPress generates the permalink for the year archives using the `$year` parameter, which can be either an integer or false for the current year
Using WordPress ‘get_weekstartend()’ PHP function Written by Adrian Gordon WordPress Gets the week start and end from the datetime or date string from MySQL.
Using WordPress ‘get_user_setting()’ PHP function Written by Adrian Gordon WordPress Retrieves user interface setting value based on setting name.
Using WordPress ‘get_user_option()’ PHP function Written by Adrian Gordon WordPress Retrieves user option that can be either per Site or per Network.
Using WordPress ‘get_user_metavalues()’ PHP function Written by Adrian Gordon WordPress Perform the query to get the §metavalues array(s) needed by _fill_user and _fill_many_users
Using WordPress ‘get_user_id_from_string()’ PHP function Written by Adrian Gordon WordPress Get a numeric user ID from either an email address or a login.