Skip to content
Julien Liabeuf edited this page Feb 26, 2014 · 2 revisions

Filters

rn_notice_caching_time

The caching time for a notice. Each notice will be saved in a transient in order to avoid querying the server on every page load. The value passed must be in hours. The default caching time is 6 hours.

Source: class-remote-notification-client.php

rn_http_request_timeout

Timeout used during HTTP requests to the server. This value is then used in wp_remote_get(). The value format and default are the same.

Source: class-remote-notification-client.php

Clone this wiki locally