Using WordPress ‘calendar_week_mod()’ PHP function Written by Adrian Gordon WordPress Gets number of days since the start of the week.
Using WordPress ‘cache_users()’ PHP function Written by Adrian Gordon WordPress Retrieves info for user lists to prevent multiple queries by get_userdata() .
Using WordPress ‘bulk_edit_posts()’ PHP function Written by Adrian Gordon WordPress Processes the post data for the bulk editing of posts.
Using WordPress ‘build_query_vars_from_query_block()’ PHP function Written by Adrian Gordon WordPress Helper function that constructs a WP_Query args array from a Query block properties.
Using WordPress ‘build_query()’ PHP function Written by Adrian Gordon WordPress Builds URL query based on an associative and, or indexed array.
Using WordPress ‘block_version()’ PHP function Written by Adrian Gordon WordPress Returns the current version of the block format that the content string is using.
Using WordPress ‘avoid_blog_page_permalink_collision()’ PHP function Written by Adrian Gordon WordPress Avoids a collision between a site slug and a permalink slug.
Using WordPress ‘auth_redirect()’ PHP function Written by Adrian Gordon WordPress Checks if a user is logged in, if not it redirects them to the login page.
Using WordPress ‘author_can()’ PHP function Written by Adrian Gordon WordPress Returns whether the author of the supplied post has the specified capability.