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

Enable the Global Settings section on the My Sites screen.


Description 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 Parameters

$settings_html

(string) The settings HTML markup. Default empty.

$context

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


Top ↑

Source Source

File: wp-admin/my-sites.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
MU (3.0.0) Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.