Next Meeting

PHP plugins and common fields test with both Block Editor and Classical Editors.

====================================
Using “PHP Code For Posts” plugin
Works for Classical and Block Editor

Meeting Info

[php snippet=1]

====================================

Using “Insert PHP Code Snippet” plugin
Works for Classical and Block Editor

[xyz-ips snippet=”meeting-info”]

====================================

Using “PHP Everywhere” plugin
Works only for Classical Editor
Block Editor comments this out

“;
echo get_post_meta(get_the_ID(),’WINSIG_meeting_time’,true);
echo “
“;
echo get_post_meta(get_the_ID(),’WINSIG_meeting_building’,true);
echo “
“;
echo get_post_meta(get_the_ID(),’WINSIG_meeting_room’,true);
echo “
“;
echo get_post_meta(get_the_ID(),’WINSIG_meeting_alert’,true);
echo “
“;
?>

====================================

Loading