BP_Nouveau_Customizer_Group_Nav::get_default_value()
Get the original order for the group navigation.
Description Description
Return Return
(array) a list of nav items slugs ordered.
Source Source
File: bp-templates/bp-nouveau/includes/groups/classes.php
public function get_default_value() { $default_nav = $this->get_secondary( array( 'parent_slug' => $this->group->slug ) ); return wp_list_pluck( $default_nav, 'slug' ); }
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |