jetpack_client_authorized, Jetpack_Options::get_option( id
jetpack_client_authorized, Jetpack_Options::get_option( id
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_client_authorized, Jetpack_Options::get_option( id') is found 1 times:
- /jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php line 149
* * @since 1.7.0 * @since-jetpack 4.2.0 */ do_action( 'jetpack_client_authorized', Jetpack_Options::get_option( 'id' ) ); $tracking->record_user_event( 'jpc_client_authorize_success' ); } $fallback_redirect = apply_filters( 'jetpack_client_authorize_fallback_url', admin_url() ); $redirect = wp_validate_redirect( $redirect ) ? $redirect : $fallback_redirect;