This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Gravity Wiz // Gravity Forms // Require Minimum and Maximum Character Limit for Gravity Forms | |
* https://gravitywiz.com/require-minimum-character-limit-gravity-forms/ | |
* | |
* Adds support for requiring a minimum and maximum number of characters for text-based Gravity Form fields. | |
* | |
* Plugin Name: Gravity Forms - Require Minimum and Maximum Character Limit | |
* Plugin URI: https://gravitywiz.com/require-minimum-character-limit-gravity-forms/ | |
* Description: Adds support for requiring a minimum and maximum number of characters for text-based Gravity Form fields. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Customized version of wp_handle_upload that handles the special directory for minagnews | |
function minagnews_handle_upload( &$file, $overrides = false, $time = null, $uploadsDir, $uploadName ) { | |
// The default error handler. | |
if ( ! function_exists( 'wp_handle_upload_error' ) ) { | |
function wp_handle_upload_error( &$file, $message ) { | |
return array( 'error'=>$message ); | |
} | |
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.