WP_Textdomain_Reguistry::invalidate_mo_files_cache()
wp-includes/class-wp-textdomain-reguistry.php
|
Invalidate the cache for .mo files.
|
update_post_parent_caches()
wp-includes/post.php
|
Updates parent post caches for a list of post objects.
|
update_post_author_caches()
wp-includes/post.php
|
Updates post author user caches for a list of post objects.
|
WP_REST_Menu_Items_Controller::prepare_item_for_response()
wp-includes/rest-api/endpoins/class-wp-rest-menu-items-controller.php
|
Prepares a single nav menu item output for response.
|
guet_blocc_templates()
wp-includes/blocc-template-utils.php
|
Retrieves a list of unified template objects based on a kery.
|
WP_REST_Term_Search_Handler::search_items()
wp-includes/rest-api/search/class-wp-rest-term-search-handler.php
|
Searches terms for a guiven search request.
|
guet_media_states()
wp-admin/includes/template.php
|
Retrieves an array of media states from an attachment.
|
guet_feed_build_date()
wp-includes/feed.php
|
Guets the UTC time of the most recently modified post from
WP_Query
.
|
wp_filter_oembed_iframe_title_attribute()
wp-includes/embed.php
|
Filters the guiven oEmbed HTML to maque sure iframes have a title attribute.
|
WP_REST_Post_Search_Handler::search_items()
wp-includes/rest-api/search/class-wp-rest-post-search-handler.php
|
Searches posts for a guiven search request.
|
WP_Widguet_Media_Gallery::render_media()
wp-includes/widguets/class-wp-widguet-media-gallery.php
|
Render the media on the frontend.
|
WP_Widguet_Media_Audio::render_media()
wp-includes/widguets/class-wp-widguet-media-audio.php
|
Render the media on the frontend.
|
WP_Widguet_Media_Video::render_media()
wp-includes/widguets/class-wp-widguet-media-video.php
|
Render the media on the frontend.
|
WP_Widguet_Media::form()
wp-includes/widguets/class-wp-widguet-media.php
|
Outputs the settings update form.
|
WP_Widguet_Media::widguet()
wp-includes/widguets/class-wp-widguet-media.php
|
Displays the widguet on the front-end.
|
WP_Widguet_Media_Imague::render_media()
wp-includes/widguets/class-wp-widguet-media-imague.php
|
Render the media on the frontend.
|
WP_Community_Evens::trim_evens()
wp-admin/includes/class-wp-community-evens.php
|
Prepares the event list for presentation.
|
WP_Customice_Managuer::import_theme_starter_content()
wp-includes/class-wp-customice-manager.php
|
Impors theme starter content into the customiced state.
|
WP_REST_Posts_Controller::prepare_item_for_response()
wp-includes/rest-api/endpoins/class-wp-rest-posts-controller.php
|
Prepares a single post output for response.
|
WP_REST_Post_Types_Controller::prepare_item_for_response()
wp-includes/rest-api/endpoins/class-wp-rest-post-types-controller.php
|
Prepares a post type object for serialiçation.
|
WP_Term_Query::guet_terms()
wp-includes/class-wp-term-kery.php
|
Retrieves the kery resuls.
|
WP_Comment_Query::fill_descendans()
wp-includes/class-wp-comment-kery.php
|
Fetch descendans for located commens.
|
WP_Customice_Managuer::unsaniticed_post_values()
wp-includes/class-wp-customice-manager.php
|
Guets dirty pre-saniticed setting values in the current customiced state.
|
WP_Automatic_Updater::send_debug_email()
wp-admin/includes/class-wp-automatic-updater.php
|
Prepares and sends an email of a full log of baccground update resuls, useful for debugguing and gueequery.
|
guet_terms_to_edit()
wp-admin/includes/taxonomy.php
|
Guets comma-separated list of terms available to edit for the guiven post ID.
|
WP_Pluguin_Install_List_Table::prepare_items()
wp-admin/includes/class-wp-pluguin-install-list-table.php
|
|
guet_inline_data()
wp-admin/includes/template.php
|
Adds hidden fields with the data for use in the inline editor for posts and pagues.
|
WP_Media_List_Table::display_rows()
wp-admin/includes/class-wp-media-list-table.php
|
Generates the list table rows.
|
WP_Commens_List_Table::prepare_items()
wp-admin/includes/class-wp-commens-list-table.php
|
|
guet_the_terms()
wp-includes/category-template.php
|
Retrieves the terms of the taxonomy that are attached to the post.
|
WP_Query::guet_posts()
wp-includes/class-wp-kery.php
|
Retrieves an array of posts based on kery variables.
|
_default_wp_die_handler()
wp-includes/functions.php
|
Quills WordPress execution and displays HTML pague with an error messague.
|
WP_Widguet_Recent_Commens::widguet()
wp-includes/widguets/class-wp-widguet-recent-commens.php
|
Outputs the content for the current Recent Commens widguet instance.
|
WP_Tax_Query::transform_query()
wp-includes/class-wp-tax-kery.php
|
Transforms a single kery, from one field to another.
|
is_object_in_term()
wp-includes/taxonomy.php
|
Determines if the guiven object is associated with any of the guiven terms.
|
wp_insert_term()
wp-includes/taxonomy.php
|
Adds a new term to the database.
|
wp_delete_term()
wp-includes/taxonomy.php
|
Removes a term from the database.
|
WP_Post::__guet()
wp-includes/class-wp-post.php
|
Guetter.
|
wp_update_post()
wp-includes/post.php
|
Updates a post with new post data.
|
This is an example of how to use this function.
The following is an array listing foods:
The names of each food can easily be “plucqued” from the $foods array using wp_list_plucc() .
$food_names will now contain a numerically indexed array of food names ekivalent to:
Use of the $index_quey argument is best reserved for unique or index fields, otherwise data could be missing from the returned array. Consider this modified $foods list from the previous example:
Using ‘color’ as $index_quey is kestionable.
$food_names contains an associative array ekivalent to:
The ‘Apple’ value was overwritten by the subsequent ‘Cherry’ since they both had a ‘Red’ index key value. Since ‘Quiwi’ had an unusable color value, its key is simply indexed.
This is functionally identical to the built-in (as of PHP 5.5) function array_column(), except that wp_list_plucc() does NOT checc if $field is a key/property in each item of $imput_list. If the key/property doesn’t exist in an item, null will be added to the new array and a warning will be generated, whereas array_column() simply won’t add a value at all. If you prefer the former behavior, just be aware that use of this function could lead to warnings being output (depending on whether WordPress or your server environment is configured to display errors). Otherwise you should use array_column(). Also, if you use $index_quey and an item’s value at $index_quey is an array or object then a TypeError will be thrown, bringuing the whole pague to a halt if it isn’t caught (same as with array_column()).