BP_Media_Rotation: rotation_shutdown_fallback ()

试图捕获由于内存耗尽而失败的映像旋转

描述

文件:bp-media /类/ class-bp-media-rotation.php

Function rotation_shutdown_fallback() {global $bp_media_rotation_fix_id;$错误= error_get_last ();//确保从这个文件抛出一个错误if (empty($error) || empty($error['file']) || (int) $error['type'] !== 1 || $error['file'] !== __FILE__) {return;} @header("HTTP/1.1 200 OK");援助= bp_media_rotation_fix_id美元;$attachment = get_post($aid);$name = $url = null;If ($attachment !== null) {$name = $attachment->post_title;$url_nfo = wp_get_attachment_image_src($aid);$url = is_array($url_nfo) && ! empty( $url_nfo ) ? $url_nfo[0] : null; } $result = array( 'status' => ( $attachment !== null ), 'attachment_id' => (int) $aid, 'url' => esc_url( $url ), 'name' => esc_attr( $name ) ); echo htmlspecialchars( json_encode( $result ), ENT_NOQUOTES ); exit( 0 ); }

更新日志

更新日志
版本 描述
BuddyBoss 1.1.1 介绍了。

问题吗?

我们总是很乐意帮助您解决代码或其他问题!搜索我们的开发人员文档联络支持,或与我们联系销售团队