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