Skip to content

Instantly share code, notes, and snippets.

@rahularyan
Created October 26, 2017 04:56
Show Gist options
  • Save rahularyan/a4017d11b21258f272710eb6bb8f15f0 to your computer and use it in GitHub Desktop.
Save rahularyan/a4017d11b21258f272710eb6bb8f15f0 to your computer and use it in GitHub Desktop.
<?php
// AnsPress upload field.
array(
'label' => __( 'Prove that you are a human', 'anspress-question-answer' ),
'type' => 'captcha',
'order' => 100, // Make sure to keep it at bottom
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment