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



pre_delete_site_option_{$option} › WordPress Action Hooks

Seit4.7.0
Veraltetn/v
do_action( "pre_delete_site_option_{$option}", $option, $network_id )
Parameter: (2)
  • () option Option name.
    Erforderlich: Ja
  • () network_id ID of the network.
    Erforderlich: Ja
Definiert in:
Codex:

Fires immediately before a specific network option is deleted.

The dynamic portion of the hook name, `$option`, refers to the option name.




Quellcode

do_action( "pre_delete_site_option_{$option}", $option, $network_id );