1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-24 16:31:48 +02:00

FAQ plugin - add shortcode for ID

This commit is contained in:
Jimako
2021-11-07 12:22:12 +01:00
committed by GitHub
parent 35808e5eb9
commit 88cda1fac6

View File

@@ -432,4 +432,9 @@ class faqs_shortcodes extends e_shortcode
}
function sc_faq_id($parm=null)
{
return $this->var['faq_id'];
}
}