芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/www/rambut.bf1.my/wp-content/plugins/all-in-one-seo-pack/app/Common/Main/Media.php
options->searchAppearance->dynamic->postTypes->has( 'attachment' ) ) { return; } $redirect = aioseo()->options->searchAppearance->dynamic->postTypes->attachment->redirectAttachmentUrls; if ( 'disabled' === $redirect ) { return; } if ( 'attachment' === $redirect ) { $url = wp_get_attachment_url( get_queried_object_id() ); if ( empty( $url ) ) { return; } return wp_safe_redirect( $url, 301, AIOSEO_PLUGIN_SHORT_NAME ); } global $post; if ( ! empty( $post->post_parent ) ) { wp_safe_redirect( urldecode( get_permalink( $post->post_parent ) ), 301 ); } } }