Skip to content

Action: apple_news_before_async_push

kevinfodness edited this page Oct 23, 2020 · 2 revisions

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.

Source

admin/class-admin-apple-async.php

Clone this wiki locally