Do I really need to change all my shortcodes?
-
What does no longer support mean exactly? Will all my content displaying with my shortcodes no longer work if I update to the newest version? I have these shortcodes on thousands of pages that display ancestry charts.
[insert_php] // Will need to include file path if this file lives in a different directory require 'Ancestry.php'; echo Ancestry::getById(16)->view(); [/insert_php]
Do I need to create each shortcode then edit the thousands of pages to this
[wbcr_php_snippet id = "000"]
I really don’t want to do all this work because the current solution works. Please explain what exactly
PHP code snippets (Insert PHP): Attention! This new 2.0 plugin version, we added the ability to insert php code using snippets. This is a more convenient and secure way than using shortcodes [insert_php] code execute [/ insert_php]. However, for compatibility reasons, we left support for [insert_php] shortcodes, but we will depreciate them in the next versions of the plugin.
means in simple terms.
- The topic ‘Do I really need to change all my shortcodes?’ is closed to new replies.