Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

add_to_meta

This function will add the $addition argument to the existing $name meta tag's content.

add_to_meta

Quote

add_to_meta ( string $name, string $addition )


Example add to meta description
Code
<?php
add_to_meta("description", "Here is some more description.")
?>


Example add to meta keywords
Code
<?php
add_to_meta("keywords", "apple, banana, orange, fruit");
?>



Changelog
7.00.00 - Function added to PHPFusion