Site icon Hip-Hop Website Design and Development

How do take a look at if a submit is a customized submit sort?

I’m on the lookout for a solution to take a look at if a submit is a customized submit sort. For instance, in, say, the sidebar I can put in code like this:

 if ( is_single() ) {
     // Code right here
 }

I would like code testing for less than a customized submit sort.