theme_auto_update_setting_template

theme_auto_update_setting_template

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('theme_auto_update_setting_template') is found 1 times:

  • /wp-admin/themes.php line 806
    	 * @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!
     */
    ?>