Current File : /home/n742ef5/royalanteam.com/wp-content/plugins/myhome-core/config/fieldable.php
<?php



add_filter('tdf/fieldable/postTypes', static function ($postTypes) {
    $postTypes[] = tdf_model_post_type();

    return $postTypes;
});