bp_updated_to_12_0

bp_updated_to_12_0

Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.3.3

do_action('bp_updated_to_12_0') is found 1 times:

  • /bp-core/bp-core-update.php line 942
    938
    939
    940
    941
    942
    943
    944
    945
    946
    947
    948
         * Fires once BuddyPress achieved 12.0 upgrading tasks.
         *
         * @since 12.0.0
         */
        do_action( 'bp_updated_to_12_0' );
    }
     
    /**
     * 14.0.0 update routine.
     *
     * Edit db schema to stop using boolean fields in favor of tinyint ones.