PHP 8.2.31
Preview: page-tours.js Size: 723 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/Agent/lib/page-tours.js

import { addFilter, applyFilters } from '@wordpress/hooks';

const aiPageTours = {
	'plugin-install.php': 'plugin-install-tour',
	'plugins.php': 'plugin-management-tour',
	'post-new.php?post_type=page': 'page-editor-tour',
	'post-new.php?post_type=post': 'library-tour',
	'users.php': 'users-screen-tour',
	'admin.php?page=extendify-assist': 'site-assistant-tour',
};

addFilter(
	'extendify.ai-agent-suggestion-tours',
	'extendify/ai-agent-extra-tours',
	(aiPageTours) => {
		if (!window.extSharedData?.showAIPageCreation) return aiPageTours;
		return {
			...aiPageTours,
			'post-new.php?post_type=page': 'page-creator-tour',
		};
	},
);

export default applyFilters('extendify.ai-agent-suggestion-tours', aiPageTours);

Directory Contents

Dirs: 1 × Files: 14

Name Size Perms Modified Actions
__tests__ DIR
- drwxr-xr-x 2026-04-28 02:40:01
Edit Download
3.01 KB lrw-r--r-- 2026-03-19 23:35:18
Edit Download
1.46 KB lrw-r--r-- 2026-03-19 23:35:18
Edit Download
746 B lrw-r--r-- 2026-02-19 03:27:14
Edit Download
670 B lrw-r--r-- 2026-02-27 04:48:52
Edit Download
1.97 KB lrw-r--r-- 2026-02-27 04:48:52
Edit Download
1.48 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
723 B lrw-r--r-- 2025-09-25 20:59:30
Edit Download
640 B lrw-r--r-- 2026-02-19 03:27:14
Edit Download
2.07 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
4.91 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
461 B lrw-r--r-- 2025-08-27 17:47:28
Edit Download
537 B lrw-r--r-- 2026-04-27 23:36:32
Edit Download
4.72 KB lrw-r--r-- 2025-12-17 19:09:10
Edit Download
420 B lrw-r--r-- 2026-02-27 04:48:52
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).