Changeset 1286754
- Timestamp:
- 11/15/2015 09:18:01 PM (10 years ago)
- Location:
- wp-rss-importer/trunk
- Files:
-
- 3 edited
-
admin/templates/edit-rss.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
wp-rss-importer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-rss-importer/trunk/admin/templates/edit-rss.php
r1091763 r1286754 19 19 <div class="postbox"> 20 20 <h3><span><?php _e( 'RSS details', 'logics' ); ?></span></h3> 21 <h3 style="background: #CCC; text-align: center;">Cron Job URL: <?php echo admin_url( 'admin-ajax.php?action=runcron&id=' . $rss_id ); ?></h3> 21 22 <div class="inside"> 22 23 <p> -
wp-rss-importer/trunk/readme.txt
r1091763 r1286754 4 4 Tags: post,rss,custom post type 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 17 Stable tag: 9.06 Tested up to: 4.3.1 7 Stable tag: 2.0.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 31 31 No. It will check existing record and if found then no insert new. 32 32 33 = Can it us in cron job ? = 34 Yes. In edit mode cron job URL is appearing on top. This URL can be use as cron job 35 33 36 == Screenshots == 34 37 … … 38 41 == Changelog == 39 42 = 1.0 = 43 = 2.0 = 44 Added cron job url in edit mode. 40 45 41 46 == Upgrade Notice == -
wp-rss-importer/trunk/wp-rss-importer.php
r1286742 r1286754 6 6 Author: Dileep Awasthi 7 7 Author URI: http://logicsart.com/ 8 Version: 1.0.08 Version: 2.0.0 9 9 License: GPLv3 10 10 … … 23 23 require_once( LOGICS_PLUGIN_DIR . 'admin/class-admin.php' ); 24 24 } 25 add_action('wp_ajax_runcron', array($this,'runcron_callback')); 26 add_action('wp_ajax_nopriv_runcron', array($this,'runcron_callback')); 25 27 } 26 28 function logics_taxget_action_callback() {
Note: See TracChangeset
for help on using the changeset viewer.