Strange Malfunction PHP Code, Not Obvious
-
I’m extending WP_Widget class… everything is going well, except this little snip here seems to be malfunctioning. Can’t for the life of me figure out what is wrong in here –
<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo get_field_name( 'title' ); ?>" type="text" value ="<?php echo esc_attr( 'title' ); ?>" value ="<?php echo esc_attr( 'title' ); ?>" />
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Strange Malfunction PHP Code, Not Obvious’ is closed to new replies.