APF_Demo_PageMetaBox__Normal::do_APF_Demo_PageMetaBox__Normal PHP Method

do_APF_Demo_PageMetaBox__Normal() public method

(optional) Use this method to insert your custom text.
    public function do_APF_Demo_PageMetaBox__Normal()
    {
        ?>
            <p><?php 
        _e('This meta box is placed with the <code>normal</code>context and this text is inserted with the <code>do_{instantiated class name}</code> hook.', 'admin-page-framework-loader');
        ?>
</p>
        <?php 
    }