芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/public_html/class.bf1.my/wp-admin/js/all-in-one-seo-pack.tar
admin/display/notices/blog-visibility-notice.php 0000644 00000003145 15122313646 0016053 0 ustar 00 ' . __( 'Reading Settings', 'all-in-one-seo-pack' ) . ''; return array( 'slug' => 'blog_public_disabled', 'delay_time' => 0, /* translators: %s is a placeholder, which means that it should not be translated. It will be replaced with the name of the plugin, All in One SEO Pack. "Settings > Reading" refers to the "Reading" submenu in WordPress Core. */ 'message' => sprintf( __( 'Warning: %s has detected that you are blocking access to search engines. You can change this in Settings > Reading if this was unintended.', 'all-in-one-seo-pack' ), AIOSEOP_PLUGIN_NAME ), 'class' => 'notice-error', 'target' => 'site', 'screens' => array(), 'action_options' => array( array( 'time' => 0, 'text' => __( 'Update Reading Settings', 'all-in-one-seo-pack' ), 'link' => admin_url( 'options-reading.php' ), 'dismiss' => false, 'class' => 'button-primary', ), array( 'time' => 604800, 'text' => __( 'Remind me later', 'all-in-one-seo-pack' ), 'link' => '', 'dismiss' => false, 'class' => 'button-secondary', ), ), ); } add_filter( 'aioseop_admin_notice-blog_public_disabled', 'aioseop_notice_blog_visibility' ); admin/display/notices/index.php 0000644 00000000044 15122313646 0012566 0 ustar 00 'review_plugin', 'delay_time' => 1036800, 'target' => 'user', 'screens' => array( 'aioseop' ), 'class' => 'notice-info', /* translators: %1$s is a placeholder, which means that it should not be translated. It will be replaced with the name of the plugin, All in One SEO Pack. */ 'message' => sprintf( __( 'You have been using %1$s for a while now. That is awesome! If you like %2$s, then please leave us a 5-star rating. Huge thanks in advance!', 'all-in-one-seo-pack' ), AIOSEOP_PLUGIN_NAME, AIOSEOP_PLUGIN_NAME ), 'action_options' => array( array( 'time' => 0, 'text' => __( 'Add a review', 'all-in-one-seo-pack' ), 'link' => 'https://wordpress.org/support/plugin/all-in-one-seo-pack/reviews?rate=5#new-post', 'dismiss' => false, 'class' => 'button-primary button-orange', ), array( 'text' => __( 'Remind me later', 'all-in-one-seo-pack' ), 'time' => 432000, 'dismiss' => false, 'class' => 'button-secondary', ), array( 'time' => 0, 'text' => __( 'No, thanks', 'all-in-one-seo-pack' ), 'dismiss' => true, 'class' => 'button-secondary', ), ), ); } // phpcs:ignore Squiz.Commenting.InlineComment.InvalidEndChar // add_filter( 'aioseop_admin_notice-review_plugin', 'aioseop_notice_review_plugin' ); admin/display/notices/sitemap-indexes-notice.php 0000644 00000002315 15122313646 0016040 0 ustar 00 'sitemap_max_warning', 'delay_time' => 0, 'message' => __( 'Notice: To avoid problems with your XML Sitemap, we strongly recommend you set the Maximum Posts per Sitemap Page to 1,000.', 'all-in-one-seo-pack' ), 'class' => 'notice-warning', 'target' => 'user', 'screens' => array(), 'action_options' => array( array( 'time' => 0, 'text' => __( 'Update Sitemap Settings', 'all-in-one-seo-pack' ), 'link' => esc_url( get_admin_url( null, 'admin.php?page=' . AIOSEOP_PLUGIN_DIRNAME . '/modules/aioseop_sitemap.php' ) ), 'dismiss' => false, 'class' => 'button-primary', ), array( 'time' => 86400, // 24 hours. 'text' => __( 'Remind me later', 'all-in-one-seo-pack' ), 'link' => '', 'dismiss' => false, 'class' => 'button-secondary', ), ), ); } add_filter( 'aioseop_admin_notice-sitemap_max_warning', 'aioseop_notice_sitemap_indexes' ); admin/display/notices/wc-detected-notice.php 0000644 00000002712 15122313646 0015132 0 ustar 00 'woocommerce_detected', 'delay_time' => 0, /* translators: %s is a placeholder, which means that it should not be translated. It will be replaced with the name of the premium version of the plugin, All in One SEO Pack Pro. */ 'message' => sprintf( __( 'We have detected you are running WooCommerce. Upgrade to %s to unlock our advanced e-commerce features, including SEO for Product Categories and more.', 'all-in-one-seo-pack' ), 'All in One SEO Pack Pro' ), 'class' => 'notice-info', 'target' => 'site', 'screens' => array( 'aioseop' ), 'action_options' => array( array( 'time' => 0, 'text' => __( 'Upgrade', 'all-in-one-seo-pack' ), 'link' => 'https://semperplugins.com/plugins/all-in-one-seo-pack-pro-version/?loc=woo', 'dismiss' => false, 'class' => 'button-primary button-orange', ), array( 'time' => 2592000, // 30 days. 'text' => __( 'No Thanks', 'all-in-one-seo-pack' ), 'link' => '', 'dismiss' => false, 'class' => 'button-secondary', ), ), ); } add_filter( 'aioseop_admin_notice-woocommerce_detected', 'aioseop_notice_pro_promo_woocommerce' ); admin/display/notices/.htaccess 0000444 00000000143 15122313646 0012542 0 ustar 00
Order Allow,Deny Deny from all