Make WordPress Core

Ticket #42897: get_postdata.txt

File get_postdata.txt, 2.1 KB (added by jorbin, 7 years ago)

get_postdata

Line 
1./plugins/wp-exec/wp-exec.php: 
213:            $posts = get_postdata( $id );
3
4./plugins/comment-rating-widget/get-recent-comments.php: 
51367:           #$post = get_postdata($comment->comment_post_ID);
6
7./plugins/comment-rating-widget/get-recent-comments.php: 
81370:           #$post = get_postdata($comment->comment_post_ID);
9
10./plugins/get-recent-comments/get-recent-comments.php: 
111339:           #$post = get_postdata($comment->comment_post_ID);
12
13./plugins/get-recent-comments/get-recent-comments.php: 
141342:           #$post = get_postdata($comment->comment_post_ID);
15
16./plugins/kf-most-read/kf_most_read.php: 
1777:                                     $post = get_postdata($p->ID);
18
19./plugins/yournewsapp/include/nh_ynaa_settings.php: 
2064:                            $get_postdata = get_postdata($ar['item_id'] );
21
22./plugins/post2mail/post2mail.php: 
2317:     $the_post = get_postdata($post_ID);
24
25./plugins/presstest/mocked/core.php: 
265088:if( !function_exists( 'get_postdata' ) ) { function get_postdata($postid) { return PT_Mime::mime( func_get_args() );  } }
27
28./plugins/spam-words/For-WordPress-1.2/functions.php: 
29378:function get_postdata($postid) {
30
31./plugins/fb-instant-articles/vendor/wp-coding-standards/wpcs/WordPress/Tests/WP/DeprecatedFunctionsUnitTest.inc: 
3215:get_postdata();
33
34./plugins/bhs-marcxml-importer/class-marcxml-parser.php: 
35357:    // {{{ get_postdata()
36
37./plugins/encodingcom-wordpress-plugin/encoding-com.php: 
3843:    $post = get_postdata( $postid );
39
40./plugins/simple-schedule-notice/simple-schedule-notice.php: 
4138:        list( $post_info, $post_meta_info ) = $this->get_postdata();
42
43./plugins/live-plus-press/LivePress/lpsynch.php: 
446:     $post_data = get_postdata($post_ID);
45
46./plugins/live-plus-press/LivePress/lpsynch.php: 
4774:                $post_data = get_postdata($post_ID);
48
49./plugins/campuspress-theme-check/checks/deprecated.php: 
5013:                     array( 'get_postdata' => 'get_post()', '1.5.1' ),
51
52./plugins/mailing-list/wp-content/plugins/mailing-list.php: 
5380:            $postdata = get_postdata($post_ID);
54
55./plugins/meta-tag-generator/metaTagGenerator.php: 
5624:        $postData = get_postdata($postID);