A: 

The command is looking for files in the directory that where somehow modified in the last day and deletes them.

If you just want to delete everything in the directory you could just use a:

rm -f /public_html/uploads/*

As the cron job command

Qri