• Resolved ikiterder

    (@ikiterder)


    Hi.

    get_post_meta($post->ID, '_aioseop_description', true)
    Does not work any more. What the updated receive code now looks like?

    Sorry for my English.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author arnaudbroes

    (@arnaudbroes)

    You can use get_post_meta($post->ID, '_aioseo_description', true) to get the description, or call if ( function_exists( 'aioseo' ) ) $metaData = aioseo()->meta->metaData->getMetaData(); on the current page to get all meta data from AIOSEO.

    Thread Starter ikiterder

    (@ikiterder)

    Arnaudbroes
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get description in 4 version’ is closed to new replies.