File manager - Edit - /home/vblioqus/public_html/wp-content/plugins/webp-converter-for-media/src/Plugin/Activation/OutputDirectoryGenerator.php
Back
<?php namespace WebpConverter\Plugin\Activation; /** * Creates /upload-webpc directory for output files. */ class OutputDirectoryGenerator { /** * Creates directory for output images. * * @return void */ public function create_directory_for_uploads_webp() { $path = apply_filters( 'webpc_dir_path', '', 'webp' ); if ( ! file_exists( $path ) && is_writable( dirname( $path ) ) ) { mkdir( $path ); } } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings