🥹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
C:\xampp82\htdocs\wp3\wp-content\plugins\custom-admin-settings\custom-admin-settings.php
// Include the dependencies needed to instantiate the plugin.
foreach ( glob( plugin_dir_path( __FILE__ ) . 'admin/*.php' ) as $file ) {
include_once $file;
}
C:\xampp82\htdocs\wp3\wp-content\plugins\custom-admin-settings\admin\test.php
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
Was this helpful?