jetpack_initialize_tracking

jetpack_initialize_tracking

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: jetpack.14.5

do_action('jetpack_initialize_tracking') is found 2 times:

  • /_inc/lib/admin-pages/class.jetpack-admin-page.php line 98
    094
    095
    096
    097
    098
    099
    100
    101
    102
    103
    * 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 6112
    6108
    6109
    6110
    6111
    6112
    6113
    6114
    6115
    6116
    6117
    6118
         * 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' );
    }
     
    /**
     * Initialize REST jsonAPI if needed.
     *
     * @return void

See this hook used in plugins: