[Plugin: Events Manager] Custom Placeholder
-
Trying to make #_CATLINKS as a placeholder using the below in em-event.php
case '#_CATLINKS': ob_start(); $template = em_locate_template('placeholders/catlinks.php', true, array('EM_Event'=>$this)); $replace = ob_get_clean(); break;
This isn’t working though. It doesn’t recognize #_CATLINKS What am I missing? catlinks.php is in my plugin dir correctly.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Events Manager] Custom Placeholder’ is closed to new replies.