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 3851 to 3900 of 4125 functions (Page 78 of 83)
get_postdata()

Retrieves all post data for a given post.

$postid
start_wp()

Sets up the WordPress Loop.

the_category_ID()

Returns or prints a category ID.

$display
the_category_head()

Prints a category with optional text before and after.

$before $after
previous_post()

Prints a link to the previous post.

$format $previous $title +3 more
next_post()

Prints link to the next post.

$format $next $title +3 more
user_can_create_post()

Whether user can create a post.

$user_id $blog_id $category_id
user_can_create_draft()

Whether user can create a post.

$user_id $blog_id $category_id
user_can_edit_post()

Whether user can edit a post.

$user_id $post_id $blog_id
user_can_delete_post()

Whether user can delete a post.

$user_id $post_id $blog_id
user_can_set_post_date()

Whether user can set new posts' dates.

$user_id $blog_id $category_id
user_can_edit_post_date()

Whether user can delete a post.

$user_id $post_id $blog_id
user_can_edit_post_comments()

Whether user can delete a post.

$user_id $post_id $blog_id
user_can_delete_post_comments()

Whether user can delete a post.

$user_id $post_id $blog_id
user_can_edit_user()

Can user can edit other user.

$user_id $other_user
get_linksbyname()

Gets the links associated with category $cat_name.

$cat_name $before $after +7 more
wp_get_linksbyname()

Gets the links associated with the named category.

$category $args
get_linkobjectsbyname()

Gets an array of link objects associated with category $cat_name.

$cat_name $orderby $limit
get_linkobjects()

Gets an array of link objects associated with category n.

$category $orderby $limit
get_linksbyname_withrating()

Gets the links associated with category 'cat_name' and display rating stars/chars.

$cat_name $before $after +6 more
get_links_withrating()

Gets the links associated with category n and display rating stars/chars.

$category $before $after +6 more
get_autotoggle()

Gets the auto_toggle setting.

$id
list_cats()

Lists categories.

$optionall $all $sort_column +15 more
wp_list_cats()

Lists categories.

$args
dropdown_cats()

Deprecated method for generating a drop-down of categories.

$optionall $all $orderby +7 more
list_authors()

Lists authors.

$optioncount $exclude_admin $show_fullname +3 more
wp_get_post_cats()

Retrieves a list of post categories.

$blogid $post_id
wp_set_post_cats()

Sets the categories that the post ID belongs to.

$blogid $post_id $post_categories
get_archives()

Retrieves a list of archives.

$type $limit $format +3 more
get_author_link()

Returns or Prints link to the author's posts.

$display $author_id $author_nicename
link_pages()

Print list of pages based on arguments.

$before $after $next_or_number +4 more
get_settings()

Get value based on option.

$option
permalink_link()

Print the permalink of the current post in the loop.

permalink_single_rss()

Print the permalink to the RSS feed.

$deprecated
wp_get_links()

Gets the links associated with category.

$args
get_links()

Gets the links associated with category by ID.

$category $before $after +8 more
get_links_list()

Output entire list of links by category.

$order
links_popup_script()

Show the link to the links popup and the number of links.

$text $width $height +2 more
get_linkrating()

Legacy function that retrieved the value of a link's link_rating field.

$link
get_linkcatname()

Gets the name of category by ID.

$id
comments_rss_link()

Print RSS comment feed link.

$link_text
get_category_rss_link()

Print/Return link to category RSS2 feed.

$display $cat_id
get_author_rss_link()

Print/Return link to author RSS feed.

$display $author_id
comments_rss()

Return link to the post RSS feed.

create_user()

An alias of wp_create_user().

$username $password $email
gzip_compression()

Unused function.

get_commentdata()

Retrieve an array of comment data about comment $comment_id.

$comment_id $no_cache $include_unapproved
get_catname()

Retrieve the category name by the category ID.

$cat_id
get_category_children()

Retrieve category children list separated before and after the term IDs.

$id $before $after +1 more
get_all_category_ids()

Retrieves all category IDs.