This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class Foo { | |
function echo_classes() { | |
echo __CLASS__; | |
echo get_class(); | |
echo get_class($this); | |
echo get_called_class(); | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Theme Name: FavePersonal Child | |
Theme URI: http://example.com/ | |
Description: Child theme for the FavePersonal Theme | |
Author: Your name here | |
Author URI: http://example.com/about/ | |
Template: favepersonal | |
Version: 1.0 | |
*/ |
NewerOlder