Skip to content

Instantly share code, notes, and snippets.

View N-Molham's full-sized avatar
🇦🇮

Nabeel Molham N-Molham

🇦🇮
View GitHub Profile
<?php
function my_condition( $original )
{
if ( is_numeric( $original ) )
$original = absint( trim( $original ) ) >= 2016 ? 'new' : 'used';
$makes = array(
'cons' => 'Used',
'used' => 'Used',