Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: send_core_update_notification_email

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
239            *
240            * This filter is also used on about.php to check if a plugin has disabled
241            * these notifications.
242            *
243            * @since 3.7.0
244            *
245            * @param bool   $notify Whether the site administrator is notified.
246            * @param object $item   The update offer.
247            */
248           if ( ! apply_filters( 'send_core_update_notification_email', $notify, $item ) ) {
249                return false;
250           }
251
252           $this->send_email( 'manual', $item );
253           return true;
254      }
255
256      /**
257       * Update an item, if appropriate.