Undefined index: php
-
Hi @collins Agbonghama,
I am getting a Undefined index: php error at
if ( $espw_options['php'] ) { // PHP support function exam_plug_text_replace( $text ) { ob_start(); eval( '?>' . $text ); $text = ob_get_contents(); ob_end_clean(); return $text; } add_filter( 'widget_text', 'exam_plug_text_replace' ); }
Could you set an isset condition in the next update or something?
Regards!
- The topic ‘Undefined index: php’ is closed to new replies.