jetpack_publicize_share_urls_saved
jetpack_publicize_share_urls_saved
Appears in: jetpack.13.9.1, jetpack.14.0, jetpack.14.1, jetpack.14.2.1, jetpack.14.3, jetpack.14.4.1, jetpack.14.5
Hook Type: action
Displaying hooks found in version: jetpack.14.5do_action('jetpack_publicize_share_urls_saved') is found 1 times:
- /jetpack_vendor/automattic/jetpack-publicize/src/class-rest-controller.php line 566562563564565566567568569570571572
* @type
array
$url
URL to the social media post.
* @type string
$service
Social media service shared to.
* }
*/
do_action(
'jetpack_publicize_share_urls_saved'
,
$urls
);
return
rest_ensure_response(
new
WP_REST_Response() );
}
return
new
WP_Error(
'rest_cannot_edit'
,
__(
'Failed to update the post meta'
,
'jetpack-publicize-pkg'
),