FlyingPress plugin upgraded

Run any code when the FlyingPress plugin updates:

add_action('flying_press_upgraded',function(){
    // Write your code here
});
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.