Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: theme_auto_update_setting_html

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
832            * Filters the HTML of the auto-updates setting for each theme in the Themes list table.
833            *
834            * @since 5.5.0
835            *
836            * @param string   $html       The HTML for theme's auto-update setting, including
837            *                             toggle auto-update action link and time to next update.
838            * @param string   $stylesheet Directory name of the theme.
839            * @param WP_Theme $theme      WP_Theme object.
840            */
841           echo apply_filters( 'theme_auto_update_setting_html', $html, $stylesheet, $theme );
842
843           echo '<div class="notice notice-error notice-alt inline hidden"><p></p></div>';
844      }
845
846      /**
847       * Handles default column output.
848       *
849       * @since 4.3.0
850       *