Using WordPress ‘current_user_can_for_blog()’ PHP function Written by Adrian Gordon WordPress Returns whether the current user has the specified capability for a given site.
Using WordPress ‘current_user_can()’ PHP function Written by Adrian Gordon WordPress Returns whether the current user has the specified capability.
Using WordPress ‘create_initial_post_types()’ PHP function Written by Adrian Gordon WordPress Creates the initial post types when ‘init’ action is fired.
Using WordPress ‘count_users()’ PHP function Written by Adrian Gordon WordPress Counts number of users who have each of the user roles.
Using WordPress ‘delete_blog_option()’ PHP function Written by Adrian Gordon WordPress Removes option by name for a given blog ID. Prevents removal of protected WordPress options.
Using WordPress ‘doing_action()’ PHP function Written by Adrian Gordon WordPress Returns whether or not an action hook is currently being processed.
Using WordPress ‘count_many_users_posts()’ PHP function Written by Adrian Gordon WordPress Gets the number of posts written by a list of users.
Using WordPress ‘core_upgrade_preamble()’ PHP function Written by Adrian Gordon WordPress Display upgrade WordPress for downloading latest or upgrading automatically form.
Using WordPress ‘do_blocks()’ PHP function Written by Adrian Gordon WordPress Parses dynamic blocks out of post_content and re-renders them.