??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/am1atec.co.uk/wp-content/plugins/surerank/src/apps/seo-popup/modal/tabs.js
⬅ Kembali
import { __ } from '@wordpress/i18n';
import { applyFilters } from '@wordpress/hooks';
import { TrendingUp, BarChart2 } from 'lucide-react';
import { Analyze, MetaSettings } from '@SeoPopup/components';
import { isSeoAnalysisDisabled } from '@SeoPopup/components/page-seo-checks/analyzer/utils/page-builder';
export const TABS = applyFilters( 'surerank-pro.seo-popup-tabs', {
optimize: {
title: __( 'Optimize', 'surerank' ),
component: MetaSettings,
label: __( 'Optimize', 'surerank' ),
icon: <TrendingUp />,
slug: 'optimize',
},
// Conditionally add the Analyze tab
...( isSeoAnalysisDisabled()
? {}
: {
analyze: {
title: __( 'Analyze', 'surerank' ),
component: Analyze,
label: __( 'Analyze', 'surerank' ),
slug: 'analyze',
icon: <BarChart2 />,
className: 'relative surerank-page-checks-indicator',
},
} ),
} );
Nama
Tipe
Ukuran
Diubah
Aksi
📜 dynamic-data-provider.js
js
5.3 KB
2026-06-21 06:40
📜 index.js
js
8.9 KB
2026-06-21 06:40
📜 screens.js
js
623 B
2026-06-21 06:40
📜 tabs.js
js
874 B
2026-06-21 06:40