theme_auto_update_setting_template

theme_auto_update_setting_template

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('theme_auto_update_setting_template') is found 1 times:

  • /wp-admin/themes.php line 805
    801
    802
    803
    804
    805
    806
    807
    808
    809
    810
    811
         * @since 5.5.0
         *
         * @param string $template The template for displaying the auto-update setting link.
         */
        return apply_filters( 'theme_auto_update_setting_template', $template );
    }
     
    /*
     * The tmpl-theme template is synchronized with PHP above!
     */
    ?>