wpcf7_captcha_tmp_url
The Contact Form 7 wpcf7 captcha tmp url function.
Description
wpcf7_captcha_tmp_url();
Usage
if ( !function_exists( 'wpcf7_captcha_tmp_url' ) ) { require_once ABSPATH . PLUGINDIR . 'contact-form-7/modules/really-simple-captcha.php'; } // NOTICE! Understand what this does before running. $result = wpcf7_captcha_tmp_url();
Defined (1)
The function is defined in the following location(s).
- /modules/really-simple-captcha.php
- function wpcf7_captcha_tmp_url() {
- if ( defined( 'WPCF7_CAPTCHA_TMP_URL' ) )
- return WPCF7_CAPTCHA_TMP_URL;
- else
- return wpcf7_upload_dir( 'url' ) . '/wpcf7_captcha';
- }