Action: apple_news_before_async_push - alleyinteractive/apple-news GitHub Wiki
do_action( 'apple_news_before_async_push' )
Optional actions to be taken before an async push starts.
Parameters
None.
More Information
This hook could be used for an ini_set to increase max execution time for asynchronous publishing to handle large push requests. Since some hosts wouldn't support it, the code isn't added directly here.
On WordPress VIP this isn't necessary since the plugin will automatically use the jobs system which can handle requests up to 12 hours.