-
Notifications
You must be signed in to change notification settings - Fork 19
friends_migrations_debug
github-actions[bot] edited this page Mar 4, 2026
·
3 revisions
Hook to add debug information to the migrations page. Used by friends-debugger to show detailed migration diagnostics.
add_action(
'friends_migrations_debug',
function( array $statuses ) {
// Your code here.
}
);-
array$statusesAll migration statuses.
do_action( 'friends_migrations_debug', $args['statuses'] )