wpseek.com
A WordPress-centric search engine for devs and theme authors



myblogs_options › WordPress Filter Hooks

Sincen/a
Deprecatedn/a
apply_filters( 'myblogs_options', '', 'global' )
Parameters: (2)
  • () settings_html The settings HTML markup. Default empty.
    Required: Yes
  • () context Context of the setting (global or site-specific). Default 'global'.
    Required: Yes
Defined at:
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.




Source

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