wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



plugin_auto_update_setting_html › Filtr WordPress Hooks

Od5.5.0
Przestarzałyn/a
apply_filters( 'plugin_auto_update_setting_html', $html, $plugin_file, $plugin_data )
Parametry: (3)
  • (string) $html The HTML of the plugin's auto-update column content, including toggle auto-update action links and time to next update.
    Wymagane: Tak
  • (string) $plugin_file Path to the plugin file relative to the plugins directory.
    Wymagane: Tak
  • (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.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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