PluginProbe
Import Social Events / 1.1.1
Import Social Events v1.1.1
1.9.1 1.9.0 trunk 1.0.0 1.0.1 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0 1.3.0 1.4.0 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.6.0 1.6.1 1.6.10 1.6.11 1.6.12 All 61 releases
import-facebook-events / templates / scheduled-import-events.php

scheduled-import-events.php in Import Social Events 1.1.1, at templates/scheduled-import-events.php

20 lines 592 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 // If this file is called directly, abort.
3 if ( ! defined( 'ABSPATH' ) ) exit;
4 global $ife_events;
5 ?>
6 <div class="ife_container">
7 <div class="ife_row">
8 <div class="">
9 <form id="scheduled-import" method="get">
10 <input type="hidden" name="page" value="<?php echo $_REQUEST['page'] ?>" />
11 <input type="hidden" name="tab" value="<?php echo $tab = isset($_REQUEST['tab'])? $_REQUEST['tab'] : 'scheduled' ?>" />
12 <input type="hidden" name="ntab" value="" />
13 <?php
14 do_action( 'ife_render_pro_notice' );
15 ?>
16 </form>
17 </div>
18 </div>
19 </div>
20