[ Index ]

PHP Cross Reference of WordPress Trunk (Latest)

title

Body

[close]

/wp-includes/ -> functions-post.php (summary)

(no description)

File Size: 1089 lines (32 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 32 functions

  wp_insert_post()
  wp_insert_attachment()
  wp_delete_attachment()
  wp_get_single_post()
  wp_get_recent_posts()
  wp_update_post()
  wp_publish_post()
  wp_get_post_categories()
  wp_set_post_categories()
  wp_delete_post()
  post_permalink()
  get_author_name()
  get_extended()
  trackback_url_list()
  wp_blacklist_check()
  wp_proxy_check()
  do_trackbacks()
  get_pung()
  get_enclosed()
  get_to_ping()
  add_ping()
  get_page_hierarchy()
  generate_page_uri_index()
  get_post_status()
  get_post_type()
  get_post_mime_type()
  get_attached_file()
  wp_mkdir_p()
  wp_upload_dir()
  wp_upload_bits()
  do_all_pings()
  the_editor()

Functions
Functions that are not part of a class:

wp_insert_post($postarr = array()   X-Ref
No description

wp_insert_attachment($object, $file = false, $post_parent = 0)   X-Ref
No description

wp_delete_attachment($postid)   X-Ref
No description

wp_get_single_post($postid = 0, $mode = OBJECT)   X-Ref
No description

wp_get_recent_posts($num = 10)   X-Ref
No description

wp_update_post($postarr = array()   X-Ref
No description

wp_publish_post($post_id)   X-Ref
No description

wp_get_post_categories($post_ID = 0)   X-Ref
No description

wp_set_post_categories($post_ID = 0, $post_categories = array()   X-Ref
No description

wp_delete_post($postid = 0)   X-Ref
No description

post_permalink($post_id = 0, $mode = '')   X-Ref
No description

get_author_name( $auth_id )   X-Ref
No description

get_extended($post)   X-Ref
No description

trackback_url_list($tb_list, $post_id)   X-Ref
No description

wp_blacklist_check($author, $email, $url, $comment, $user_ip, $user_agent)   X-Ref
No description

wp_proxy_check($ipnum)   X-Ref
No description

do_trackbacks($post_id)   X-Ref
No description

get_pung($post_id)   X-Ref
No description

get_enclosed($post_id)   X-Ref
No description

get_to_ping($post_id)   X-Ref
No description

add_ping($post_id, $uri)   X-Ref
No description

get_page_hierarchy($posts, $parent = 0)   X-Ref
No description

generate_page_uri_index()   X-Ref
No description

get_post_status($ID = '')   X-Ref
No description

get_post_type($post = false)   X-Ref
No description

get_post_mime_type($ID = '')   X-Ref
No description

get_attached_file($attachment_id)   X-Ref
No description

wp_mkdir_p($target)   X-Ref
No description

wp_upload_dir()   X-Ref
No description

wp_upload_bits($name, $type, $bits)   X-Ref
No description

do_all_pings()   X-Ref
No description

the_editor($content, $id = 'content', $prev_id = 'title')   X-Ref
Places a textarea according to the current user's preferences, filled with $content.
Also places a script block that enables tabbing between Title and Content.

param: string Editor contents
param: string (optional) Previous form field's ID (for tabbing support)

Your comment here...

Name: Location:
Comments:


List: Classes | Functions | Variables | Constants | Tables

Generated: Wed Jun 7 12:10:26 2006 Courtesy of Taragana