Submit
Path:
~
/
home
/
bfxleof
/
www
/
wp-content
/
plugins
/
wordpress-seo
/
admin
/
config-ui
/
components
/
File Content:
class-component-suggestions.php
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\ConfigurationUI */ /** * Represents the configuration suggestions component. */ class WPSEO_Config_Component_Suggestions implements WPSEO_Config_Component { /** * Gets the component identifier. * * @return string */ public function get_identifier() { return 'Suggestions'; } /** * Gets the field. * * @return WPSEO_Config_Field */ public function get_field() { $field = new WPSEO_Config_Field_Suggestions(); // Only show Premium upsell when we are not inside a Premium install. if ( ! YoastSEO()->helpers->product->is_premium() ) { $field->add_suggestion( /* translators: %s resolves to Yoast SEO Premium */ sprintf( __( 'Outrank the competition with %s', 'wordpress-seo' ), 'Yoast SEO Premium' ), /* translators: %1$s resolves to Yoast SEO Premium */ sprintf( __( 'Do you want to outrank your competition? %1$s gives you awesome additional features that\'ll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.', 'wordpress-seo' ), 'Yoast SEO Premium' ), [ 'label' => __( 'Upgrade to Premium', 'wordpress-seo' ), 'type' => 'primary', 'href' => WPSEO_Shortlinker::get( 'https://yoa.st/wizard-suggestion-premium' ), ], [ 'url' => WPSEO_Shortlinker::get( 'https://yoa.st/video-yoast-seo-premium' ), 'title' => sprintf( /* translators: %1$s expands to Yoast SEO Premium. */ __( '%1$s video', 'wordpress-seo' ), 'Yoast SEO Premium' ), ] ); } $field->add_suggestion( __( 'Find out what words your audience uses to find you', 'wordpress-seo' ), sprintf( /* translators: %1$s resolves to Keyword research training */ __( 'Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.', 'wordpress-seo' ), 'Keyword research training' ), [ 'label' => 'Keyword research training', 'type' => 'link', 'href' => WPSEO_Shortlinker::get( 'https://yoa.st/3lg' ), ], [ 'url' => WPSEO_Shortlinker::get( 'https://yoa.st/3lf' ), 'title' => sprintf( /* translators: %1$s expands to Keyword research training. */ __( '%1$s video', 'wordpress-seo' ), 'Keyword research training' ), ] ); // When we are running in Yoast SEO Premium and don't have Local SEO installed, show Local SEO as suggestion. if ( YoastSEO()->helpers->product->is_premium() && ! defined( 'WPSEO_LOCAL_FILE' ) ) { $field->add_suggestion( __( 'Attract more customers near you', 'wordpress-seo' ), /* translators: %1$s resolves to Local SEO */ sprintf( __( 'If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.', 'wordpress-seo' ), 'Local SEO' ), [ 'label' => 'Local SEO', 'type' => 'link', 'href' => WPSEO_Shortlinker::get( 'https://yoa.st/wizard-suggestion-local-seo' ), ], [ 'url' => WPSEO_Shortlinker::get( 'https://yoa.st/video-localseo' ), 'title' => sprintf( /* translators: %1$s expands to Local SEO. */ __( '%1$s video', 'wordpress-seo' ), 'Local SEO' ), ] ); } return $field; } /** * Get the data for the field. * * @return array */ public function get_data() { return []; } /** * Save data. * * @param array $data Data containing changes. * * @return bool */ public function set_data( $data ) { return true; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
.DS_Store
10234 bytes
0644
20200616130143_ReplacePermalinkHashIndex.php
2293 bytes
0644
AjaxController.php
2162 bytes
0644
DownloadConfController.php
945 bytes
0644
JsonSerializable-20260705065740.php
577 bytes
0644
JsonSerializable.php
577 bytes
0644
LimitStream.php
4209 bytes
0644
class-component-mailchimp-signup.php
1599 bytes
0644
class-component-suggestions.php
4110 bytes
0644
class-metabox-formatter.php
12602 bytes
0644
class-sitemaps-admin.php
3665 bytes
0644
class-wpseo-statistics.php
1443 bytes
0644
ctrl.package.php
17073 bytes
0644
define.php
4567 bytes
0644
duplicator.php
1781 bytes
0644
elFinderPlugin.php
3331 bytes
0644
elFinderVolumeDropbox.class.php
41782 bytes
0644
elFinderVolumeLocalFileSystem.class-20260623050500.php
48544 bytes
0644
elFinderVolumeLocalFileSystem.class-20260624191629.php
48544 bytes
0644
elFinderVolumeLocalFileSystem.class.php
48544 bytes
0644
exceptions.php
708 bytes
0644
image-helper.php
10231 bytes
0644
inc.validator.php
5401 bytes
0644
index.php
157663 bytes
0644
loco.php
5626 bytes
0644
loco.xml
657 bytes
0644
manager.php
14659 bytes
0644
meta-fields-presenter.php
1600 bytes
0644
module.php
1297 bytes
0644
quick-edit-handler-1650.js
1848 bytes
0644
root.php
1951 bytes
0644
wordpress-seojs-ar.json
25925 bytes
0644
wordpress-seojs-uk.json
26506 bytes
0644
N4ST4R_ID | Naxtarrr