vint3creative/widgetify-divi-layouts

View on GitHub

Showing 1 of 15 total issues

Method form has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function form( $instance ) {

        $selected_layout_id = ! empty( $instance['layout_id'] ) ? \sanitize_key( $instance['layout_id'] ) : '';

        $layouts = \get_posts( array(
Severity: Minor
Found in lib/Widgets/Layout.php - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language