I just tried using your plugin with a few themes that were not built with Foundation and I tried to use the plugin in a few test posts as well.
When I switch themes I get the following:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; tinymce_templates has a deprecated constructor in /Applications/MAMP/htdocs/forge/wp-content/plugins/fp-foundation-assistant/includes/class-fp-foundation-assistant-tinymce.php on line 13
Warning: Cannot modify header information – headers already sent by (output started at /Applications/MAMP/htdocs/forge/wp-content/plugins/fp-foundation-assistant/includes/class-fp-foundation-assistant-tinymce.php:13) in /Applications/MAMP/htdocs/forge/wp-includes/pluggable.php on line 1174
and when I try to publish a post or update a post I get the following:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; tinymce_templates has a deprecated constructor in /Applications/MAMP/htdocs/forge/wp-content/plugins/fp-foundation-assistant/includes/class-fp-foundation-assistant-tinymce.php on line 13
Warning: Cannot modify header information – headers already sent by (output started at /Applications/MAMP/htdocs/forge/wp-content/plugins/fp-foundation-assistant/includes/class-fp-foundation-assistant-tinymce.php:13) in /Applications/MAMP/htdocs/forge/wp-admin/post.php on line 197
Warning: Cannot modify header information – headers already sent by (output started at /Applications/MAMP/htdocs/forge/wp-content/plugins/fp-foundation-assistant/includes/class-fp-foundation-assistant-tinymce.php:13) in /Applications/MAMP/htdocs/forge/wp-includes/pluggable.php on line 1174
I also get this in the debug bar:
WARNING: wp-admin/admin-header.php:9 – Cannot modify header information – headers already sent by (output started at /Applications/MAMP/htdocs/forge/wp-content/plugins/fp-foundation-assistant/includes/class-fp-foundation-assistant-tinymce.php:13)
require_once(‘wp-admin/admin-header.php’), header
Just a little info I thought you would like to know.