WordPress_Example {
/**
* This function is about WordPress.
*/
public function explain() {
echo 'This is an explanation
about WordPress.';
}
}
]]>
Wordpress_Example {
/**
* This function is about Wordpress.
*/
public function explain() {
echo 'This is an explanation
about wordpress.';
}
}
]]>