芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/ithemes-security-pro/lib/updater/information.php
Unable to get changelog data at this time.
%1$s (%2$s)
', 'it-l10n-ithemes-security-pro' ), esc_html( $changelog->get_error_message() ), esc_html( $changelog->get_error_code() ) ); } $info = array( 'name' => esc_html( Ithemes_Updater_Functions::get_package_name( $package['package'] ) ), 'slug' => dirname( $path ), 'version' => isset( $package['available'] ) ? $package['available'] : '', 'author' => '
SolidWP
', 'download_link' => isset( $package['package-url'] ) ? $package['package-url'] : '', 'sections' => array( 'changelog' => $changelog, ), ); return (object) $info; } }