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 3901 to 3950 of 4125 functions (Page 79 of 83)
get_the_author_description()

Retrieve the description of the author of the current post.

the_author_description()

Display the description of the author of the current post.

get_the_author_login()

Retrieve the login name of the author of the current post.

the_author_login()

Display the login name of the author of the current post.

get_the_author_firstname()

Retrieve the first name of the author of the current post.

the_author_firstname()

Display the first name of the author of the current post.

get_the_author_lastname()

Retrieve the last name of the author of the current post.

the_author_lastname()

Display the last name of the author of the current post.

get_the_author_nickname()

Retrieve the nickname of the author of the current post.

the_author_nickname()

Display the nickname of the author of the current post.

get_the_author_email()

Retrieve the email of the author of the current post.

the_author_email()

Display the email of the author of the current post.

get_the_author_icq()

Retrieve the ICQ number of the author of the current post.

the_author_icq()

Display the ICQ number of the author of the current post.

get_the_author_yim()

Retrieve the Yahoo! IM name of the author of the current post.

the_author_yim()

Display the Yahoo! IM name of the author of the current post.

get_the_author_msn()

Retrieve the MSN address of the author of the current post.

the_author_msn()

Display the MSN address of the author of the current post.

get_the_author_aim()

Retrieve the AIM address of the author of the current post.

the_author_aim()

Display the AIM address of the author of the current post.

get_author_name()

Retrieve the specified author's preferred display name.

$auth_id
get_the_author_url()

Retrieve the URL to the home page of the author of the current post.

the_author_url()

Display the URL to the home page of the author of the current post.

get_the_author_ID()

Retrieve the ID of the author of the current post.

the_author_ID()

Display the ID of the author of the current post.

the_content_rss()

Display the post content for the feed.

$more_link_text $stripteaser $more_file +2 more
make_url_footnote()

Strip HTML and put links at the bottom of stripped content.

$content
_c()

Retrieve translated string with vertical bar context

$text $domain
translate_with_context()

Translates $text like translate(), but assumes that the text

$text $domain
_nc()

Legacy version of _n(), which supports contexts.

$single $plural $number +1 more
__ngettext()

Retrieve the plural or single form based on the amount.

$args
__ngettext_noop()

Register plural strings in POT file, but don't translate them.

$args
get_alloptions()

Retrieve all autoload options, or all options if no autoloaded ones exist.

get_the_attachment_link()

Retrieve HTML content of attachment image with link.

$id $fullsize $max_dims +1 more
get_attachment_icon_src()

Retrieve icon URL and Path.

$id $fullsize
get_attachment_icon()

Retrieve HTML content of icon attachment image element.

$id $fullsize $max_dims
get_attachment_innerHTML()

Retrieve HTML content of image element.

$id $fullsize $max_dims
get_link()

Retrieves bookmark data based on ID.

$bookmark_id $output $filter
clean_url()

Checks and cleans a URL.

$url $protocols $context
js_escape()

Escape single quotes, specialchar double quotes, and fix line endings.

$text
wp_specialchars()

Legacy escaping for HTML blocks.

$text $quote_style $charset +1 more
attribute_escape()

Escaping for HTML attributes.

$text
register_sidebar_widget()

Register widget for sidebar with backward compatibility.

$name $output_callback $classname +1 more
unregister_sidebar_widget()

Serves as an alias of wp_unregister_sidebar_widget().

$id
register_widget_control()

Registers widget control callback for customizing options.

$name $control_callback $width +2 more
unregister_widget_control()

Alias of wp_unregister_widget_control().

$id
delete_usermeta()

Remove user meta data.

$user_id $meta_key $meta_value
get_usermeta()

Retrieve user metadata.

$user_id $meta_key
update_usermeta()

Update metadata of user.

$user_id $meta_key $meta_value
get_users_of_blog()

Get users for the site.

$id