����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import { hasPageCreatorEnabled } from '@help-center/lib/utils';
import libraryTour from '@help-center/tours/library-tour';
import pageCreator from '@help-center/tours/page-creator';
import pageEditor from '@help-center/tours/page-editor';
import pluginInstall from '@help-center/tours/plugin-install';
import pluginManagement from '@help-center/tours/plugin-management';
import siteAssistant from '@help-center/tours/site-assistant';
// import styleEditor from '@help-center/tours/style-editor.js';
import usersScreen from '@help-center/tours/users-screen.js';
import welcomeTour from '@help-center/tours/welcome.js';
import { addFilter, applyFilters } from '@wordpress/hooks';
const tours = {
'welcome-tour': welcomeTour,
'plugin-install-tour': pluginInstall,
'plugin-management-tour': pluginManagement,
'page-editor-tour': pageEditor,
'library-tour': libraryTour,
// 'style-editor-tour': styleEditor,
'users-screen-tour': usersScreen,
'site-assistant-tour': siteAssistant,
};
addFilter('extendify.tours', 'extendify/extra-tours', (tours) => {
if (!hasPageCreatorEnabled) return tours;
return { ...tours, 'page-creator-tour': pageCreator };
});
export default applyFilters('extendify.tours', tours);
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| library-tour.js | File | 3.2 KB | 0644 |
|
| page-creator.js | File | 3.26 KB | 0644 |
|
| page-editor.js | File | 7.23 KB | 0644 |
|
| plugin-install.js | File | 3.04 KB | 0644 |
|
| plugin-management.js | File | 3.06 KB | 0644 |
|
| site-assistant.js | File | 3.83 KB | 0644 |
|
| style-editor.js | File | 8.33 KB | 0644 |
|
| tours.js | File | 1.19 KB | 0644 |
|
| users-screen.js | File | 3.22 KB | 0644 |
|
| welcome.js | File | 8.97 KB | 0644 |
|