plugin_auto_update_setting_html, $html, $plugin_file, $plugin_data
plugin_auto_update_setting_html, $html, $plugin_file, $plugin_data
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('plugin_auto_update_setting_html, $html, $plugin_file, $plugin_data') is found 1 times:
- /wp-admin/includes/class-wp-plugins-list-table.php line 1392
* @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' ),