• Resolved powerroad

    (@powerroad)


    A plug-in was renewed.

    And if contribution and a renewal were done in description, sentences weren’t reflected by indication any more by a tag of <meta property=”og:description” content=””> and <?php echo get_post_meta($post->ID, ‘_aioseop_description’, true); ?>.

    Correction of a plug-in, please.

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

    (@arnaudbroes)

    Hey @powerroad,

    I’m afraid that I do not fully understand what you’re trying to say. Would you be able to elaborate on that and share some more details with us?

    If you’re wondering why get_post_meta($post->ID, ‘_aioseop_description’, true); no longer works in the new version; that’s because we no longer use the post meta table and have implemented our own custom tables instead to improve performance. You can access the metadata by doing something like this –

    aioseo()->meta->metaData->getMetaData();

    – Arnaud

    Thread Starter powerroad

    (@powerroad)

    Reply: @arnaudbroes,

    By contribution by the translation function, excuse me.

    Thank you very much.

    But description couldn’t be acquired.

    <? php echo aioseo()->meta->metaData->getMetaData(); ?>

    Is the way to fill out failed?

    • This reply was modified 4 years, 1 month ago by powerroad.
    • This reply was modified 4 years, 1 month ago by powerroad.
    • This reply was modified 4 years, 1 month ago by powerroad.
    Plugin Author arnaudbroes

    (@arnaudbroes)

    aioseo()->meta->metaData->getMetaData() returns the all metadata for the post, so you’d have to do something like this – ( aioseo()->meta->metaData->getMetaData() )->description. You can also do this if you only need the description – aioseo()->meta->description->getDescription()

    Thread Starter powerroad

    (@powerroad)

    Reply: @arnaudbroes,

    It could be acquired by this tag.

    Thank you very much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘certain tag of description isn’t renewed’ is closed to new replies.