Skip to:
Content

BuddyPress.org

Changeset 9979


Ignore:
Timestamp:
06/29/2015 09:42:38 PM (9 years ago)
Author:
boonebgorges
Message:

Introduce bp_blogs_recorded_existing_blogs action.

See #6540.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/bp-blogs-functions.php

    r9839 r9979  
    145145    }
    146146
     147    /**
     148     * Fires after the BP blogs tables have been populated with existing blogs.
     149     *
     150     * @since BuddyPress (2.4.0)
     151     */
     152    do_action( 'bp_blogs_recorded_existing_blogs' );
     153
    147154    // No errors
    148155    return true;
Note: See TracChangeset for help on using the changeset viewer.