Interesting issue when featured video plus plugin is active
-
Hi,
I came to interesting issue: When you have featured video plus plugin installed and you try to save your meta fields -> it doesn’t use the correct post id.
I’ve managed to overcome this issue by adding :
if( $post_id != get_the_ID() ) : $post_id=get_the_ID(); endif;
right after the opening bracket of save_post() function in plugin file. But I am afraid that it will be overwritten with next plugin update.
Thank you, Pavol
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Interesting issue when featured video plus plugin is active’ is closed to new replies.