plugin_auto_update_setting_html

plugin_auto_update_setting_html

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('plugin_auto_update_setting_html') is found 1 times:

  • /wp-admin/includes/class-wp-plugins-list-table.php line 1370
    					 * @param array  $plugin_data An array of plugin data. See get_plugin_data()
    					 *                            and the {@see 'plugin_row_meta'} filter for the list
    					 *                            of possible values.
    					 */
    					echo apply_filters( 'plugin_auto_update_setting_html', $html, $plugin_file, $plugin_data );
    
    					wp_admin_notice(
    						'',
    						array(
    							'type'               => 'error',
    							'additional_classes' => array( 'notice-alt', 'inline', 'hidden' ),
    

See this hook used in plugins: