Articles on: Developers

FlyingPress plugin upgraded

Execute custom code when the FlyingPress plugin got updated:

add_action('flying_press_upgraded', function() {
    // Insert your code here
});

Updated on: 18/12/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!