Replies: 0
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
- This topic was modified 6 minutes ago by alesmaweb.