heartbeat_settings WordPress Filter Hook

The heartbeat_settings hook allows you to modify the Heartbeat settings for your Wordpress site. This can be used to change how often the Heartbeat is triggered, or to disable it entirely.

apply_filters( 'heartbeat_settings', array $settings ) #

Filters the Heartbeat settings.


Parameters

$settings

(array)Heartbeat settings array.


Top ↑

Source

File: wp-includes/script-loader.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.6.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More