wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



plugin_auto_update_setting_html › WordPress Filter Hooks

Seit5.5.0
Veraltetn/v
apply_filters( 'plugin_auto_update_setting_html', $html, $plugin_file, $plugin_data )
Parameter: (3)
  • (string) $html The HTML of the plugin's auto-update column content, including toggle auto-update action links and time to next update.
    Erforderlich: Ja
  • (string) $plugin_file Path to the plugin file relative to the plugins directory.
    Erforderlich: Ja
  • (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.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the HTML of the auto-updates setting for each plugin in the Plugins list table.





Quellcode

echo apply_filters( 'plugin_auto_update_setting_html', $html, $plugin_file, $plugin_data );