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.


Top ↑

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' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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