Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/18/2015 10:02:56 PM (10 years ago)
Author:
djpaul
Message:

Core: New action hooks for post type registration

This will initially be used for #6592

File:
1 edited

Legend:

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

    r10356 r10413  
    6666 */
    6767add_action( 'bp_init', 'bp_core_set_uri_globals',    2  );
     68add_action( 'bp_init', 'bp_register_post_types',     3  );
    6869add_action( 'bp_init', 'bp_register_taxonomies',     3  );
    6970add_action( 'bp_init', 'bp_setup_globals',           4  );
Note: See TracChangeset for help on using the changeset viewer.