Skip to content
  • Log In
  • Register
WordPress.org
  • News
  • Download & Extend
    • Get WordPress
    • Themes
    • Patterns
    • Plugins
    • Mobile
    • Hosting
    • Openverse ↗︎
  • Learn
    • Learn WordPress
    • Documentation
    • Forums
    • Developers
    • WordPress.tv ↗︎
  • Community
    • Make WordPress
    • Photo Directory
    • Five for the Future
    • WordCamp ↗︎
    • Meetups ↗︎
    • Job Board ↗︎
  • About
    • About WordPress
    • Showcase
    • Enterprise
    • Gutenberg ↗︎
    • WordPress Swag Store ↗︎
  • Get WordPress
Get WordPress

Developer Resources

Browse: Home / Reference / 6.3.0

wp_cache_set_users_last_changed()

Function: Sets the last changed time for the ‘users’ cache group.

Source: wp-includes/user.php:5027

Used by 1 function | Uses 1 function

wp_is_password_reset_allowed_for_user()

Function: Checks if password reset is allowed for a specific user.

Source: wp-includes/user.php:5039

Used by 2 functions | Uses 4 functions

wp_update_user

Action Hook: Fires after the user has been updated and emails have been sent.

Source: wp-includes/user.php:2753

Used by 1 function | Uses 0 functions

wp_cache_set_last_changed

Action Hook: Fires after a cache group `last_changed` time is updated.

Source: wp-includes/functions.php:7761

Used by 1 function | Uses 0 functions

cron_memory_limit

Filter Hook: Filters the memory limit allocated for WP-Cron event processing.

Source: wp-includes/functions.php:7608

Used by 1 function | Uses 0 functions

wp_cache_set_last_changed()

Function: Sets last changed date for the specified cache group to now.

Source: wp-includes/functions.php:7743

Used by 7 functions | Uses 3 functions

_validate_cache_id()

Function: Checks whether the given cache ID is either an integer or an integer-like string.

Source: wp-includes/functions.php:7077

Used by 0 functions | Uses 2 functions

wp_high_priority_element_flag()

Function: Accesses a flag that indicates if an element is a possible candidate for `fetchpriority=’high’`.

Source: wp-includes/media.php:5868

Used by 1 function | Uses 0 functions

wp_get_loading_optimization_attributes()

Function: Gets loading optimization attributes.

Source: wp-includes/media.php:5604

Used by 6 functions | Uses 13 functions

wp_maybe_add_fetchpriority_high_attr()

Function: Determines whether to add `fetchpriority=’high’` to loading attributes.

Source: wp-includes/media.php:5815

Used by 1 function | Uses 2 functions

wp_min_priority_img_pixels

Filter Hook: Filters the minimum square-pixels threshold for an image to be eligible as the high-priority image.

Source: wp-includes/media.php:5851

Used by 2 functions | Uses 0 functions

wp_img_tag_add_loading_optimization_attrs()

Function: Adds optimization attributes to an `img` HTML tag.

Source: wp-includes/media.php:1943

Used by 1 function | Uses 6 functions

wp_get_attachment_image_context

Filter Hook: Filters the context in which wp_get_attachment_image() is used.

Source: wp-includes/media.php:1064

Used by 1 function | Uses 0 functions

wp_lazyload_comment_meta()

Function: Queue comment meta for lazy-loading.

Source: wp-includes/comment.php:494

Used by 3 functions | Uses 1 function

pre_load_textdomain

Filter Hook: Filters whether to short-circuit loading .mo file.

Source: wp-includes/l10n.php:735

Used by 1 function | Uses 0 functions

pre_wp_setup_nav_menu_item

Filter Hook: Filters whether to short-circuit the wp_setup_nav_menu_item() output.

Source: wp-includes/nav-menu.php:840

Used by 1 function | Uses 0 functions

WP_Navigation_Fallback::create_default_fallback()

Method: Creates a default Navigation Block Menu fallback.

Source: wp-includes/class-wp-navigation-fallback.php:224

Used by 0 functions | Uses 2 functions

WP_Navigation_Fallback::get_default_fallback_blocks()

Method: Gets the rendered markup for the default fallback blocks.

Source: wp-includes/class-wp-navigation-fallback.php:250

Used by 0 functions | Uses 1 function

WP_Navigation_Fallback::create_classic_menu_fallback()

Method: Creates a Navigation Menu post from a Classic Menu.

Source: wp-includes/class-wp-navigation-fallback.php:97

Used by 0 functions | Uses 4 functions

WP_Navigation_Fallback::get_fallback_classic_menu()

Method: Determines the most appropriate classic navigation menu to use as a fallback.

Source: wp-includes/class-wp-navigation-fallback.php:134

Used by 0 functions | Uses 2 functions

WP_Navigation_Fallback::get_most_recently_created_nav_menu()

Method: Sorts the classic menus and returns the most recently created one.

Source: wp-includes/class-wp-navigation-fallback.php:165

Used by 0 functions | Uses 0 functions

WP_Navigation_Fallback::get_nav_menu_with_primary_slug()

Method: Returns the classic menu with the slug `primary` if it exists.

Source: wp-includes/class-wp-navigation-fallback.php:184

Used by 0 functions | Uses 0 functions

WP_Navigation_Fallback::get_nav_menu_at_primary_location()

Method: Gets the classic menu assigned to the `primary` navigation menu location if it exists.

Source: wp-includes/class-wp-navigation-fallback.php:203

Used by 0 functions | Uses 2 functions

WP_Navigation_Fallback

Class: Manages fallback behavior for Navigation menus.

Source: wp-includes/class-wp-navigation-fallback.php:18

Used by 0 functions | Uses 0 functions

WP_Navigation_Fallback::get_fallback()

Method: Gets (and/or creates) an appropriate fallback Navigation Menu.

Source: wp-includes/class-wp-navigation-fallback.php:27

Used by 1 function | Uses 2 functions

wp_navigation_should_create_fallback

Filter Hook: Filters whether or not a fallback should be created.

Source: wp-includes/class-wp-navigation-fallback.php:36

Used by 1 function | Uses 0 functions

WP_Navigation_Fallback::get_most_recently_published_navigation()

Method: Finds the most recently published `wp_navigation` post type.

Source: wp-includes/class-wp-navigation-fallback.php:68

Used by 0 functions | Uses 1 function

_filter_do_shortcode_context()

Function: Filter the `wp_get_attachment_image_context` hook during shortcode rendering.

Source: wp-includes/shortcodes.php:259

Used by 0 functions | Uses 0 functions

WP_Theme_JSON::convert_custom_properties()

Method: This is used to convert the internal representation of variables to the CSS representation.

Source: wp-includes/class-wp-theme-json.php:3476

Used by 1 function | Uses 0 functions

WP_Theme_JSON::resolve_custom_css_format()

Method: Given a tree, converts the internal representation of variables to the CSS representation.

Source: wp-includes/class-wp-theme-json.php:3501

Used by 1 function | Uses 2 functions
1 2 … 6 7 Next
  • About
  • News
  • Hosting
  • Donate
  • Swag
  • Documentation
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org
  • Visit our Facebook page
  • Visit our Twitter account
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our YouTube channel
Code is Poetry