IELTS
2006 – Quốc Học – IELTS 8.0
default:
› throw new NotReadableException("Image source not readable");
› }
}
{
› {
› return $this->decoder->init($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-LE-NGOC-THANH-MAI-2006-IELTS-80.jpg"
}
}
{
› {
› return $this->createDriver()->init($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-LE-NGOC-THANH-MAI-2006-IELTS-80.jpg"
}
}
{
› {
› return self::getManager()->make($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-LE-NGOC-THANH-MAI-2006-IELTS-80.jpg"
}
}
{
› }\r
› $image = Image::make($srcPath);\r
› if ($maxWidth !== 0 || $maxHeight !== 0) {\r
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-LE-NGOC-THANH-MAI-2006-IELTS-80.jpg"
}
}
{
› if (!file_exists($filepath)) {\r
› \tresizeImage($attachment_realpath, $filepath, $width, $height, $extension);\r
› \t// Bổ sung vào metadata để sau này khi user xóa ảnh thì xóa luôn cả ảnh resize\r
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-LE-NGOC-THANH-MAI-2006-IELTS-80.jpg"
: "/home/mtecengl/public_html/wp-content/uploads/202210191125-LE-NGOC-THANH-MAI-2006-IELTS-80-215x215.jpg"
: 215
: 215
: "jpg"
}
}
{
› <div class="--media">\r
› <img src="<?php echo getImageUrlById($item['__img'],215,215) ?>" alt="<?php echo $item['__name']?>">\r
› </div>\r
: {
: "822"
: 215
: 215
}
}
{
› } else {
› \trequire $_template_file;
› }
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/views/4__student.php"
}
}
{
› if ( $load && '' !== $located ) {
› \tload_template( $located, $load_once, $args );
› }
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/views/4__student.php"
: false
: []
}
}
{
›
› if ( ! locate_template( $templates, true, false, $args ) ) {
› \treturn false;
: {
: array:1 [ …1]
: true
: false
: []
}
}
{
› get_template_part('views/3__edu_program');\r
› get_template_part('views/4__student');\r
› get_template_part('views/5__comment');\r
: {
: "views/4__student"
}
}
{
› /** @noinspection PhpIncludeInspection */
› include $this->getFilepath();
› return ob_get_clean();
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/layouts/app.php"
}
}
{
›
› \treturn $view->render();
› }
}
{
› function layout_content() {
› \techo \WPEmerge\View\PhpView::getLayoutContent();
› }
}
{
› <div id="main_content">\r
› <?php WPEmerge\layout_content(); ?>\r
› </div>\r
}
{
› /** @noinspection PhpIncludeInspection */
› include $this->getFilepath();
› return ob_get_clean();
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/layouts/app.php"
}
}
{
›
› \treturn $view->render();
› }
}
{
›
› \treturn static::getLayoutContent();
› }
}
{
› if ( $this->getLayout() !== null ) {
› \treturn $this->getLayout()->toString();
› }
}
{
› \t\t->withHeader( 'Content-Type', 'text/html' )
› \t\t->withBody( Psr7\stream_for( $this->toString() ) );
› }
}
{
› return Response::view( $view )
› \t->toResponse()
› \t->withStatus( http_response_code() );
}
{}
{
›
› \treturn call_user_func_array( [$instance, $method], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
›
› \treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
› \t$request = array_shift( $arguments );
› \treturn call_user_func( [$route, 'handle'], $request, $arguments );
› };
: {
: array:2 [ …2]
: {
Request {#1081 …}
array:1 [ …1]
}
}
}
{}
{
› if ( $this->handler instanceof Closure ) {
› \treturn call_user_func_array( $this->handler, $arguments );
› }
: {
: Closure {#2008 …}
: array:2 [ …2]
}
}
{}
{
› public function execute() {
› \t$response = call_user_func_array( [$this->handler, 'execute'], func_get_args() );
› \t$response = $this->getResponse( $response );
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
› return $this->executeMiddleware( $this->middleware, $request, function () use ( $arguments ) {
› \treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› } );
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› if ( $top_middleware === null ) {
› \treturn $next( $request );
› }
: {
Request {#1081 …}
}
}
{
› $top_middleware_next = function ( $request ) use ( $middleware, $next ) {
› \treturn $this->executeMiddleware( $middleware, $request, $next );
› };
: {
: []
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
›
› \treturn $next( $request );
› }
: {
Request {#1081 …}
}
}
{}
{
›
› \treturn call_user_func_array( [$instance, 'handle'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› $top_middleware_next = function ( $request ) use ( $middleware, $next ) {
› \treturn $this->executeMiddleware( $middleware, $request, $next );
› };
: {
: []
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
› public function handle( RequestInterface $request, Closure $next ) {
› \t$response = $next( $request );
›
: {
Request {#1081 …}
}
}
{}
{
›
› \treturn call_user_func_array( [$instance, 'handle'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› \t\treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› \t} );
› }
: {
: array:1 [ …1]
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
› \t\t->to( $handler )
› \t\t->run( $request, array_merge( [$request], $arguments ) );
› } catch ( Exception $exception ) {
: {
: Request {#1081 …}
: array:2 [ …2]
}
}
{
›
› $response = $this->run( $request, $route->getMiddleware(), $handler, $arguments );
›
: {
: Request {#1081 …}
: array:2 [ …2]
: Closure {#2008 …}
: array:1 [ …1]
}
}
{
›
› $response = $this->handle( $this->request, [$view] );
›
: {
: Request {#1081 …}
: array:1 [ …1]
}
}
{
› } elseif ( $the_['accepted_args'] >= $num_args ) {
› \t$value = call_user_func_array( $the_['function'], $args );
› } else {
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
}
}
{
›
› $filtered = $wp_filter[ $hook_name ]->apply_filters( $value, $args );
›
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
: array:1 [ …1]
}
}
{
› */
› $template = apply_filters( 'template_include', $template );
› if ( $template ) {
: {
: "template_include"
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
}
}
{
› // Load the theme template.
› require_once ABSPATH . WPINC . '/template-loader.php';
›
: {
"/home/mtecengl/public_html/wp-includes/template-loader.php"
}
}
{
› /** Loads the WordPress Environment and Template */
› require __DIR__ . '/wp-blog-header.php';
›
: {
"/home/mtecengl/public_html/wp-blog-header.php"
}
}
}
}
https://mtecenglishcenter.edu.vn/wp-content/uploads/202210191125-LE-NGOC-THANH-MAI-2006-IELTS-80-215x215.jpg" alt="LÊ NGỌC THANH MAI">
IELTS
2006 – Quốc Học – IELTS 8.0
default:
› throw new NotReadableException("Image source not readable");
› }
}
{
› {
› return $this->decoder->init($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Truong-Van-Hoang-Nguyen-2006.jpeg"
}
}
{
› {
› return $this->createDriver()->init($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Truong-Van-Hoang-Nguyen-2006.jpeg"
}
}
{
› {
› return self::getManager()->make($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Truong-Van-Hoang-Nguyen-2006.jpeg"
}
}
{
› }\r
› $image = Image::make($srcPath);\r
› if ($maxWidth !== 0 || $maxHeight !== 0) {\r
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Truong-Van-Hoang-Nguyen-2006.jpeg"
}
}
{
› if (!file_exists($filepath)) {\r
› \tresizeImage($attachment_realpath, $filepath, $width, $height, $extension);\r
› \t// Bổ sung vào metadata để sau này khi user xóa ảnh thì xóa luôn cả ảnh resize\r
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Truong-Van-Hoang-Nguyen-2006.jpeg"
: "/home/mtecengl/public_html/wp-content/uploads/202210191125-IELTS-80-Truong-Van-Hoang-Nguyen-2006-215x215.jpeg"
: 215
: 215
: "jpeg"
}
}
{
› <div class="--media">\r
› <img src="<?php echo getImageUrlById($item['__img'],215,215) ?>" alt="<?php echo $item['__name']?>">\r
› </div>\r
: {
: "817"
: 215
: 215
}
}
{
› } else {
› \trequire $_template_file;
› }
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/views/4__student.php"
}
}
{
› if ( $load && '' !== $located ) {
› \tload_template( $located, $load_once, $args );
› }
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/views/4__student.php"
: false
: []
}
}
{
›
› if ( ! locate_template( $templates, true, false, $args ) ) {
› \treturn false;
: {
: array:1 [ …1]
: true
: false
: []
}
}
{
› get_template_part('views/3__edu_program');\r
› get_template_part('views/4__student');\r
› get_template_part('views/5__comment');\r
: {
: "views/4__student"
}
}
{
› /** @noinspection PhpIncludeInspection */
› include $this->getFilepath();
› return ob_get_clean();
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/layouts/app.php"
}
}
{
›
› \treturn $view->render();
› }
}
{
› function layout_content() {
› \techo \WPEmerge\View\PhpView::getLayoutContent();
› }
}
{
› <div id="main_content">\r
› <?php WPEmerge\layout_content(); ?>\r
› </div>\r
}
{
› /** @noinspection PhpIncludeInspection */
› include $this->getFilepath();
› return ob_get_clean();
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/layouts/app.php"
}
}
{
›
› \treturn $view->render();
› }
}
{
›
› \treturn static::getLayoutContent();
› }
}
{
› if ( $this->getLayout() !== null ) {
› \treturn $this->getLayout()->toString();
› }
}
{
› \t\t->withHeader( 'Content-Type', 'text/html' )
› \t\t->withBody( Psr7\stream_for( $this->toString() ) );
› }
}
{
› return Response::view( $view )
› \t->toResponse()
› \t->withStatus( http_response_code() );
}
{}
{
›
› \treturn call_user_func_array( [$instance, $method], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
›
› \treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
› \t$request = array_shift( $arguments );
› \treturn call_user_func( [$route, 'handle'], $request, $arguments );
› };
: {
: array:2 [ …2]
: {
Request {#1081 …}
array:1 [ …1]
}
}
}
{}
{
› if ( $this->handler instanceof Closure ) {
› \treturn call_user_func_array( $this->handler, $arguments );
› }
: {
: Closure {#2008 …}
: array:2 [ …2]
}
}
{}
{
› public function execute() {
› \t$response = call_user_func_array( [$this->handler, 'execute'], func_get_args() );
› \t$response = $this->getResponse( $response );
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
› return $this->executeMiddleware( $this->middleware, $request, function () use ( $arguments ) {
› \treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› } );
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› if ( $top_middleware === null ) {
› \treturn $next( $request );
› }
: {
Request {#1081 …}
}
}
{
› $top_middleware_next = function ( $request ) use ( $middleware, $next ) {
› \treturn $this->executeMiddleware( $middleware, $request, $next );
› };
: {
: []
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
›
› \treturn $next( $request );
› }
: {
Request {#1081 …}
}
}
{}
{
›
› \treturn call_user_func_array( [$instance, 'handle'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› $top_middleware_next = function ( $request ) use ( $middleware, $next ) {
› \treturn $this->executeMiddleware( $middleware, $request, $next );
› };
: {
: []
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
› public function handle( RequestInterface $request, Closure $next ) {
› \t$response = $next( $request );
›
: {
Request {#1081 …}
}
}
{}
{
›
› \treturn call_user_func_array( [$instance, 'handle'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› \t\treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› \t} );
› }
: {
: array:1 [ …1]
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
› \t\t->to( $handler )
› \t\t->run( $request, array_merge( [$request], $arguments ) );
› } catch ( Exception $exception ) {
: {
: Request {#1081 …}
: array:2 [ …2]
}
}
{
›
› $response = $this->run( $request, $route->getMiddleware(), $handler, $arguments );
›
: {
: Request {#1081 …}
: array:2 [ …2]
: Closure {#2008 …}
: array:1 [ …1]
}
}
{
›
› $response = $this->handle( $this->request, [$view] );
›
: {
: Request {#1081 …}
: array:1 [ …1]
}
}
{
› } elseif ( $the_['accepted_args'] >= $num_args ) {
› \t$value = call_user_func_array( $the_['function'], $args );
› } else {
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
}
}
{
›
› $filtered = $wp_filter[ $hook_name ]->apply_filters( $value, $args );
›
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
: array:1 [ …1]
}
}
{
› */
› $template = apply_filters( 'template_include', $template );
› if ( $template ) {
: {
: "template_include"
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
}
}
{
› // Load the theme template.
› require_once ABSPATH . WPINC . '/template-loader.php';
›
: {
"/home/mtecengl/public_html/wp-includes/template-loader.php"
}
}
{
› /** Loads the WordPress Environment and Template */
› require __DIR__ . '/wp-blog-header.php';
›
: {
"/home/mtecengl/public_html/wp-blog-header.php"
}
}
}
}
https://mtecenglishcenter.edu.vn/wp-content/uploads/202210191125-IELTS-80-Truong-Van-Hoang-Nguyen-2006-215x215.jpeg" alt="TRƯƠNG VĂN HOÀNG NGUYÊN">
IELTS
2006 – Quốc Học – IELTS 8.0
default:
› throw new NotReadableException("Image source not readable");
› }
}
{
› {
› return $this->decoder->init($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Ton-That-Minh-Dang-2005.jpeg"
}
}
{
› {
› return $this->createDriver()->init($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Ton-That-Minh-Dang-2005.jpeg"
}
}
{
› {
› return self::getManager()->make($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Ton-That-Minh-Dang-2005.jpeg"
}
}
{
› }\r
› $image = Image::make($srcPath);\r
› if ($maxWidth !== 0 || $maxHeight !== 0) {\r
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Ton-That-Minh-Dang-2005.jpeg"
}
}
{
› if (!file_exists($filepath)) {\r
› \tresizeImage($attachment_realpath, $filepath, $width, $height, $extension);\r
› \t// Bổ sung vào metadata để sau này khi user xóa ảnh thì xóa luôn cả ảnh resize\r
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Ton-That-Minh-Dang-2005.jpeg"
: "/home/mtecengl/public_html/wp-content/uploads/202210191125-IELTS-80-Ton-That-Minh-Dang-2005-215x215.jpeg"
: 215
: 215
: "jpeg"
}
}
{
› <div class="--media">\r
› <img src="<?php echo getImageUrlById($item['__img'],215,215) ?>" alt="<?php echo $item['__name']?>">\r
› </div>\r
: {
: "814"
: 215
: 215
}
}
{
› } else {
› \trequire $_template_file;
› }
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/views/4__student.php"
}
}
{
› if ( $load && '' !== $located ) {
› \tload_template( $located, $load_once, $args );
› }
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/views/4__student.php"
: false
: []
}
}
{
›
› if ( ! locate_template( $templates, true, false, $args ) ) {
› \treturn false;
: {
: array:1 [ …1]
: true
: false
: []
}
}
{
› get_template_part('views/3__edu_program');\r
› get_template_part('views/4__student');\r
› get_template_part('views/5__comment');\r
: {
: "views/4__student"
}
}
{
› /** @noinspection PhpIncludeInspection */
› include $this->getFilepath();
› return ob_get_clean();
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/layouts/app.php"
}
}
{
›
› \treturn $view->render();
› }
}
{
› function layout_content() {
› \techo \WPEmerge\View\PhpView::getLayoutContent();
› }
}
{
› <div id="main_content">\r
› <?php WPEmerge\layout_content(); ?>\r
› </div>\r
}
{
› /** @noinspection PhpIncludeInspection */
› include $this->getFilepath();
› return ob_get_clean();
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/layouts/app.php"
}
}
{
›
› \treturn $view->render();
› }
}
{
›
› \treturn static::getLayoutContent();
› }
}
{
› if ( $this->getLayout() !== null ) {
› \treturn $this->getLayout()->toString();
› }
}
{
› \t\t->withHeader( 'Content-Type', 'text/html' )
› \t\t->withBody( Psr7\stream_for( $this->toString() ) );
› }
}
{
› return Response::view( $view )
› \t->toResponse()
› \t->withStatus( http_response_code() );
}
{}
{
›
› \treturn call_user_func_array( [$instance, $method], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
›
› \treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
› \t$request = array_shift( $arguments );
› \treturn call_user_func( [$route, 'handle'], $request, $arguments );
› };
: {
: array:2 [ …2]
: {
Request {#1081 …}
array:1 [ …1]
}
}
}
{}
{
› if ( $this->handler instanceof Closure ) {
› \treturn call_user_func_array( $this->handler, $arguments );
› }
: {
: Closure {#2008 …}
: array:2 [ …2]
}
}
{}
{
› public function execute() {
› \t$response = call_user_func_array( [$this->handler, 'execute'], func_get_args() );
› \t$response = $this->getResponse( $response );
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
› return $this->executeMiddleware( $this->middleware, $request, function () use ( $arguments ) {
› \treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› } );
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› if ( $top_middleware === null ) {
› \treturn $next( $request );
› }
: {
Request {#1081 …}
}
}
{
› $top_middleware_next = function ( $request ) use ( $middleware, $next ) {
› \treturn $this->executeMiddleware( $middleware, $request, $next );
› };
: {
: []
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
›
› \treturn $next( $request );
› }
: {
Request {#1081 …}
}
}
{}
{
›
› \treturn call_user_func_array( [$instance, 'handle'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› $top_middleware_next = function ( $request ) use ( $middleware, $next ) {
› \treturn $this->executeMiddleware( $middleware, $request, $next );
› };
: {
: []
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
› public function handle( RequestInterface $request, Closure $next ) {
› \t$response = $next( $request );
›
: {
Request {#1081 …}
}
}
{}
{
›
› \treturn call_user_func_array( [$instance, 'handle'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› \t\treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› \t} );
› }
: {
: array:1 [ …1]
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
› \t\t->to( $handler )
› \t\t->run( $request, array_merge( [$request], $arguments ) );
› } catch ( Exception $exception ) {
: {
: Request {#1081 …}
: array:2 [ …2]
}
}
{
›
› $response = $this->run( $request, $route->getMiddleware(), $handler, $arguments );
›
: {
: Request {#1081 …}
: array:2 [ …2]
: Closure {#2008 …}
: array:1 [ …1]
}
}
{
›
› $response = $this->handle( $this->request, [$view] );
›
: {
: Request {#1081 …}
: array:1 [ …1]
}
}
{
› } elseif ( $the_['accepted_args'] >= $num_args ) {
› \t$value = call_user_func_array( $the_['function'], $args );
› } else {
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
}
}
{
›
› $filtered = $wp_filter[ $hook_name ]->apply_filters( $value, $args );
›
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
: array:1 [ …1]
}
}
{
› */
› $template = apply_filters( 'template_include', $template );
› if ( $template ) {
: {
: "template_include"
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
}
}
{
› // Load the theme template.
› require_once ABSPATH . WPINC . '/template-loader.php';
›
: {
"/home/mtecengl/public_html/wp-includes/template-loader.php"
}
}
{
› /** Loads the WordPress Environment and Template */
› require __DIR__ . '/wp-blog-header.php';
›
: {
"/home/mtecengl/public_html/wp-blog-header.php"
}
}
}
}
https://mtecenglishcenter.edu.vn/wp-content/uploads/202210191125-IELTS-80-Ton-That-Minh-Dang-2005-215x215.jpeg" alt="TÔN THẤT MINH ĐĂNG">
IELTS
2005 – Quốc Học – IELTS 8.0
default:
› throw new NotReadableException("Image source not readable");
› }
}
{
› {
› return $this->decoder->init($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Pham-Minh-Thu-2004.jpeg"
}
}
{
› {
› return $this->createDriver()->init($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Pham-Minh-Thu-2004.jpeg"
}
}
{
› {
› return self::getManager()->make($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Pham-Minh-Thu-2004.jpeg"
}
}
{
› }\r
› $image = Image::make($srcPath);\r
› if ($maxWidth !== 0 || $maxHeight !== 0) {\r
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Pham-Minh-Thu-2004.jpeg"
}
}
{
› if (!file_exists($filepath)) {\r
› \tresizeImage($attachment_realpath, $filepath, $width, $height, $extension);\r
› \t// Bổ sung vào metadata để sau này khi user xóa ảnh thì xóa luôn cả ảnh resize\r
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Pham-Minh-Thu-2004.jpeg"
: "/home/mtecengl/public_html/wp-content/uploads/202210191125-IELTS-80-Pham-Minh-Thu-2004-215x215.jpeg"
: 215
: 215
: "jpeg"
}
}
{
› <div class="--media">\r
› <img src="<?php echo getImageUrlById($item['__img'],215,215) ?>" alt="<?php echo $item['__name']?>">\r
› </div>\r
: {
: "811"
: 215
: 215
}
}
{
› } else {
› \trequire $_template_file;
› }
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/views/4__student.php"
}
}
{
› if ( $load && '' !== $located ) {
› \tload_template( $located, $load_once, $args );
› }
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/views/4__student.php"
: false
: []
}
}
{
›
› if ( ! locate_template( $templates, true, false, $args ) ) {
› \treturn false;
: {
: array:1 [ …1]
: true
: false
: []
}
}
{
› get_template_part('views/3__edu_program');\r
› get_template_part('views/4__student');\r
› get_template_part('views/5__comment');\r
: {
: "views/4__student"
}
}
{
› /** @noinspection PhpIncludeInspection */
› include $this->getFilepath();
› return ob_get_clean();
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/layouts/app.php"
}
}
{
›
› \treturn $view->render();
› }
}
{
› function layout_content() {
› \techo \WPEmerge\View\PhpView::getLayoutContent();
› }
}
{
› <div id="main_content">\r
› <?php WPEmerge\layout_content(); ?>\r
› </div>\r
}
{
› /** @noinspection PhpIncludeInspection */
› include $this->getFilepath();
› return ob_get_clean();
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/layouts/app.php"
}
}
{
›
› \treturn $view->render();
› }
}
{
›
› \treturn static::getLayoutContent();
› }
}
{
› if ( $this->getLayout() !== null ) {
› \treturn $this->getLayout()->toString();
› }
}
{
› \t\t->withHeader( 'Content-Type', 'text/html' )
› \t\t->withBody( Psr7\stream_for( $this->toString() ) );
› }
}
{
› return Response::view( $view )
› \t->toResponse()
› \t->withStatus( http_response_code() );
}
{}
{
›
› \treturn call_user_func_array( [$instance, $method], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
›
› \treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
› \t$request = array_shift( $arguments );
› \treturn call_user_func( [$route, 'handle'], $request, $arguments );
› };
: {
: array:2 [ …2]
: {
Request {#1081 …}
array:1 [ …1]
}
}
}
{}
{
› if ( $this->handler instanceof Closure ) {
› \treturn call_user_func_array( $this->handler, $arguments );
› }
: {
: Closure {#2008 …}
: array:2 [ …2]
}
}
{}
{
› public function execute() {
› \t$response = call_user_func_array( [$this->handler, 'execute'], func_get_args() );
› \t$response = $this->getResponse( $response );
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
› return $this->executeMiddleware( $this->middleware, $request, function () use ( $arguments ) {
› \treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› } );
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› if ( $top_middleware === null ) {
› \treturn $next( $request );
› }
: {
Request {#1081 …}
}
}
{
› $top_middleware_next = function ( $request ) use ( $middleware, $next ) {
› \treturn $this->executeMiddleware( $middleware, $request, $next );
› };
: {
: []
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
›
› \treturn $next( $request );
› }
: {
Request {#1081 …}
}
}
{}
{
›
› \treturn call_user_func_array( [$instance, 'handle'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› $top_middleware_next = function ( $request ) use ( $middleware, $next ) {
› \treturn $this->executeMiddleware( $middleware, $request, $next );
› };
: {
: []
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
› public function handle( RequestInterface $request, Closure $next ) {
› \t$response = $next( $request );
›
: {
Request {#1081 …}
}
}
{}
{
›
› \treturn call_user_func_array( [$instance, 'handle'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› \t\treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› \t} );
› }
: {
: array:1 [ …1]
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
› \t\t->to( $handler )
› \t\t->run( $request, array_merge( [$request], $arguments ) );
› } catch ( Exception $exception ) {
: {
: Request {#1081 …}
: array:2 [ …2]
}
}
{
›
› $response = $this->run( $request, $route->getMiddleware(), $handler, $arguments );
›
: {
: Request {#1081 …}
: array:2 [ …2]
: Closure {#2008 …}
: array:1 [ …1]
}
}
{
›
› $response = $this->handle( $this->request, [$view] );
›
: {
: Request {#1081 …}
: array:1 [ …1]
}
}
{
› } elseif ( $the_['accepted_args'] >= $num_args ) {
› \t$value = call_user_func_array( $the_['function'], $args );
› } else {
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
}
}
{
›
› $filtered = $wp_filter[ $hook_name ]->apply_filters( $value, $args );
›
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
: array:1 [ …1]
}
}
{
› */
› $template = apply_filters( 'template_include', $template );
› if ( $template ) {
: {
: "template_include"
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
}
}
{
› // Load the theme template.
› require_once ABSPATH . WPINC . '/template-loader.php';
›
: {
"/home/mtecengl/public_html/wp-includes/template-loader.php"
}
}
{
› /** Loads the WordPress Environment and Template */
› require __DIR__ . '/wp-blog-header.php';
›
: {
"/home/mtecengl/public_html/wp-blog-header.php"
}
}
}
}
https://mtecenglishcenter.edu.vn/wp-content/uploads/202210191125-IELTS-80-Pham-Minh-Thu-2004-215x215.jpeg" alt="PHẠM MINH THƯ">
IELTS
2004 – IELTS 8.0
default:
› throw new NotReadableException("Image source not readable");
› }
}
{
› {
› return $this->decoder->init($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Truong-Khanh-Ha-2005.jpeg"
}
}
{
› {
› return $this->createDriver()->init($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Truong-Khanh-Ha-2005.jpeg"
}
}
{
› {
› return self::getManager()->make($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Truong-Khanh-Ha-2005.jpeg"
}
}
{
› }\r
› $image = Image::make($srcPath);\r
› if ($maxWidth !== 0 || $maxHeight !== 0) {\r
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Truong-Khanh-Ha-2005.jpeg"
}
}
{
› if (!file_exists($filepath)) {\r
› \tresizeImage($attachment_realpath, $filepath, $width, $height, $extension);\r
› \t// Bổ sung vào metadata để sau này khi user xóa ảnh thì xóa luôn cả ảnh resize\r
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Truong-Khanh-Ha-2005.jpeg"
: "/home/mtecengl/public_html/wp-content/uploads/202210191125-IELTS-80-Truong-Khanh-Ha-2005-215x215.jpeg"
: 215
: 215
: "jpeg"
}
}
{
› <div class="--media">\r
› <img src="<?php echo getImageUrlById($item['__img'],215,215) ?>" alt="<?php echo $item['__name']?>">\r
› </div>\r
: {
: "816"
: 215
: 215
}
}
{
› } else {
› \trequire $_template_file;
› }
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/views/4__student.php"
}
}
{
› if ( $load && '' !== $located ) {
› \tload_template( $located, $load_once, $args );
› }
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/views/4__student.php"
: false
: []
}
}
{
›
› if ( ! locate_template( $templates, true, false, $args ) ) {
› \treturn false;
: {
: array:1 [ …1]
: true
: false
: []
}
}
{
› get_template_part('views/3__edu_program');\r
› get_template_part('views/4__student');\r
› get_template_part('views/5__comment');\r
: {
: "views/4__student"
}
}
{
› /** @noinspection PhpIncludeInspection */
› include $this->getFilepath();
› return ob_get_clean();
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/layouts/app.php"
}
}
{
›
› \treturn $view->render();
› }
}
{
› function layout_content() {
› \techo \WPEmerge\View\PhpView::getLayoutContent();
› }
}
{
› <div id="main_content">\r
› <?php WPEmerge\layout_content(); ?>\r
› </div>\r
}
{
› /** @noinspection PhpIncludeInspection */
› include $this->getFilepath();
› return ob_get_clean();
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/layouts/app.php"
}
}
{
›
› \treturn $view->render();
› }
}
{
›
› \treturn static::getLayoutContent();
› }
}
{
› if ( $this->getLayout() !== null ) {
› \treturn $this->getLayout()->toString();
› }
}
{
› \t\t->withHeader( 'Content-Type', 'text/html' )
› \t\t->withBody( Psr7\stream_for( $this->toString() ) );
› }
}
{
› return Response::view( $view )
› \t->toResponse()
› \t->withStatus( http_response_code() );
}
{}
{
›
› \treturn call_user_func_array( [$instance, $method], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
›
› \treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
› \t$request = array_shift( $arguments );
› \treturn call_user_func( [$route, 'handle'], $request, $arguments );
› };
: {
: array:2 [ …2]
: {
Request {#1081 …}
array:1 [ …1]
}
}
}
{}
{
› if ( $this->handler instanceof Closure ) {
› \treturn call_user_func_array( $this->handler, $arguments );
› }
: {
: Closure {#2008 …}
: array:2 [ …2]
}
}
{}
{
› public function execute() {
› \t$response = call_user_func_array( [$this->handler, 'execute'], func_get_args() );
› \t$response = $this->getResponse( $response );
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
› return $this->executeMiddleware( $this->middleware, $request, function () use ( $arguments ) {
› \treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› } );
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› if ( $top_middleware === null ) {
› \treturn $next( $request );
› }
: {
Request {#1081 …}
}
}
{
› $top_middleware_next = function ( $request ) use ( $middleware, $next ) {
› \treturn $this->executeMiddleware( $middleware, $request, $next );
› };
: {
: []
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
›
› \treturn $next( $request );
› }
: {
Request {#1081 …}
}
}
{}
{
›
› \treturn call_user_func_array( [$instance, 'handle'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› $top_middleware_next = function ( $request ) use ( $middleware, $next ) {
› \treturn $this->executeMiddleware( $middleware, $request, $next );
› };
: {
: []
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
› public function handle( RequestInterface $request, Closure $next ) {
› \t$response = $next( $request );
›
: {
Request {#1081 …}
}
}
{}
{
›
› \treturn call_user_func_array( [$instance, 'handle'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› \t\treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› \t} );
› }
: {
: array:1 [ …1]
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
› \t\t->to( $handler )
› \t\t->run( $request, array_merge( [$request], $arguments ) );
› } catch ( Exception $exception ) {
: {
: Request {#1081 …}
: array:2 [ …2]
}
}
{
›
› $response = $this->run( $request, $route->getMiddleware(), $handler, $arguments );
›
: {
: Request {#1081 …}
: array:2 [ …2]
: Closure {#2008 …}
: array:1 [ …1]
}
}
{
›
› $response = $this->handle( $this->request, [$view] );
›
: {
: Request {#1081 …}
: array:1 [ …1]
}
}
{
› } elseif ( $the_['accepted_args'] >= $num_args ) {
› \t$value = call_user_func_array( $the_['function'], $args );
› } else {
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
}
}
{
›
› $filtered = $wp_filter[ $hook_name ]->apply_filters( $value, $args );
›
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
: array:1 [ …1]
}
}
{
› */
› $template = apply_filters( 'template_include', $template );
› if ( $template ) {
: {
: "template_include"
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
}
}
{
› // Load the theme template.
› require_once ABSPATH . WPINC . '/template-loader.php';
›
: {
"/home/mtecengl/public_html/wp-includes/template-loader.php"
}
}
{
› /** Loads the WordPress Environment and Template */
› require __DIR__ . '/wp-blog-header.php';
›
: {
"/home/mtecengl/public_html/wp-blog-header.php"
}
}
}
}
https://mtecenglishcenter.edu.vn/wp-content/uploads/202210191125-IELTS-80-Truong-Khanh-Ha-2005-215x215.jpeg" alt="TRƯƠNG KHÁNH HÀ">
IELTS
2005 – IELTS 8.0
default:
› throw new NotReadableException("Image source not readable");
› }
}
{
› {
› return $this->decoder->init($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Le-Duy-Khanh-2005.png"
}
}
{
› {
› return $this->createDriver()->init($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Le-Duy-Khanh-2005.png"
}
}
{
› {
› return self::getManager()->make($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Le-Duy-Khanh-2005.png"
}
}
{
› }\r
› $image = Image::make($srcPath);\r
› if ($maxWidth !== 0 || $maxHeight !== 0) {\r
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Le-Duy-Khanh-2005.png"
}
}
{
› if (!file_exists($filepath)) {\r
› \tresizeImage($attachment_realpath, $filepath, $width, $height, $extension);\r
› \t// Bổ sung vào metadata để sau này khi user xóa ảnh thì xóa luôn cả ảnh resize\r
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-IELTS-80-Le-Duy-Khanh-2005.png"
: "/home/mtecengl/public_html/wp-content/uploads/202210191125-IELTS-80-Le-Duy-Khanh-2005-215x215.png"
: 215
: 215
: "png"
}
}
{
› <div class="--media">\r
› <img src="<?php echo getImageUrlById($item['__img'],215,215) ?>" alt="<?php echo $item['__name']?>">\r
› </div>\r
: {
: "813"
: 215
: 215
}
}
{
› } else {
› \trequire $_template_file;
› }
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/views/4__student.php"
}
}
{
› if ( $load && '' !== $located ) {
› \tload_template( $located, $load_once, $args );
› }
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/views/4__student.php"
: false
: []
}
}
{
›
› if ( ! locate_template( $templates, true, false, $args ) ) {
› \treturn false;
: {
: array:1 [ …1]
: true
: false
: []
}
}
{
› get_template_part('views/3__edu_program');\r
› get_template_part('views/4__student');\r
› get_template_part('views/5__comment');\r
: {
: "views/4__student"
}
}
{
› /** @noinspection PhpIncludeInspection */
› include $this->getFilepath();
› return ob_get_clean();
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/layouts/app.php"
}
}
{
›
› \treturn $view->render();
› }
}
{
› function layout_content() {
› \techo \WPEmerge\View\PhpView::getLayoutContent();
› }
}
{
› <div id="main_content">\r
› <?php WPEmerge\layout_content(); ?>\r
› </div>\r
}
{
› /** @noinspection PhpIncludeInspection */
› include $this->getFilepath();
› return ob_get_clean();
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/layouts/app.php"
}
}
{
›
› \treturn $view->render();
› }
}
{
›
› \treturn static::getLayoutContent();
› }
}
{
› if ( $this->getLayout() !== null ) {
› \treturn $this->getLayout()->toString();
› }
}
{
› \t\t->withHeader( 'Content-Type', 'text/html' )
› \t\t->withBody( Psr7\stream_for( $this->toString() ) );
› }
}
{
› return Response::view( $view )
› \t->toResponse()
› \t->withStatus( http_response_code() );
}
{}
{
›
› \treturn call_user_func_array( [$instance, $method], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
›
› \treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
› \t$request = array_shift( $arguments );
› \treturn call_user_func( [$route, 'handle'], $request, $arguments );
› };
: {
: array:2 [ …2]
: {
Request {#1081 …}
array:1 [ …1]
}
}
}
{}
{
› if ( $this->handler instanceof Closure ) {
› \treturn call_user_func_array( $this->handler, $arguments );
› }
: {
: Closure {#2008 …}
: array:2 [ …2]
}
}
{}
{
› public function execute() {
› \t$response = call_user_func_array( [$this->handler, 'execute'], func_get_args() );
› \t$response = $this->getResponse( $response );
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
› return $this->executeMiddleware( $this->middleware, $request, function () use ( $arguments ) {
› \treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› } );
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› if ( $top_middleware === null ) {
› \treturn $next( $request );
› }
: {
Request {#1081 …}
}
}
{
› $top_middleware_next = function ( $request ) use ( $middleware, $next ) {
› \treturn $this->executeMiddleware( $middleware, $request, $next );
› };
: {
: []
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
›
› \treturn $next( $request );
› }
: {
Request {#1081 …}
}
}
{}
{
›
› \treturn call_user_func_array( [$instance, 'handle'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› $top_middleware_next = function ( $request ) use ( $middleware, $next ) {
› \treturn $this->executeMiddleware( $middleware, $request, $next );
› };
: {
: []
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
› public function handle( RequestInterface $request, Closure $next ) {
› \t$response = $next( $request );
›
: {
Request {#1081 …}
}
}
{}
{
›
› \treturn call_user_func_array( [$instance, 'handle'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› \t\treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› \t} );
› }
: {
: array:1 [ …1]
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
› \t\t->to( $handler )
› \t\t->run( $request, array_merge( [$request], $arguments ) );
› } catch ( Exception $exception ) {
: {
: Request {#1081 …}
: array:2 [ …2]
}
}
{
›
› $response = $this->run( $request, $route->getMiddleware(), $handler, $arguments );
›
: {
: Request {#1081 …}
: array:2 [ …2]
: Closure {#2008 …}
: array:1 [ …1]
}
}
{
›
› $response = $this->handle( $this->request, [$view] );
›
: {
: Request {#1081 …}
: array:1 [ …1]
}
}
{
› } elseif ( $the_['accepted_args'] >= $num_args ) {
› \t$value = call_user_func_array( $the_['function'], $args );
› } else {
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
}
}
{
›
› $filtered = $wp_filter[ $hook_name ]->apply_filters( $value, $args );
›
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
: array:1 [ …1]
}
}
{
› */
› $template = apply_filters( 'template_include', $template );
› if ( $template ) {
: {
: "template_include"
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
}
}
{
› // Load the theme template.
› require_once ABSPATH . WPINC . '/template-loader.php';
›
: {
"/home/mtecengl/public_html/wp-includes/template-loader.php"
}
}
{
› /** Loads the WordPress Environment and Template */
› require __DIR__ . '/wp-blog-header.php';
›
: {
"/home/mtecengl/public_html/wp-blog-header.php"
}
}
}
}
https://mtecenglishcenter.edu.vn/wp-content/uploads/202210191125-IELTS-80-Le-Duy-Khanh-2005-215x215.png" alt="LÊ DUY KHANH">
IELTS
2005 – IELTS 8.0
default:
› throw new NotReadableException("Image source not readable");
› }
}
{
› {
› return $this->decoder->init($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-Le-Tran-Thai-An-2009-IELTS-75.jpg"
}
}
{
› {
› return $this->createDriver()->init($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-Le-Tran-Thai-An-2009-IELTS-75.jpg"
}
}
{
› {
› return self::getManager()->make($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-Le-Tran-Thai-An-2009-IELTS-75.jpg"
}
}
{
› }\r
› $image = Image::make($srcPath);\r
› if ($maxWidth !== 0 || $maxHeight !== 0) {\r
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-Le-Tran-Thai-An-2009-IELTS-75.jpg"
}
}
{
› if (!file_exists($filepath)) {\r
› \tresizeImage($attachment_realpath, $filepath, $width, $height, $extension);\r
› \t// Bổ sung vào metadata để sau này khi user xóa ảnh thì xóa luôn cả ảnh resize\r
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-Le-Tran-Thai-An-2009-IELTS-75.jpg"
: "/home/mtecengl/public_html/wp-content/uploads/202210191125-Le-Tran-Thai-An-2009-IELTS-75-215x215.jpg"
: 215
: 215
: "jpg"
}
}
{
› <div class="--media">\r
› <img src="<?php echo getImageUrlById($item['__img'],215,215) ?>" alt="<?php echo $item['__name']?>">\r
› </div>\r
: {
: "824"
: 215
: 215
}
}
{
› } else {
› \trequire $_template_file;
› }
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/views/4__student.php"
}
}
{
› if ( $load && '' !== $located ) {
› \tload_template( $located, $load_once, $args );
› }
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/views/4__student.php"
: false
: []
}
}
{
›
› if ( ! locate_template( $templates, true, false, $args ) ) {
› \treturn false;
: {
: array:1 [ …1]
: true
: false
: []
}
}
{
› get_template_part('views/3__edu_program');\r
› get_template_part('views/4__student');\r
› get_template_part('views/5__comment');\r
: {
: "views/4__student"
}
}
{
› /** @noinspection PhpIncludeInspection */
› include $this->getFilepath();
› return ob_get_clean();
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/layouts/app.php"
}
}
{
›
› \treturn $view->render();
› }
}
{
› function layout_content() {
› \techo \WPEmerge\View\PhpView::getLayoutContent();
› }
}
{
› <div id="main_content">\r
› <?php WPEmerge\layout_content(); ?>\r
› </div>\r
}
{
› /** @noinspection PhpIncludeInspection */
› include $this->getFilepath();
› return ob_get_clean();
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/layouts/app.php"
}
}
{
›
› \treturn $view->render();
› }
}
{
›
› \treturn static::getLayoutContent();
› }
}
{
› if ( $this->getLayout() !== null ) {
› \treturn $this->getLayout()->toString();
› }
}
{
› \t\t->withHeader( 'Content-Type', 'text/html' )
› \t\t->withBody( Psr7\stream_for( $this->toString() ) );
› }
}
{
› return Response::view( $view )
› \t->toResponse()
› \t->withStatus( http_response_code() );
}
{}
{
›
› \treturn call_user_func_array( [$instance, $method], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
›
› \treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
› \t$request = array_shift( $arguments );
› \treturn call_user_func( [$route, 'handle'], $request, $arguments );
› };
: {
: array:2 [ …2]
: {
Request {#1081 …}
array:1 [ …1]
}
}
}
{}
{
› if ( $this->handler instanceof Closure ) {
› \treturn call_user_func_array( $this->handler, $arguments );
› }
: {
: Closure {#2008 …}
: array:2 [ …2]
}
}
{}
{
› public function execute() {
› \t$response = call_user_func_array( [$this->handler, 'execute'], func_get_args() );
› \t$response = $this->getResponse( $response );
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
› return $this->executeMiddleware( $this->middleware, $request, function () use ( $arguments ) {
› \treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› } );
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› if ( $top_middleware === null ) {
› \treturn $next( $request );
› }
: {
Request {#1081 …}
}
}
{
› $top_middleware_next = function ( $request ) use ( $middleware, $next ) {
› \treturn $this->executeMiddleware( $middleware, $request, $next );
› };
: {
: []
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
›
› \treturn $next( $request );
› }
: {
Request {#1081 …}
}
}
{}
{
›
› \treturn call_user_func_array( [$instance, 'handle'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› $top_middleware_next = function ( $request ) use ( $middleware, $next ) {
› \treturn $this->executeMiddleware( $middleware, $request, $next );
› };
: {
: []
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
› public function handle( RequestInterface $request, Closure $next ) {
› \t$response = $next( $request );
›
: {
Request {#1081 …}
}
}
{}
{
›
› \treturn call_user_func_array( [$instance, 'handle'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› \t\treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› \t} );
› }
: {
: array:1 [ …1]
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
› \t\t->to( $handler )
› \t\t->run( $request, array_merge( [$request], $arguments ) );
› } catch ( Exception $exception ) {
: {
: Request {#1081 …}
: array:2 [ …2]
}
}
{
›
› $response = $this->run( $request, $route->getMiddleware(), $handler, $arguments );
›
: {
: Request {#1081 …}
: array:2 [ …2]
: Closure {#2008 …}
: array:1 [ …1]
}
}
{
›
› $response = $this->handle( $this->request, [$view] );
›
: {
: Request {#1081 …}
: array:1 [ …1]
}
}
{
› } elseif ( $the_['accepted_args'] >= $num_args ) {
› \t$value = call_user_func_array( $the_['function'], $args );
› } else {
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
}
}
{
›
› $filtered = $wp_filter[ $hook_name ]->apply_filters( $value, $args );
›
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
: array:1 [ …1]
}
}
{
› */
› $template = apply_filters( 'template_include', $template );
› if ( $template ) {
: {
: "template_include"
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
}
}
{
› // Load the theme template.
› require_once ABSPATH . WPINC . '/template-loader.php';
›
: {
"/home/mtecengl/public_html/wp-includes/template-loader.php"
}
}
{
› /** Loads the WordPress Environment and Template */
› require __DIR__ . '/wp-blog-header.php';
›
: {
"/home/mtecengl/public_html/wp-blog-header.php"
}
}
}
}
https://mtecenglishcenter.edu.vn/wp-content/uploads/202210191125-Le-Tran-Thai-An-2009-IELTS-75-215x215.jpg" alt="LÊ TRẦN THÁI AN">
IELTS
2009 – Nguyễn Tri Phương – IELTS 7.5
default:
› throw new NotReadableException("Image source not readable");
› }
}
{
› {
› return $this->decoder->init($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-Nguyen-Thuc-Bao-Kha-2009-IELTS-75.jpg"
}
}
{
› {
› return $this->createDriver()->init($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-Nguyen-Thuc-Bao-Kha-2009-IELTS-75.jpg"
}
}
{
› {
› return self::getManager()->make($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-Nguyen-Thuc-Bao-Kha-2009-IELTS-75.jpg"
}
}
{
› }\r
› $image = Image::make($srcPath);\r
› if ($maxWidth !== 0 || $maxHeight !== 0) {\r
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-Nguyen-Thuc-Bao-Kha-2009-IELTS-75.jpg"
}
}
{
› if (!file_exists($filepath)) {\r
› \tresizeImage($attachment_realpath, $filepath, $width, $height, $extension);\r
› \t// Bổ sung vào metadata để sau này khi user xóa ảnh thì xóa luôn cả ảnh resize\r
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-Nguyen-Thuc-Bao-Kha-2009-IELTS-75.jpg"
: "/home/mtecengl/public_html/wp-content/uploads/202210191125-Nguyen-Thuc-Bao-Kha-2009-IELTS-75-215x215.jpg"
: 215
: 215
: "jpg"
}
}
{
› <div class="--media">\r
› <img src="<?php echo getImageUrlById($item['__img'],215,215) ?>" alt="<?php echo $item['__name']?>">\r
› </div>\r
: {
: "827"
: 215
: 215
}
}
{
› } else {
› \trequire $_template_file;
› }
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/views/4__student.php"
}
}
{
› if ( $load && '' !== $located ) {
› \tload_template( $located, $load_once, $args );
› }
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/views/4__student.php"
: false
: []
}
}
{
›
› if ( ! locate_template( $templates, true, false, $args ) ) {
› \treturn false;
: {
: array:1 [ …1]
: true
: false
: []
}
}
{
› get_template_part('views/3__edu_program');\r
› get_template_part('views/4__student');\r
› get_template_part('views/5__comment');\r
: {
: "views/4__student"
}
}
{
› /** @noinspection PhpIncludeInspection */
› include $this->getFilepath();
› return ob_get_clean();
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/layouts/app.php"
}
}
{
›
› \treturn $view->render();
› }
}
{
› function layout_content() {
› \techo \WPEmerge\View\PhpView::getLayoutContent();
› }
}
{
› <div id="main_content">\r
› <?php WPEmerge\layout_content(); ?>\r
› </div>\r
}
{
› /** @noinspection PhpIncludeInspection */
› include $this->getFilepath();
› return ob_get_clean();
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/layouts/app.php"
}
}
{
›
› \treturn $view->render();
› }
}
{
›
› \treturn static::getLayoutContent();
› }
}
{
› if ( $this->getLayout() !== null ) {
› \treturn $this->getLayout()->toString();
› }
}
{
› \t\t->withHeader( 'Content-Type', 'text/html' )
› \t\t->withBody( Psr7\stream_for( $this->toString() ) );
› }
}
{
› return Response::view( $view )
› \t->toResponse()
› \t->withStatus( http_response_code() );
}
{}
{
›
› \treturn call_user_func_array( [$instance, $method], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
›
› \treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
› \t$request = array_shift( $arguments );
› \treturn call_user_func( [$route, 'handle'], $request, $arguments );
› };
: {
: array:2 [ …2]
: {
Request {#1081 …}
array:1 [ …1]
}
}
}
{}
{
› if ( $this->handler instanceof Closure ) {
› \treturn call_user_func_array( $this->handler, $arguments );
› }
: {
: Closure {#2008 …}
: array:2 [ …2]
}
}
{}
{
› public function execute() {
› \t$response = call_user_func_array( [$this->handler, 'execute'], func_get_args() );
› \t$response = $this->getResponse( $response );
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
› return $this->executeMiddleware( $this->middleware, $request, function () use ( $arguments ) {
› \treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› } );
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› if ( $top_middleware === null ) {
› \treturn $next( $request );
› }
: {
Request {#1081 …}
}
}
{
› $top_middleware_next = function ( $request ) use ( $middleware, $next ) {
› \treturn $this->executeMiddleware( $middleware, $request, $next );
› };
: {
: []
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
›
› \treturn $next( $request );
› }
: {
Request {#1081 …}
}
}
{}
{
›
› \treturn call_user_func_array( [$instance, 'handle'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› $top_middleware_next = function ( $request ) use ( $middleware, $next ) {
› \treturn $this->executeMiddleware( $middleware, $request, $next );
› };
: {
: []
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
› public function handle( RequestInterface $request, Closure $next ) {
› \t$response = $next( $request );
›
: {
Request {#1081 …}
}
}
{}
{
›
› \treturn call_user_func_array( [$instance, 'handle'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› \t\treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› \t} );
› }
: {
: array:1 [ …1]
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
› \t\t->to( $handler )
› \t\t->run( $request, array_merge( [$request], $arguments ) );
› } catch ( Exception $exception ) {
: {
: Request {#1081 …}
: array:2 [ …2]
}
}
{
›
› $response = $this->run( $request, $route->getMiddleware(), $handler, $arguments );
›
: {
: Request {#1081 …}
: array:2 [ …2]
: Closure {#2008 …}
: array:1 [ …1]
}
}
{
›
› $response = $this->handle( $this->request, [$view] );
›
: {
: Request {#1081 …}
: array:1 [ …1]
}
}
{
› } elseif ( $the_['accepted_args'] >= $num_args ) {
› \t$value = call_user_func_array( $the_['function'], $args );
› } else {
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
}
}
{
›
› $filtered = $wp_filter[ $hook_name ]->apply_filters( $value, $args );
›
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
: array:1 [ …1]
}
}
{
› */
› $template = apply_filters( 'template_include', $template );
› if ( $template ) {
: {
: "template_include"
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
}
}
{
› // Load the theme template.
› require_once ABSPATH . WPINC . '/template-loader.php';
›
: {
"/home/mtecengl/public_html/wp-includes/template-loader.php"
}
}
{
› /** Loads the WordPress Environment and Template */
› require __DIR__ . '/wp-blog-header.php';
›
: {
"/home/mtecengl/public_html/wp-blog-header.php"
}
}
}
}
https://mtecenglishcenter.edu.vn/wp-content/uploads/202210191125-Nguyen-Thuc-Bao-Kha-2009-IELTS-75-215x215.jpg" alt="NGUYỄN THÚC BẢO KHA">
IELTS
2009 – Nguyễn Chí Diểu – IELTS 7.5
default:
› throw new NotReadableException("Image source not readable");
› }
}
{
› {
› return $this->decoder->init($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-Phan-Duc-Nhat-Huy-2009-IELTS-SPEAKING-75.jpg"
}
}
{
› {
› return $this->createDriver()->init($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-Phan-Duc-Nhat-Huy-2009-IELTS-SPEAKING-75.jpg"
}
}
{
› {
› return self::getManager()->make($data);
› }
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-Phan-Duc-Nhat-Huy-2009-IELTS-SPEAKING-75.jpg"
}
}
{
› }\r
› $image = Image::make($srcPath);\r
› if ($maxWidth !== 0 || $maxHeight !== 0) {\r
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-Phan-Duc-Nhat-Huy-2009-IELTS-SPEAKING-75.jpg"
}
}
{
› if (!file_exists($filepath)) {\r
› \tresizeImage($attachment_realpath, $filepath, $width, $height, $extension);\r
› \t// Bổ sung vào metadata để sau này khi user xóa ảnh thì xóa luôn cả ảnh resize\r
: {
: "/home/mtecengl/public_html/wp-content/uploads/2022/10/202210191125-Phan-Duc-Nhat-Huy-2009-IELTS-SPEAKING-75.jpg"
: "/home/mtecengl/public_html/wp-content/uploads/202210191125-Phan-Duc-Nhat-Huy-2009-IELTS-SPEAKING-75-215x215.jpg"
: 215
: 215
: "jpg"
}
}
{
› <div class="--media">\r
› <img src="<?php echo getImageUrlById($item['__img'],215,215) ?>" alt="<?php echo $item['__name']?>">\r
› </div>\r
: {
: "829"
: 215
: 215
}
}
{
› } else {
› \trequire $_template_file;
› }
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/views/4__student.php"
}
}
{
› if ( $load && '' !== $located ) {
› \tload_template( $located, $load_once, $args );
› }
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/views/4__student.php"
: false
: []
}
}
{
›
› if ( ! locate_template( $templates, true, false, $args ) ) {
› \treturn false;
: {
: array:1 [ …1]
: true
: false
: []
}
}
{
› get_template_part('views/3__edu_program');\r
› get_template_part('views/4__student');\r
› get_template_part('views/5__comment');\r
: {
: "views/4__student"
}
}
{
› /** @noinspection PhpIncludeInspection */
› include $this->getFilepath();
› return ob_get_clean();
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/layouts/app.php"
}
}
{
›
› \treturn $view->render();
› }
}
{
› function layout_content() {
› \techo \WPEmerge\View\PhpView::getLayoutContent();
› }
}
{
› <div id="main_content">\r
› <?php WPEmerge\layout_content(); ?>\r
› </div>\r
}
{
› /** @noinspection PhpIncludeInspection */
› include $this->getFilepath();
› return ob_get_clean();
: {
"/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/layouts/app.php"
}
}
{
›
› \treturn $view->render();
› }
}
{
›
› \treturn static::getLayoutContent();
› }
}
{
› if ( $this->getLayout() !== null ) {
› \treturn $this->getLayout()->toString();
› }
}
{
› \t\t->withHeader( 'Content-Type', 'text/html' )
› \t\t->withBody( Psr7\stream_for( $this->toString() ) );
› }
}
{
› return Response::view( $view )
› \t->toResponse()
› \t->withStatus( http_response_code() );
}
{}
{
›
› \treturn call_user_func_array( [$instance, $method], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
›
› \treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
› \t$request = array_shift( $arguments );
› \treturn call_user_func( [$route, 'handle'], $request, $arguments );
› };
: {
: array:2 [ …2]
: {
Request {#1081 …}
array:1 [ …1]
}
}
}
{}
{
› if ( $this->handler instanceof Closure ) {
› \treturn call_user_func_array( $this->handler, $arguments );
› }
: {
: Closure {#2008 …}
: array:2 [ …2]
}
}
{}
{
› public function execute() {
› \t$response = call_user_func_array( [$this->handler, 'execute'], func_get_args() );
› \t$response = $this->getResponse( $response );
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{}
{
› return $this->executeMiddleware( $this->middleware, $request, function () use ( $arguments ) {
› \treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› } );
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› if ( $top_middleware === null ) {
› \treturn $next( $request );
› }
: {
Request {#1081 …}
}
}
{
› $top_middleware_next = function ( $request ) use ( $middleware, $next ) {
› \treturn $this->executeMiddleware( $middleware, $request, $next );
› };
: {
: []
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
›
› \treturn $next( $request );
› }
: {
Request {#1081 …}
}
}
{}
{
›
› \treturn call_user_func_array( [$instance, 'handle'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› $top_middleware_next = function ( $request ) use ( $middleware, $next ) {
› \treturn $this->executeMiddleware( $middleware, $request, $next );
› };
: {
: []
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
› public function handle( RequestInterface $request, Closure $next ) {
› \t$response = $next( $request );
›
: {
Request {#1081 …}
}
}
{}
{
›
› \treturn call_user_func_array( [$instance, 'handle'], $arguments );
› }
: {
: array:2 [ …2]
: array:2 [ …2]
}
}
{
› \t\treturn call_user_func_array( [$this->getHandler(), 'execute'], $arguments );
› \t} );
› }
: {
: array:1 [ …1]
: Request {#1081 …}
: Closure {#2088 …}
}
}
{
› \t\t->to( $handler )
› \t\t->run( $request, array_merge( [$request], $arguments ) );
› } catch ( Exception $exception ) {
: {
: Request {#1081 …}
: array:2 [ …2]
}
}
{
›
› $response = $this->run( $request, $route->getMiddleware(), $handler, $arguments );
›
: {
: Request {#1081 …}
: array:2 [ …2]
: Closure {#2008 …}
: array:1 [ …1]
}
}
{
›
› $response = $this->handle( $this->request, [$view] );
›
: {
: Request {#1081 …}
: array:1 [ …1]
}
}
{
› } elseif ( $the_['accepted_args'] >= $num_args ) {
› \t$value = call_user_func_array( $the_['function'], $args );
› } else {
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
}
}
{
›
› $filtered = $wp_filter[ $hook_name ]->apply_filters( $value, $args );
›
: {
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
: array:1 [ …1]
}
}
{
› */
› $template = apply_filters( 'template_include', $template );
› if ( $template ) {
: {
: "template_include"
: "/home/mtecengl/public_html/wp-content/themes/mooms_dev/theme/index.php"
}
}
{
› // Load the theme template.
› require_once ABSPATH . WPINC . '/template-loader.php';
›
: {
"/home/mtecengl/public_html/wp-includes/template-loader.php"
}
}
{
› /** Loads the WordPress Environment and Template */
› require __DIR__ . '/wp-blog-header.php';
›
: {
"/home/mtecengl/public_html/wp-blog-header.php"
}
}
}
}
https://mtecenglishcenter.edu.vn/wp-content/uploads/202210191125-Phan-Duc-Nhat-Huy-2009-IELTS-SPEAKING-75-215x215.jpg" alt="PHAN ĐỨC NHẬT HUY">
IELTS
2009 – Nguyễn Tri Phương – IELTS Speaking 7.5