Changeset 2694710
- Timestamp:
- 03/16/2022 09:40:32 AM (4 years ago)
- Location:
- platformly/trunk
- Files:
-
- 3 edited
-
inc/ply.functions.php (modified) (2 diffs)
-
platformly.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
platformly/trunk/inc/ply.functions.php
r2585949 r2694710 405 405 if(!empty($ply_plugin_cid)){ 406 406 if($slug !== null){ 407 $slug = rtrim($slug, '/'); 407 408 $sql = $wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "ply_pages WHERE ply_cid = %d AND ply_page_type = %s AND ply_page_slug = %s AND ply_page_status = 'active'", array($ply_plugin_cid, $type, $slug)); 408 409 } else{ … … 522 523 global $wpdb; 523 524 $plyPage = $wpdb->get_row($wpdb->prepare("SELECT id FROM {$wpdb->posts} WHERE post_type = %s AND post_name = %s", array('ply_page', $pageSlug))); 524 wp_delete_post($plyPage->id, true); 525 } 525 if($plyPage){ 526 wp_delete_post($plyPage->id, true); 527 } 528 } -
platformly/trunk/platformly.php
r2610279 r2694710 4 4 Plugin Name: Platform.ly Official 5 5 Description: Platform.ly plugin is the easiest way to setup your optins and pages that your created with Platform.ly. After building your optin or page with our interactive WYSIWYG builders, you can set them up to show on your site with just a couple of clicks. 6 Version: 1.1 16 Version: 1.12 7 7 Author: Platform.ly 8 8 Author URI: https://www.platform.ly/ -
platformly/trunk/readme.txt
r2610279 r2694710 3 3 Tags: CRM, ecommerce, custom pages, landing pages, optin forms, events, tracking links, platform.ly, platform, platformly 4 4 Requires at least: 4.6 5 Tested up to: 5. 85 Tested up to: 5.9 6 6 Requires PHP: 5.5.9 7 7 Stable tag: trunk … … 78 78 == Upgrade Notice == 79 79 80 = 1.12 = 81 - Minor fixes 82 80 83 = 1.11 = 81 84 - Fixed the 404 Page not found error for pages
Note: See TracChangeset
for help on using the changeset viewer.