• Resolved moisescalzo

    (@moisescalzo)


    Hello,
    just report a bug found on em-events.php line 36…on calling static methos EM_Events::get and passing an array of selected events the rusult is null because on this foreach:

    foreach ( $results as $result ) {
    				echo '<pre>'; print_r($result); echo '</pre>';
    				$events[ $result['event_id'] ] = new EM_Event( $result );
    			}

    thank you
    Moise

    https://ww.wp.xz.cn/plugins/events-manager/

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘em-events.php bug report’ is closed to new replies.