芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/www/class.bf1.my/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits/Assets.php
jsPreloadImports( $asset ); $this->loadCss( $asset ); $this->enqueueJs( $asset, $dependencies, $data, $objectName ); } /** * Filter the script loader tag if this is our script. * * @since 4.1.9 * * @param string $tag The tag that is going to be output. * @param string $handle The handle for the script. * @return string The modified tag. */ public function scriptLoaderTag( $tag, $handle = '', $src = '' ) { if ( $this->skipModuleTag( $handle ) ) { return $tag; } $tag = str_replace( $src, $this->normalizeAssetsHost( $src ), $tag ); // Remove the type and re-add it as module. $tag = preg_replace( '/type=[\'"].*?[\'"]/', '', $tag ); $tag = preg_replace( '/