• Hi,

    Thank you very much for th great plugin.

    I tried it and my only question is, that how can I add also shortcodes into the visible / hidden part of the plugin?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gabriel Serafini

    (@gserafini)

    The plugin supports embedded shortcodes. How are you trying to use it that’s not working?

    Plugin Author Gabriel Serafini

    (@gserafini)

    	if ($now_timestamp >= $start_timestamp && $now_timestamp < $end_timestamp) {
    		return do_shortcode($content);
    	}
    	else {
    		return do_shortcode($message);
    	}
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcode content’ is closed to new replies.