jetpack_publicize_share_urls_saved, $urls
jetpack_publicize_share_urls_saved, $urls
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_publicize_share_urls_saved, $urls') is found 2 times:
- /jetpack_vendor/automattic/jetpack-publicize/src/class-rest-controller.php line 601
* @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' ),
- /jetpack_vendor/automattic/jetpack-publicize/src/rest-api/class-share-status-controller.php line 277
Warning: Undefined array key 281 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 282 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* @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() ); } }