{"id":1294,"date":"2014-02-17T23:13:16","date_gmt":"2014-02-17T14:13:16","guid":{"rendered":"http:\/\/www.santoshkori.com\/blog\/?p=1294"},"modified":"2014-02-17T23:13:16","modified_gmt":"2014-02-17T14:13:16","slug":"how-to-get-bbpress-topic-author-id-and-current-user-id","status":"publish","type":"post","link":"https:\/\/www.santoshkori.com\/blog\/how-to-get-bbpress-topic-author-id-and-current-user-id\/","title":{"rendered":"How to get bbpress Topic author id and current user id"},"content":{"rendered":"<p>Here is code which will show you wordpress bbpress topic author ID and wordpress current user id.<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n&lt;?php \r\n$author_id = get_the_author_meta('ID') ;\r\n$currentuserID = bbp_get_current_user_id();\r\necho 'Author ID '. $author_id .'';\r\necho 'Current User Id' .$currentuserID.'';\r\n ?&gt;\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Here is code which will show you wordpress bbpress topic author ID and wordpress current user id. &lt;?php $author_id = get_the_author_meta(&#8216;ID&#8217;) ; $currentuserID = bbp_get_current_user_id(); echo &#8216;Author ID &#8216;. $author_id .&#8221;; echo &#8216;Current User Id&#8217; .$currentuserID.&#8221;; ?&gt;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[655,654,656],"class_list":["post-1294","post","type-post","status-publish","format-standard","hentry","category-wordpress","tag-get-bbpress-topic-author-id","tag-how-to-get-bbpress-topic-author-and-current-user-id","tag-wordpress-get-current-user-id"],"_links":{"self":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1294","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/comments?post=1294"}],"version-history":[{"count":1,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1294\/revisions"}],"predecessor-version":[{"id":1295,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1294\/revisions\/1295"}],"wp:attachment":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/media?parent=1294"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/categories?post=1294"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/tags?post=1294"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}