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.7.2

apply_filters('plugin_auto_update_setting_html') is found 1 times:

  • /wp-admin/includes/class-wp-plugins-list-table.php line 1375
    1371
    1372
    1373
    1374
    1375
    1376
    1377
    1378
    1379
    1380
    1381
    * @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: