Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: added_postmeta

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

This hook occurs 2 times in this file.

Line Code
4505      if ( defined('APP_REQUEST') )
4506           do_action('app_publish_post', $post_id);
4507
4508      if ( defined('WP_IMPORTING') )
4509           return;
4510
4511      $data = array( 'post_id' => $post_id, 'meta_value' => '1' );
4512      if ( get_option('default_pingback_flag') ) {
4513           $wpdb->insert( $wpdb->postmeta, $data + array( 'meta_key' => '_pingme' ) );
4514           do_action( 'added_postmeta', $wpdb->insert_id, $post_id, '_pingme', 1 );
4515      }
4516      $wpdb->insert( $wpdb->postmeta, $data + array( 'meta_key' => '_encloseme' ) );
4517      do_action( 'added_postmeta', $wpdb->insert_id, $post_id, '_encloseme', 1 );
4518
4519      wp_schedule_single_event(time(), 'do_pings');
4520 }
4521
4522 /**
4523  * Hook used to prevent page/post cache and rewrite rules from staying dirty.
4524  *
4525  * Does two things. If the post is a page and has a template then it will
4526  * update/add that template to the meta. For both pages and posts, it will clean