Filter: jsps_register_core_network

apply_filters( 'jsps_register_core_network', $cnetw ) → {array}
Filters the list of Core Networks. This hook is used by the Core Plugin itself.
You shouldn't use this hook: use jsps_register_custom_network instead.

Parameters:

Name Type Description
$cnetw array The list of Core Networks.

Properties

Name Type Description
$cnetw['slug'] array Info of a network where slug is its shortname.

Properties

Name Type Description
$cnetw['slug']['name'] string The visible name of the network.
$cnetw['slug']['visible'] int 1 to make the network visible by default.
Since:
  • 2.0.0 First version
Author:
Source:

Returns:

The list of Core Networks.
Type
array