| @@ -328,8 +328,9 @@ | ||
| 328 | 328 | * @return string|null |
| 329 | 329 | */ |
| 330 | 330 | private static final function determine_date_format( $value, $type ) { |
| 331 | 331 | if ( version_compare( phpversion(), '5.3.0', '<' ) ) { |
| 332 | + do_action( 'themeisle_log_event', Visualizer_Plugin::NAME, sprintf( 'PHP version %s not supported', phpversion() ), 'error', __FILE__, __LINE__ ); | |
| 332 | 333 | return null; |
| 333 | 334 | } |
| 334 | 335 | |
| 335 | 336 | $formats = array( |