Skip to content

Action: apple_news_before_delete

kevinfodness edited this page Oct 23, 2020 · 2 revisions

do_action( 'apple_news_before_delete', string $remote_id, int $post_id )

Actions to be taken before an article is deleted via the API.

Parameters

$remote_id

(string) The API ID of the article from Apple's servers.

$post_id

(int) The post ID from WordPress.

Source

admin/apple-actions/index/class-delete.php

Clone this wiki locally