WPINC_link template.php Notes - WordPress-Thinstall/wordpress-develop GitHub Wiki

interface LinkTemplateInterface {
    function the_permalink( $post = 0 );
    function user_trailingslashit($string, $type_of_url = '');
    function permalink_anchor( $mode = 'id' );
    function get_the_permalink( $post = 0, $leavename = false );
    function get_permalink( $post = 0, $leavename = false );
    function get_post_permalink( $id = 0, $leavename = false, $sample = false );
    function get_page_link( $post = false, $leavename = false, $sample = false );
    function _get_page_link( $post = false, $leavename = false, $sample = false );
    function get_attachment_link( $post = null, $leavename = false );
    function get_year_link( $year );
    function get_month_link($year, $month);
    function get_day_link($year, $month, $day);
    function the_feed_link( $anchor, $feed = '' );
    function get_feed_link( $feed = '' );
    function get_post_comments_feed_link( $post_id = 0, $feed = '' );
    function post_comments_feed_link( $link_text = '', $post_id = '', $feed = '' );
    function get_author_feed_link( $author_id, $feed = '' );
    function get_category_feed_link( $cat_id, $feed = '' );
    function get_term_feed_link( $term_id, $taxonomy = 'category', $feed = '' );
    function get_tag_feed_link( $tag_id, $feed = '' );
    function get_edit_tag_link( $tag_id, $taxonomy = 'post_tag' );
    function edit_tag_link( $link = '', $before = '', $after = '', $tag = null );
    function get_edit_term_link( $term_id, $taxonomy = '', $object_type = '' );
    function edit_term_link( $link = '', $before = '', $after = '', $term = null, $echo = true );
    function get_search_link( $query = '' );
    function get_search_feed_link($search_query = '', $feed = '');
    function get_search_comments_feed_link($search_query = '', $feed = '');
    function get_post_type_archive_link( $post_type );
    function get_post_type_archive_feed_link( $post_type, $feed = '' );
    function get_preview_post_link( $post = null, $query_args = array(), $preview_link = '' );
    function get_edit_post_link( $id = 0, $context = 'display' );
    function edit_post_link( $text = null, $before = '', $after = '', $id = 0, $class = 'post-edit-link' );
    function get_delete_post_link( $id = 0, $deprecated = '', $force_delete = false );
    function get_edit_comment_link( $comment_id = 0 );
    function edit_comment_link( $text = null, $before = '', $after = '' );
    function get_edit_bookmark_link( $link = 0 );
    function edit_bookmark_link( $link = '', $before = '', $after = '', $bookmark = null );
    function get_edit_user_link( $user_id = null );
    function get_previous_post( $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' );
    function get_next_post( $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' );
    function get_adjacent_post( $in_same_term = false, $excluded_terms = '', $previous = true, $taxonomy = 'category' );
    function get_adjacent_post_rel_link( $title = '%title', $in_same_term = false, $excluded_terms = '', $previous = true, $taxonomy = 'category' );
    function adjacent_posts_rel_link( $title = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' );
    function adjacent_posts_rel_link_wp_head();
    function next_post_rel_link( $title = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' );
    function prev_post_rel_link( $title = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' );
    function get_boundary_post( $in_same_term = false, $excluded_terms = '', $start = true, $taxonomy = 'category' );
    function get_previous_post_link( $format = '« %link', $link = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' );
    function previous_post_link( $format = '« %link', $link = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' );
    function get_next_post_link( $format = '%link »', $link = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' );
    function next_post_link( $format = '%link »', $link = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' );
    function get_adjacent_post_link( $format, $link, $in_same_term = false, $excluded_terms = '', $previous = true, $taxonomy = 'category' );
    function adjacent_post_link( $format, $link, $in_same_term = false, $excluded_terms = '', $previous = true, $taxonomy = 'category' );
    function get_pagenum_link($pagenum = 1, $escape = true );
    function get_next_posts_page_link($max_page = 0);
    function next_posts( $max_page = 0, $echo = true );
    function get_next_posts_link( $label = null, $max_page = 0 );
    function next_posts_link( $label = null, $max_page = 0 );
    function get_previous_posts_page_link();
    function previous_posts( $echo = true );
    function get_previous_posts_link( $label = null );
    function previous_posts_link( $label = null );
    function get_posts_nav_link( $args = array() );
    function posts_nav_link( $sep = '', $prelabel = '', $nxtlabel = '' );
    function get_the_post_navigation( $args = array() );
    function the_post_navigation( $args = array() );
    function get_the_posts_navigation( $args = array() );
    function the_posts_navigation( $args = array() );
    function get_the_posts_pagination( $args = array() );
    function the_posts_pagination( $args = array() );
    function _navigation_markup( $links, $class = 'posts-navigation', $screen_reader_text = '' );
    function get_comments_pagenum_link( $pagenum = 1, $max_page = 0 );
    function get_next_comments_link( $label = '', $max_page = 0 );
    function next_comments_link( $label = '', $max_page = 0 );
    function get_previous_comments_link( $label = '' );
    function previous_comments_link( $label = '' );
    function paginate_comments_links( $args = array() );
    function get_the_comments_navigation( $args = array() );
    function the_comments_navigation( $args = array() );
    function get_the_comments_pagination( $args = array() );
    function the_comments_pagination( $args = array() );
    function get_shortcut_link();
    function home_url( $path = '', $scheme = null );
    function get_home_url( $blog_id = null, $path = '', $scheme = null );
    function site_url( $path = '', $scheme = null );
    function get_site_url( $blog_id = null, $path = '', $scheme = null );
    function admin_url( $path = '', $scheme = 'admin' );
    function get_admin_url( $blog_id = null, $path = '', $scheme = 'admin' );
    function includes_url( $path = '', $scheme = null );
    function content_url( $path = '' );
    function plugins_url( $path = '', $plugin = '' );
    function network_site_url( $path = '', $scheme = null );
    function network_home_url( $path = '', $scheme = null );
    function network_admin_url( $path = '', $scheme = 'admin' );
    function user_admin_url( $path = '', $scheme = 'admin' );
    function self_admin_url( $path = '', $scheme = 'admin' );
    function set_url_scheme( $url, $scheme = null );
    function get_dashboard_url( $user_id = 0, $path = '', $scheme = 'admin' );
    function get_edit_profile_url( $user_id = 0, $scheme = 'admin' );
    function wp_get_canonical_url( $post = null );
    function rel_canonical();
    function wp_get_shortlink( $id = 0, $context = 'post', $allow_slugs = true );
    function wp_shortlink_wp_head();
    function wp_shortlink_header();
    function the_shortlink( $text = '', $title = '', $before = '', $after = '' );
    function get_avatar_url( $id_or_email, $args = null );
    function get_avatar_data( $id_or_email, $args = null );
    function get_theme_file_uri( $file = '' );
    function get_parent_theme_file_uri( $file = '' );
    function get_theme_file_path( $file = '' );
    function get_parent_theme_file_path( $file = '' );
}