File manager - Edit - /home/theblueo/www/wp-content/plugins/flamingo/includes/functions.php
Back
<?php function flamingo_plugin_url( $path = '' ) { $url = plugins_url( $path, FLAMINGO_PLUGIN ); if ( is_ssl() && 'http:' == substr( $url, 0, 5 ) ) { $url = 'https:' . substr( $url, 5 ); } return $url; } function flamingo_array_flatten( $input ) { if ( ! is_array( $input ) ) { return array( $input ); } $output = array(); foreach ( $input as $value ) { $output = array_merge( $output, flamingo_array_flatten( $value ) ); } return $output; }
| ver. 1.4 |
Github
|
.
| PHP 7.0.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings