[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/js/bp-core/js/block-assets/data/ -> selectors.js (source)

   1  /**
   2   * Returns the list of Active BP Components.
   3   *
   4   * @param {Object} state The current state.
   5   * @return {array} The list of Active BP Components.
   6   */
   7  export const getActiveComponents = ( state ) => {
   8      return state.components || [];
   9  };


Generated: Fri May 5 01:01:24 2023 Cross-referenced by PHPXref 0.7.1