Movie detail returns 'Array'
-
I want to get some detail stuff from a movie like genre, director and actors.
As far I know I need to use the shortcode:
[imdb_movie_detail title="tt0068646" detail="actors"]
But this results in: Array
Also tried by PHP:
<?php $movie = get_imdb_connector_movie_detail("tt0068646"); echo $movie["actors"]; ?>
Also no result. Am I doing something wrong?
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Movie detail returns 'Array'’ is closed to new replies.