@@ -8,6 +8,9 @@ |
||
| 8 | 8 | * - wp-content/rest-api-plugins/jetpack-endpoints/ |
| 9 | 9 | */ |
| 10 | 10 | |
| 11 | +/** |
|
| 12 | + * @param string $file_pattern |
|
| 13 | + */ |
|
| 11 | 14 | function wpcom_rest_api_v2_load_plugin_files( $file_pattern ) { |
| 12 | 15 | $plugins = glob( dirname( __FILE__ ) . '/' . $file_pattern ); |
| 13 | 16 | |