-
Notifications
You must be signed in to change notification settings - Fork 20
friends_migrations_debug
github-actions[bot] edited this page Dec 11, 2025
·
2 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'] )