- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
262 lines
10 KiB
PHP
Executable File
262 lines
10 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* WP Ultimate CSV Importer plugin file.
|
|
*
|
|
* Copyright (C) 2010-2020, Smackcoders Inc - info@smackcoders.com
|
|
*/
|
|
|
|
if ( !defined( 'ABSPATH' ) ) {
|
|
exit; // Exit if accessed directly
|
|
}
|
|
?>
|
|
<style>
|
|
|
|
/*
|
|
- make mobile switch sticky
|
|
*/
|
|
*{
|
|
box-sizing:border-box;
|
|
padding:0;
|
|
margin:0;
|
|
outline: 0;
|
|
}
|
|
article {
|
|
width:100%;
|
|
margin:0 auto;
|
|
height:1000px;
|
|
position:relative;
|
|
}
|
|
.upgrade .ul {
|
|
display:flex;
|
|
top:0px;
|
|
z-index:10;
|
|
padding-bottom:14px;
|
|
}
|
|
li {
|
|
list-style:none;
|
|
flex:1;
|
|
}
|
|
li:last-child {
|
|
border-right:1px solid #DDD;
|
|
}
|
|
button {
|
|
width:100%;
|
|
border: 1px solid #DDD;
|
|
border-right:0;
|
|
border-top:0;
|
|
padding: 10px;
|
|
background:#FFF;
|
|
font-size:14px;
|
|
font-weight:bold;
|
|
height:60px;
|
|
color:#999
|
|
}
|
|
li.active button {
|
|
background:#F5F5F5;
|
|
color:#000;
|
|
}
|
|
table { border-collapse:collapse; table-layout:fixed; width:100%; }
|
|
th { background:#F5F5F5; display:none; }
|
|
td, th {
|
|
height:53px
|
|
}
|
|
td,th { border:1px solid #DDD; padding:10px; empty-cells:show; }
|
|
td,th {
|
|
text-align:left;
|
|
}
|
|
td+td, th+th {
|
|
text-align:center;
|
|
display:none;
|
|
}
|
|
td.default {
|
|
display:table-cell;
|
|
}
|
|
.defaults{
|
|
border-bottom:3px solid #00a699;
|
|
}
|
|
/* .bg-purple {
|
|
|
|
} */
|
|
.bg-blue {
|
|
font-size:25px; border-top:10px solid #00a699;border-left: 10px solid#00a699;
|
|
border-right: 10px solid#00a699;
|
|
}
|
|
.sep {
|
|
background:#F5F5F5;
|
|
font-weight:bold;
|
|
}
|
|
.txt-l { font-size:28px; font-weight:bold;color:#00a699 }
|
|
.txt-top { position:relative; top:-9px; left:-2px; }
|
|
.tick { font-size:22px; color:#2CA01C; }
|
|
.text{border-left: 10px solid#00a699;
|
|
border-right: 10px solid#00a699; }
|
|
.bottom{border-left: 10px solid#00a699;
|
|
border-right: 10px solid#00a699;border-bottom: 10px solid#00a699;
|
|
}
|
|
.hide {
|
|
border:0;
|
|
background:none;
|
|
}
|
|
.pro{
|
|
background-color: #FFF;margin-left:56px;padding-bottom: 125px;;
|
|
}
|
|
|
|
@media (min-width: 640px) {
|
|
.upgrade .ul {
|
|
display:none;
|
|
}
|
|
td,th {
|
|
display:table-cell !important;
|
|
}
|
|
td,th {
|
|
width: 370px;
|
|
|
|
}
|
|
td+td, th+th {
|
|
width: auto;
|
|
}
|
|
}
|
|
</style>
|
|
|
|
<div class="wrap">
|
|
<h1></h1>
|
|
<h2><?php echo esc_html__('Features Of Ultimate CSV Importer','wp-ultimate-csv-importer');?></h2><br />
|
|
<div class='pro'>
|
|
<article class='upgrade'>
|
|
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th class="hide"></th>
|
|
<th class="bg-purple">FREE</th>
|
|
<th class="bg-blue">PREMIUM</th>
|
|
<th class="bg-purple default">CUSTOM FIELDS</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td style="font-weight:bold;">Price</td>
|
|
<td><span class="txt-top"></span><span class="txt-l">$0</span></td>
|
|
<td class="text"><span class="txt-top"></span><span class="txt-l">$199</span></td>
|
|
<td class="default"><span class="txt-top"></span><span class="txt-l">$149</span></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Import</td>
|
|
<td><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td class="text"><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Post, Page, Comments, Users</td>
|
|
<td><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td class="text"><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Custom Post, BBPress, LearnPress</td>
|
|
<td><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td class="text"><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Default Wordpress custom fields</td>
|
|
<td><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td class="text"><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td><?php echo esc_html__('All-in-One SEO','wp-ultimate-csv-importer');?></td>
|
|
<td><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td class="text"><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td>WP eCommerce</td>
|
|
<td><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td class="text"><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td>WooCommerce: Product,Custom Attribute</td>
|
|
<td><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td class="text"><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td><i class="fa fa-times" aria-hidden="true" style="color: #ea1010;font-size: 19px;"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td><?php echo esc_html__('WP Customer Reviews','wp-ultimate-csv-importer');?></td>
|
|
<td><i class="fa fa-check" aria-hidden="true" style="font-size: 24px;color: #2CA01C;"></i></td>
|
|
<td class="text"><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td><?php echo esc_html__('Import from Google Sheets & Dropbox','wp-ultimate-csv-importer');?></td>
|
|
<td><i class="fa fa-times" aria-hidden="true" style="color: #ea1010;font-size: 19px;"></i></td>
|
|
<td class="text"><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td><?php echo esc_html__('Update/Schedule','wp-ultimate-csv-importer');?></td>
|
|
<td ><i class="fa fa-times" aria-hidden="true" style="color: #ea1010;font-size: 19px;"></i></td>
|
|
<td class="text"><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Custom Fields: ACF, Toolset Types, Pods, CMB2, CFS, JetEngine, MetaBox, Custom Field Suite</td>
|
|
<td><i class="fa fa-times" aria-hidden="true" style="color: #ea1010;font-size: 19px;"></i></td>
|
|
<td class="text"><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Yoast SEO</td>
|
|
<td><i class="fa fa-times" aria-hidden="true" style="color: #ea1010;font-size: 19px;"></i></td>
|
|
<td class="text"><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td><?php echo esc_html__('Data Export','wp-ultimate-csv-importer');?></td>
|
|
<td ><i class="fa fa-times" aria-hidden="true" style="color: #ea1010;font-size: 19px;"></i></td>
|
|
<td class="text"><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td><i class="fa fa-times" aria-hidden="true" style="color: #ea1010;font-size: 19px;"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Users: WP-Members, Members</td>
|
|
<td><i class="fa fa-times" aria-hidden="true" style="color: #ea1010;font-size: 19px;"></i></td>
|
|
<td class="text"><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td><i class="fa fa-times" aria-hidden="true" style="color: #ea1010;font-size: 19px;"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td>WPML, Polylang</td>
|
|
<td><i class="fa fa-times" aria-hidden="true" style="color: #ea1010;font-size: 19px;"></i></td>
|
|
<td class="text"><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td><i class="fa fa-times" aria-hidden="true" style="color: #ea1010;font-size: 19px;"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td><?php echo esc_html__('Rank Math','wp-ultimate-csv-importer');?></td>
|
|
<td><i class="fa fa-times" aria-hidden="true" style="color: #ea1010;font-size: 19px;"></i></td>
|
|
<td class="text"><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td><i class="fa fa-times" aria-hidden="true" style="color: #ea1010;font-size: 19px;"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td><?php echo esc_html__('WooCommerce:Variations, Orders, Coupons','wp-ultimate-csv-importer');?></td>
|
|
<td><i class="fa fa-times" aria-hidden="true" style="color: #ea1010;font-size: 19px;"></i></td>
|
|
<td class="text"><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td><i class="fa fa-times" aria-hidden="true" style="color: #ea1010;font-size: 19px;"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td><?php echo esc_html__('5 Woocommerce Add-ons','wp-ultimate-csv-importer');?></td>
|
|
<td><i class="fa fa-times" aria-hidden="true" style="color: #ea1010;font-size: 19px;"></i></td>
|
|
<td class="text"><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td><i class="fa fa-times" aria-hidden="true" style="color: #ea1010;font-size: 19px;"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td><?php echo esc_html__('Events Manager, NextGEN Gallery','wp-ultimate-csv-importer');?></td>
|
|
<td><i class="fa fa-times" aria-hidden="true" style="color: #ea1010;font-size: 19px;"></i></td>
|
|
<td class="bottom"><i class="fa fa-check" aria-hidden="true" style="font-size: 26px;color: #2CA01C;"></i></td>
|
|
<td><i class="fa fa-times" aria-hidden="true" style="color: #ea1010;font-size: 19px;"></i></td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
</article>
|
|
</div>
|
|
</div>
|