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



plugin_install_description › Filtr WordPress Hooks

Od6.0.0
Przestarzałyn/a
apply_filters( 'plugin_install_description', $description, $plugin )
Parametry: (2)
  • (string) $description Plugin card description.
    Wymagane: Tak
  • (array) $plugin An array of plugin data. See {@see plugins_api()} for the list of possible values.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the plugin card description on the Add Plugins screen.





Źródło

$description = apply_filters( 'plugin_install_description', $description, $plugin );