_wp_admin_bar_init()
Function: Instantiates the admin bar object and set it up as a global for access elsewhere.
Source: wp-includes/admin-bar.php:23
Function: Instantiates the admin bar object and set it up as a global for access elsewhere.
Source: wp-includes/admin-bar.php:23
Filter Hook: Filters the admin bar class to instantiate.
Source: wp-includes/admin-bar.php:42
Function: Renders the admin bar to the page based on the $wp_admin_bar->menu member var.
Source: wp-includes/admin-bar.php:74
Action Hook: Loads all necessary admin bar items.
Source: wp-includes/admin-bar.php:95
Action Hook: Fires before the admin bar is rendered.
Source: wp-includes/admin-bar.php:102
Action Hook: Fires after the admin bar is rendered.
Source: wp-includes/admin-bar.php:111
Method: Used internally to generate an SQL string for searching across multiple columns.
Source: wp-includes/class-wp-user-query.php:899
Method: Returns the list of users.
Source: wp-includes/class-wp-user-query.php:925
Method: Returns the total number of users for the current query.
Source: wp-includes/class-wp-user-query.php:936
Method: Prepares the query variables.
Source: wp-includes/class-wp-user-query.php:259
Action Hook: Fires after the WP_User_Query has been parsed, and before the query is executed.
Source: wp-includes/class-wp-user-query.php:766
Method: Executes the query, with the current variables.
Source: wp-includes/class-wp-user-query.php:776
Function: Retrieves a user row based on password reset key and login.
Source: wp-includes/user.php:2944
Class: Core class used for querying users.
Source: wp-includes/class-wp-user-query.php:18
Method: PHP5 constructor.
Source: wp-includes/class-wp-user-query.php:76
Function: Retrieves list of users matching criteria.
Source: wp-includes/user.php:758
Filter Hook: Filters whether to use a secure sign-on cookie.
Source: wp-includes/user.php:88
Filter Hook: Filters the page title when creating an HTML drop-down list of pages.
Source: wp-includes/class-walker-page-dropdown.php:91
Filter Hook: Filters the sorted list of menu item objects before generating the menu’s HTML.
Source: wp-includes/nav-menu-template.php:240
Function: Helper function for wp_link_pages() .
Source: wp-includes/post-template.php:1048
Filter Hook: Filters whether to print default gallery styles.
Source: wp-includes/media.php:2526
Function: Returns the ID of the post’s parent.
Source: wp-includes/post.php:7669
Function: Checks the given subset of the post hierarchy for hierarchy loops.
Source: wp-includes/post.php:7693
Function: Sets the post thumbnail (featured image) for the given post.
Source: wp-includes/post.php:7742
Function: Gets the timestamp of the last time any post was modified or published.
Source: wp-includes/post.php:7273
Filter Hook: Filters whether the post slug would make a bad attachment slug.
Source: wp-includes/post.php:5034
Filter Hook: Filters whether the post slug would make a bad hierarchical post slug.
Source: wp-includes/post.php:5070
Filter Hook: Filters whether the post slug would be bad as a flat slug.
Source: wp-includes/post.php:5126
Filter Hook: Filters the post parent — used to check for and prevent hierarchy loops.
Source: wp-includes/post.php:4309
Function: Adds submenus for post types.
Source: wp-includes/post.php:2070