1. Lấy nội dung ghi chú ở file (ok)

/**
* Version: 1.3.4
* Author: Themify
*/Previous======== Start Nghiên cứu plugin Themify-wc-product-filter ======Next2. Khởi chạy class public (ok)
Last updated

/**
* Version: 1.3.4
* Author: Themify
*/Last updated
<?php
$path = get_theme_file_path() . '/example-file.php';
$plugin_data = get_file_data($path, array('ver' => 'Version'));
echo '<pre>';
var_export($plugin_data);
echo '</pre>';
?>