Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/15/2017 02:26:28 PM (8 years ago)
Author:
djpaul
Message:

Core: hook up bp_setup_option_filters function.

This has remain half-implemented for years. Let's finish it to bring it into consistency with the code shared with bbPress.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-actions.php

    r11032 r11589  
    5656add_action( 'bp_loaded', 'bp_setup_components',         2  );
    5757add_action( 'bp_loaded', 'bp_include',                  4  );
     58add_action( 'bp_loaded', 'bp_setup_option_filters',     5  );
    5859add_action( 'bp_loaded', 'bp_setup_cache_groups',       5  );
    5960add_action( 'bp_loaded', 'bp_setup_widgets',            6  );
Note: See TracChangeset for help on using the changeset viewer.