custom Bump Ads
Hi Roi Dayan
i want add one function, this user registion can bump free ads limited by admin option.
if user have been limite times bump. System alert mess and redirect Charge bump ads
the same code
function checkClickUpdateBtn($post_id)
{
$meta = get_post_meta( $post_id, KEY_FOR_CHECK_TIMES, TRUE );
if (intval($meta) >
2)
return FALSE;
else
return $meta;
}
Can you help me config this!