芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/public_html/class.bf1.my/wp-content/plugins/ecwid-shopping-cart/includes/kliken.php
get_starter_site_info(); if ( ! $info || ! isset( $info->customHeaderHtmlCode ) ) {//phpcs:ignore WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase return; } $pattern = '%' . '(\s*' . "
\s*" . ')%s'; $matches = array(); if ( preg_match( $pattern, $info->customHeaderHtmlCode, $matches ) ) {//phpcs:ignore WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase echo $matches[1]; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped } } }//end if