jetpack_bump_stats_extras, api-insights-posts, $this->api->token_details[client_id]

jetpack_bump_stats_extras, api-insights-posts, $this->api->token_details[client_id]

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_bump_stats_extras, api-insights-posts, $this->api->token_details[client_id]') is found 3 times:

  • /json-endpoints/class.wpcom-json-api-update-post-endpoint.php line 659
    					&& 'publish' === $new_status
    				)
    			) {
    				/** This action is documented in modules/widgets/social-media-icons.php */
    				do_action( 'jetpack_bump_stats_extras', 'api-insights-posts', $this->api->token_details['client_id'] );
    				update_post_meta( $post_id, '_rest_api_published', 1 );
    				update_post_meta( $post_id, '_rest_api_client_id', $this->api->token_details['client_id'] );
    			}
    		}
    
    		// We ask the user/dev to pass Publicize services he/she wants activated for the post, but Publicize expects us
    
  • /json-endpoints/class.wpcom-json-api-update-post-v1-1-endpoint.php line 737
    					&& 'publish' === $new_status
    				)
    			) {
    				/** This action is documented in modules/widgets/social-media-icons.php */
    				do_action( 'jetpack_bump_stats_extras', 'api-insights-posts', $this->api->token_details['client_id'] );
    				update_post_meta( $post_id, '_rest_api_published', 1 );
    				update_post_meta( $post_id, '_rest_api_client_id', $this->api->token_details['client_id'] );
    			}
    		}
    
    		// We ask the user/dev to pass Publicize services he/she wants activated for the post, but Publicize expects us
    
  • /json-endpoints/class.wpcom-json-api-update-post-v1-2-endpoint.php line 742
    					&& 'publish' === $new_status
    				)
    			) {
    				/** This action is documented in modules/widgets/social-media-icons.php */
    				do_action( 'jetpack_bump_stats_extras', 'api-insights-posts', $this->api->token_details['client_id'] );
    				update_post_meta( $post_id, '_rest_api_published', 1 );
    				update_post_meta( $post_id, '_rest_api_client_id', $this->api->token_details['client_id'] );
    			}
    		}
    
    		// We ask the user/dev to pass Publicize services he/she wants activated for the post, but Publicize expects us