apply_filters( 'myblogs_options', string $settings_html, object $context )

Enable the Global Settings section on the My Sites screen.


Description

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.


Parameters

$settings_html

The settings HTML markup. Default empty.

$context

Context of the setting (global or site-specific). Default 'global'.


Source

File: wp-admin/my-sites.php

View on GitHub


Changelog

Changelog
Version Description
WP-MU Introduced. (3.0.0)