Disable Design API Calls
When your app is finished and no further updates are needed, you can instruct your WordPress site to stop doing API calls back to myapppresser.com for design updates. Simply add this one line of code to ion-ap3-child/functions.php.
apply_filter( 'myapp_disable_remote_updates', '__return_true' );