=' ) ) { add_action( 'comment_form_after_fields', 'bc_big_small_comment_after', 1 ); add_action( 'comment_form_logged_in_after', 'bc_big_small_comment_after', 1 ); } add_filter( 'preprocess_comment', 'bc_big_small_comment_post' ); function bc_big_small_comment_after(){ $bc_big_small_number_rand=array_rand(range(1, 99),3); shuffle($bc_big_small_number_rand); $bc_big_small_sort_var=$bc_big_small_number_rand; //$bc_big_small_value_display = preg_split('/\s+/', $bc_big_small_number_rand); $bc_big_small_value_display=implode("--",$bc_big_small_number_rand); //if random selected, we have to do random $bc_big_small_location_value=rand(1,2); //Checking for Increasing or Decreasing order if($bc_big_small_location_value==1){ $bc_big_small_sort_var_max=max($bc_big_small_sort_var); $bc_big_small_value_passing=$bc_big_small_sort_var_max; echo "
"; } else { $bc_big_small_sort_var_min=min($bc_big_small_sort_var); $bc_big_small_value_passing=$bc_big_small_sort_var_min; echo "
"; } $bc_captcha_image_value=rand(1,4); echo " "; echo ""; ?>