芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/elementor-pro/modules/theme-builder/documents/single.php
get_meta( self::REMOTE_CATEGORY_META_KEY ); if ( $category ) { if ( 'not_found404' === $category ) { $category = '404 page'; } else { $category = 'single ' . $category; } $config['category'] = $category; } else { $config['category'] = 'single post'; } return $config; } protected static function get_site_editor_thumbnail_url() { return ELEMENTOR_ASSETS_URL . 'images/app/site-editor/single-post.svg'; } }