REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 3.06 KB
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/HelpCenter/tours/plugin-management.js
Text
Base64
import { __, isRTL } from '@wordpress/i18n'; export default { id: 'plugin-management-tour', title: __('Plugin management', 'extendify-local'), settings: { allowOverflow: false, startFrom: [`${window.extSharedData.adminUrl}plugins.php`], }, onStart: () => { if (document.body.classList.contains('folded')) { document.querySelector('#menu-plugins').classList.add('opensub'); } }, steps: [ { title: __('Installed Plugins menu', 'extendify-local'), text: __( 'Click this menu to see and manage the plugins you have installed.', 'extendify-local', ), attachTo: { element: '#menu-plugins ul > li:nth-child(2)', offset: { marginTop: 0, marginLeft: isRTL() ? -15 : 15, }, position: { x: isRTL() ? 'left' : 'right', y: 'top', }, hook: isRTL() ? 'top right' : 'top left', }, events: { onDetach: () => { if (document.body.classList.contains('folded')) { document.querySelector('#menu-plugins').classList.remove('opensub'); } }, }, }, { title: __('Installed plugins', 'extendify-local'), text: __( 'See all plugins installed on your site. This includes plugins that are active and deactivated.', 'extendify-local', ), attachTo: { element: 'tbody#the-list > tr:nth-child(1)', offset: { marginTop: 15, marginLeft: 0, }, position: { x: isRTL() ? 'left' : 'right', y: 'bottom', }, hook: isRTL() ? 'top left' : 'top right', }, events: {}, }, { title: __('Deactivate/activate option', 'extendify-local'), text: __( 'Under each plugin you can activate or deactivate it.', 'extendify-local', ), attachTo: { element: 'tbody#the-list > tr:nth-child(1) > td.plugin-title', offset: { marginTop: 0, marginLeft: isRTL() ? -15 : 15, }, position: { x: isRTL() ? 'left' : 'right', y: 'top', }, hook: isRTL() ? 'top right' : 'top left', }, events: {}, }, // { // title: __('Enable auto-updates', 'extendify-local'), // text: __( // "If you'd like, you can set any plugin to auto-update when a new version is available.", // 'extendify-local', // ), // attachTo: { // element: // 'tbody#the-list > tr:nth-child(1) > td.column-auto-updates', // offset: { // marginTop: 0, // marginLeft: -15, // }, // position: { // x: 'left', // y: 'top', // }, // hook: 'top right', // }, // events: {}, // }, { title: __('Add another', 'extendify-local'), text: __( 'Click here to add another plugin to your site.', 'extendify-local', ), attachTo: { element: 'a.page-title-action', offset: { marginTop: -5, marginLeft: isRTL() ? -15 : 15, }, boxPadding: { top: 5, bottom: 5, left: 5, right: 5, }, position: { x: isRTL() ? 'left' : 'right', y: 'top', }, hook: isRTL() ? 'top right' : 'top left', }, events: {}, }, ], };
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 10
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
library-tour.js
3.20 KB
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
page-creator.js
3.26 KB
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
page-editor.js
7.23 KB
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
plugin-install.js
3.04 KB
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
plugin-management.js
3.06 KB
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
site-assistant.js
3.83 KB
lrw-r--r--
2024-12-03 01:47:48
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
style-editor.js
8.33 KB
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
tours.js
1.19 KB
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
users-screen.js
3.22 KB
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
welcome.js
8.97 KB
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).