文件操作 - BbPress.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/ltlcompare.com/wp-content/plugins/all-in-one-seo-pack/app/Common/Integrations/BbPress.php
编辑文件内容
<?php namespace AIOSEO\Plugin\Common\Integrations; // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Class to integrate with the bbPress plugin. * * @since 4.8.1 */ class BbPress { /** * Returns whether the current page is a bbPress component page. * * @since 4.8.1 * * @return bool Whether the current page is a bbPress component page. */ public static function isComponentPage() { return ! empty( aioseo()->standalone->bbPress->component->templateType ); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件