🥹Trả về một mảng tên tệp hoặc thư mục khớp với mẫu đã chỉ định (ok)
https://www.w3schools.com/php/func_filesystem_glob.asp
// Include the dependencies needed to instantiate the plugin.
foreach ( glob( plugin_dir_path( __FILE__ ) . 'admin/*.php' ) as $file ) {
include_once $file;
}aaaaaaa
PreviousRemove duplicates from a 2-dimensional array by duplicate value keeping the last element intact (ok)NextWhen to use DIRECTORY_SEPARATOR in PHP code path (ok)
Last updated