Php7 Compatibility
-
Hello,
Please modify this code for Php7 Compatibility:
line 1455:
add_action( ‘widgets_init’, create_function( ”, ‘register_widget( “Cnss_Widget” );’ ) );
to
add_action( ‘widgets_init’, function() {register_widget( “Cnss_Widget” );});Thanks ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Php7 Compatibility’ is closed to new replies.