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 2801 to 2850 of 4125 functions (Page 57 of 83)
get_page_link()

Retrieves the permalink for the current page or page ID.

$post $leavename $sample
_get_page_link()

Retrieves the page permalink.

$post $leavename $sample
get_attachment_link()

Retrieves the permalink for an attachment.

$post $leavename
get_year_link()

Retrieves the permalink for the year archives.

$year
get_month_link()

Retrieves the permalink for the month archives with year.

$year $month
get_day_link()

Retrieves the permalink for the day archives with year and month.

$year $month $day
the_feed_link()

Displays the permalink for the feed type.

$anchor $feed
get_feed_link()

Retrieves the permalink for the feed type.

$feed
get_post_comments_feed_link()

Retrieves the permalink for the post comments feed.

$post_id $feed
post_comments_feed_link()

Displays the comment feed link for a post.

$link_text $post_id $feed
get_author_feed_link()

Retrieves the feed link for a given author.

$author_id $feed
get_category_feed_link()

Retrieves the feed link for a category.

$cat $feed
get_term_feed_link()

Retrieves the feed link for a term.

$term $taxonomy $feed
get_tag_feed_link()

Retrieves the permalink for a tag feed.

$tag $feed
get_edit_tag_link()

Retrieves the edit link for a tag.

$tag $taxonomy
edit_tag_link()

Displays or retrieves the edit link for a tag with formatting.

$link $before $after +1 more
get_edit_term_link()

Retrieves the URL for editing a given term.

$term $taxonomy $object_type
edit_term_link()

Displays or retrieves the edit term link with formatting.

$link $before $after +2 more
get_search_link()

Retrieves the permalink for a search.

$query
get_search_feed_link()

Retrieves the permalink for the search results feed.

$search_query $feed
get_search_comments_feed_link()

Retrieves the permalink for the search results comments feed.

$search_query $feed
get_post_type_archive_link()

Retrieves the permalink for a post type archive.

$post_type
get_post_type_archive_feed_link()

Retrieves the permalink for a post type archive feed.

$post_type $feed
get_preview_post_link()

Retrieves the URL used for the post preview.

$post $query_args $preview_link
get_edit_post_link()

Retrieves the edit post link for post.

$post $context
edit_post_link()

Displays the edit post link for post.

$text $before $after +2 more
get_delete_post_link()

Retrieves the delete posts link for post.

$post $deprecated $force_delete
get_edit_comment_link()

Retrieves the edit comment link.

$comment_id $context
edit_comment_link()

Displays the edit comment link with formatting.

$text $before $after
get_edit_bookmark_link()

Displays the edit bookmark link.

$link
edit_bookmark_link()

Displays the edit bookmark link anchor content.

$link $before $after +1 more
get_edit_user_link()

Retrieves the edit user link.

$user_id
get_previous_post()

Retrieves the previous post that is adjacent to the current post.

$in_same_term $excluded_terms $taxonomy
get_next_post()

Retrieves the next post that is adjacent to the current post.

$in_same_term $excluded_terms $taxonomy
get_adjacent_post()

Retrieves the adjacent post.

$in_same_term $excluded_terms $previous +1 more
get_adjacent_post_rel_link()

Retrieves the adjacent post relational link.

$title $in_same_term $excluded_terms +2 more
adjacent_posts_rel_link()

Displays the relational links for the posts adjacent to the current post.

$title $in_same_term $excluded_terms +1 more
adjacent_posts_rel_link_wp_head()

Displays relational links for the posts adjacent to the current post for single post pages.

next_post_rel_link()

Displays the relational link for the next post adjacent to the current post.

$title $in_same_term $excluded_terms +1 more
prev_post_rel_link()

Displays the relational link for the previous post adjacent to the current post.

$title $in_same_term $excluded_terms +1 more
get_boundary_post()

Retrieves the boundary post.

$in_same_term $excluded_terms $start +1 more
get_previous_post_link()

Retrieves the previous post link that is adjacent to the current post.

$format $link $in_same_term +2 more
previous_post_link()

Displays the previous post link that is adjacent to the current post.

$format $link $in_same_term +2 more
get_next_post_link()

Retrieves the next post link that is adjacent to the current post.

$format $link $in_same_term +2 more
next_post_link()

Displays the next post link that is adjacent to the current post.

$format $link $in_same_term +2 more
get_adjacent_post_link()

Retrieves the adjacent post link.

$format $link $in_same_term +3 more
adjacent_post_link()

Displays the adjacent post link.

$format $link $in_same_term +3 more
get_pagenum_link()

Retrieves the link for a page number.

$pagenum $escape
get_next_posts_page_link()

Retrieves the next posts page link.

$max_page
next_posts()

Displays or retrieves the next posts page link.

$max_page $display