• Hi there!
    I just found out a minor issue in the file “for-facebook-opengraph-refresher/admin/Facebook_OpenGraph_Refresher_Admin.php”: the “Refresh Facebook OpenGraph” button is visible in the post list pages too but I think that’s wrong.

    So I suggest to change this in the row n.103:

    if ( $screen->parent_base === ‘edit’ ) {

    with

    if ( $screen->base === ‘post’ ) {

    That’s all!

    Bye,
    Alessandro

  • The topic ‘“Refresh Facebook OpenGraph” button shout not be in the post list pages’ is closed to new replies.