WPDev.one
Core PHP Functions

Functions Reference

4125+ PHP functions available in the WordPress global namespace. Complete documentation with parameters, return values, and usage examples.

Showing 801 to 850 of 4125 functions (Page 17 of 83)
get_others_pending()

Retrieve pending review posts from other users.

$user_id
wp_dashboard_quick_press_output()

Output the QuickPress dashboard widget.

wp_tiny_mce()

Outputs the TinyMCE editor.

$teeny $settings
wp_preload_dialogs()

Preloads TinyMCE dialogs.

wp_print_editor_js()

Prints TinyMCE editor JS.

wp_quicktags()

Handles quicktags.

screen_layout()

Returns the screen layout options.

$screen
screen_options()

Returns the screen's per-page options.

$screen
screen_meta()

Renders the screen's help.

$screen
favorite_actions()

Favorite actions were deprecated in version 3.2. Use the admin bar instead.

media_upload_image()

Handles uploading an image.

media_upload_audio()

Handles uploading an audio file.

media_upload_video()

Handles uploading a video file.

media_upload_file()

Handles uploading a generic file.

type_url_form_image()

Handles retrieving the insert-from-URL form for an image.

type_url_form_audio()

Handles retrieving the insert-from-URL form for an audio file.

type_url_form_video()

Handles retrieving the insert-from-URL form for a video file.

type_url_form_file()

Handles retrieving the insert-from-URL form for a generic file.

add_contextual_help()

Add contextual help text for a page.

$screen $help
get_allowed_themes()

Get the allowed themes for the current site.

get_broken_themes()

Retrieves a list of broken themes.

current_theme_info()

Retrieves information on the current active theme.

_insert_into_post_button()

This was once used to display an 'Insert into Post' button.

$type
_media_button()

This was once used to display a media button.

$title $icon $type +1 more
get_post_to_edit()

Gets an existing post and format it for editing.

$id
get_default_page_to_edit()

Gets the default page information to use.

wp_create_thumbnail()

This was once used to create a thumbnail from an Image given a maximum side size.

$file $max_side $deprecated
wp_nav_menu_locations_meta_box()

This was once used to display a meta box for the nav menu theme locations.

wp_update_core()

This was once used to kick-off the Core Updater.

$current $feedback
wp_update_plugin()

This was once used to kick-off the Plugin Updater.

$plugin $feedback
wp_update_theme()

This was once used to kick-off the Theme Updater.

$theme $feedback
the_attachment_links()

This was once used to display attachment links. Now it is deprecated and stubbed.

$id
screen_icon()

Displays a screen icon.

get_screen_icon()

Retrieves the screen icon (no longer used in 3.8+).

wp_dashboard_incoming_links_output()

Deprecated dashboard widget controls.

wp_dashboard_secondary_output()

Deprecated dashboard secondary output.

wp_dashboard_incoming_links()

Deprecated dashboard widget controls.

wp_dashboard_incoming_links_control()

Deprecated dashboard incoming links control.

wp_dashboard_plugins()

Deprecated dashboard plugins control.

wp_dashboard_primary_control()

Deprecated dashboard primary control.

wp_dashboard_recent_comments_control()

Deprecated dashboard recent comments control.

wp_dashboard_secondary()

Deprecated dashboard secondary section.

wp_dashboard_secondary_control()

Deprecated dashboard secondary control.

wp_dashboard_plugins_output()

Display plugins text for the WordPress news widget.

$rss $args
_relocate_children()

This was once used to move child posts to a new parent.

$old_ID $new_ID
add_object_page()

Add a top-level menu page in the 'objects' section.

$page_title $menu_title $capability +3 more
add_utility_page()

Add a top-level menu page in the 'utility' section.

$page_title $menu_title $capability +3 more
post_form_autocomplete_off()

Disables autocomplete on the 'post' form (Add/Edit Post screens) for WebKit browsers,

options_permalink_add_js()

Display JavaScript on the page.

_wp_privacy_requests_screen_options()

Was used to add options for the privacy requests screens before they were separate files.