__( 'Scheduled Action Columns', 'woocommerce' ) . '' .
'
' .
sprintf( '- %1$s: %2$s
', __( 'Hook', 'woocommerce' ), __( 'Name of the action hook that will be triggered.', 'woocommerce' ) ) .
sprintf( '- %1$s: %2$s
', __( 'Status', 'woocommerce' ), __( 'Action statuses are Pending, Complete, Canceled, Failed', 'woocommerce' ) ) .
sprintf( '- %1$s: %2$s
', __( 'Arguments', 'woocommerce' ), __( 'Optional data array passed to the action hook.', 'woocommerce' ) ) .
sprintf( '- %1$s: %2$s
', __( 'Group', 'woocommerce' ), __( 'Optional action group.', 'woocommerce' ) ) .
sprintf( '- %1$s: %2$s
', __( 'Recurrence', 'woocommerce' ), __( 'The action\'s schedule frequency.', 'woocommerce' ) ) .
sprintf( '- %1$s: %2$s
', __( 'Scheduled', 'woocommerce' ), __( 'The date/time the action is/was scheduled to run.', 'woocommerce' ) ) .
sprintf( '- %1$s: %2$s
', __( 'Log', 'woocommerce' ), __( 'Activity log for the action.', 'woocommerce' ) ) .
'
',
)
);
}
}