WP-Magic-Widgets
WP-Magic-Widgets copied to clipboard
Creates widgets for wp_head, wp_footer, admin_head and admin_footer.
Results
2
WP-Magic-Widgets issues
Sort by
recently updated
recently updated
newest added
[This part](https://github.com/toscho/WP-Magic-Widgets/blob/1da403eb51e9c08d7bd4738e501914ac5edda6c6/class.Unfiltered_Text_Widget.php#L46) in `Unfiltered_Text_Widget::widget()` returns too early: ``` php if ( empty ( $instance[ 'visibility' ] ) ) { print $instance[ 'text' ]; return; } ``` The action `tmw_after_show_widget` is...
Bug