• Resolved gen385

    (@aplagnespaya)


    Hi,

    I tried so many things…
    I’m trying to echo one of the attribute for a movie, for a custom code.
    Any idea how I could to that ?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Yusuf Ansari

    (@yousufansa)

    Hi @aplagnespaya,

    Thank you for trying out our plugin.

    You can fetch movie attribute using custom code like the following:

    global $movie;
    $your_attribute = $movie->get_attribute( 'movie_your_attribute' );

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Code to echo the attributes ?’ is closed to new replies.