jetpack_initialize_tracking

jetpack_initialize_tracking

Appears in:
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: jetpack.13.9.1

do_action('jetpack_initialize_tracking') is found 2 times:

  • /_inc/lib/admin-pages/class.jetpack-admin-page.php line 122
    	 * Render the page with a common top and bottom part, and page specific content.
    	 */
    	public function render() {
    		/** This action is documented in class.jetpack.php */
    		do_action( 'jetpack_initialize_tracking' );
    
    		// We're in an IDC: we need a decision made before we show the UI again.
    		if ( $this->block_page_rendering_for_idc() ) {
    			return;
    		}
    
    
  • /class.jetpack.php line 6313
    		 * Doesn't necessarily mean that will actually happen, depends if the 'jetpack_tos_agreed' option is set.
    		 *
    		 * @since 13.9
    		 */
    		do_action( 'jetpack_initialize_tracking' );
    	}
    
    	/**
    	 * Run plugin post-activation actions if we need to.
    	 *
    	 * @return void
    

See this hook used in plugins: