All Questions
1 question
1
vote
1
answer
2k
views
Global $post not working in OOP function WordPress
I added a custom field with comment form. Below is my code.First function return post id when using var_dump function.But the last function return NULL always.
class Post_Rating_Public_Helper {
...