myblogs_allblogs_options WordPress Action Hook

The myblogs_allblogs_options hook is used to filter the options that are returned when retrieving a list of all blogs. This hook is used by the myblogs_allblogs function.

do_action( 'myblogs_allblogs_options' ) #

Fires before the sites list on the My Sites screen.


Source

File: wp-admin/my-sites.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
3.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.