fork download
  1. <?php
  2.  
  3. global $post;
  4. $categories = get_the_category($post->ID);
  5. var_dump($categories);
Runtime error #stdin #stdout #stderr 0.02s 24856KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Fatal error:  Uncaught Error: Call to undefined function get_the_category() in /home/VdsCHh/prog.php:4
Stack trace:
#0 {main}
  thrown in /home/VdsCHh/prog.php on line 4