Quantcast
Channel: Topic Tag: plugin | WordPress.org
Viewing all articles
Browse latest Browse all 26892

agelonwl on "[Plugin: Events Manager] Get function no longer working"

$
0
0

have you tried my suggestion above to check the array content?

$events = EM_Events::get($atts);
print_r( $events );

then add a print_r again after the foreach loop.

foreach($events as $EM_Event){
 print_r( $EM_Event );

Viewing all articles
Browse latest Browse all 26892

Trending Articles