1 | ./plugins/wp-exec/wp-exec.php: |
---|
2 | 13: $posts = get_postdata( $id ); |
---|
3 | |
---|
4 | ./plugins/comment-rating-widget/get-recent-comments.php: |
---|
5 | 1367: #$post = get_postdata($comment->comment_post_ID); |
---|
6 | |
---|
7 | ./plugins/comment-rating-widget/get-recent-comments.php: |
---|
8 | 1370: #$post = get_postdata($comment->comment_post_ID); |
---|
9 | |
---|
10 | ./plugins/get-recent-comments/get-recent-comments.php: |
---|
11 | 1339: #$post = get_postdata($comment->comment_post_ID); |
---|
12 | |
---|
13 | ./plugins/get-recent-comments/get-recent-comments.php: |
---|
14 | 1342: #$post = get_postdata($comment->comment_post_ID); |
---|
15 | |
---|
16 | ./plugins/kf-most-read/kf_most_read.php: |
---|
17 | 77: $post = get_postdata($p->ID); |
---|
18 | |
---|
19 | ./plugins/yournewsapp/include/nh_ynaa_settings.php: |
---|
20 | 64: $get_postdata = get_postdata($ar['item_id'] ); |
---|
21 | |
---|
22 | ./plugins/post2mail/post2mail.php: |
---|
23 | 17: $the_post = get_postdata($post_ID); |
---|
24 | |
---|
25 | ./plugins/presstest/mocked/core.php: |
---|
26 | 5088: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: |
---|
29 | 378:function get_postdata($postid) { |
---|
30 | |
---|
31 | ./plugins/fb-instant-articles/vendor/wp-coding-standards/wpcs/WordPress/Tests/WP/DeprecatedFunctionsUnitTest.inc: |
---|
32 | 15:get_postdata(); |
---|
33 | |
---|
34 | ./plugins/bhs-marcxml-importer/class-marcxml-parser.php: |
---|
35 | 357: // {{{ get_postdata() |
---|
36 | |
---|
37 | ./plugins/encodingcom-wordpress-plugin/encoding-com.php: |
---|
38 | 43: $post = get_postdata( $postid ); |
---|
39 | |
---|
40 | ./plugins/simple-schedule-notice/simple-schedule-notice.php: |
---|
41 | 38: list( $post_info, $post_meta_info ) = $this->get_postdata(); |
---|
42 | |
---|
43 | ./plugins/live-plus-press/LivePress/lpsynch.php: |
---|
44 | 6: $post_data = get_postdata($post_ID); |
---|
45 | |
---|
46 | ./plugins/live-plus-press/LivePress/lpsynch.php: |
---|
47 | 74: $post_data = get_postdata($post_ID); |
---|
48 | |
---|
49 | ./plugins/campuspress-theme-check/checks/deprecated.php: |
---|
50 | 13: array( 'get_postdata' => 'get_post()', '1.5.1' ), |
---|
51 | |
---|
52 | ./plugins/mailing-list/wp-content/plugins/mailing-list.php: |
---|
53 | 80: $postdata = get_postdata($post_ID); |
---|
54 | |
---|
55 | ./plugins/meta-tag-generator/metaTagGenerator.php: |
---|
56 | 24: $postData = get_postdata($postID); |
---|