🥹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

Last updated