APF_TaxonomyField::do_APF_TaxonomyField PHP Method

do_APF_TaxonomyField() public method

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