Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: heartbeat_received

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
3389           /**
3390            * Filters the Heartbeat response received.
3391            *
3392            * @since 3.6.0
3393            *
3394            * @param array  $response  The Heartbeat response.
3395            * @param array  $data      The $_POST data sent.
3396            * @param string $screen_id The screen ID.
3397            */
3398           $response = apply_filters( 'heartbeat_received', $response, $data, $screen_id );
3399      }
3400
3401      /**
3402       * Filters the Heartbeat response sent.
3403       *
3404       * @since 3.6.0
3405       *
3406       * @param array  $response  The Heartbeat response.
3407       * @param string $screen_id The screen ID.