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



myblogs_options › Filtr WordPress Hooks

OdMU (3.0.0)
Przestarzałyn/a
apply_filters( 'myblogs_options', '', 'global' )
Parametry: (2)
  • (string) $settings_html The settings HTML markup. Default empty.
    Wymagane: Tak
  • (string) $context Context of the setting (global or site-specific). Default 'global'.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the settings HTML markup in the Global Settings section on the My Sites screen.

By default, the Global Settings section is hidden. Passing a non-empty string to this filter will enable the section, and allow new settings to be added, either globally or for specific sites.





Źródło

$settings_html = apply_filters( 'myblogs_options', '', 'global' );