Changeset 3041901
- Timestamp:
- 02/27/2024 12:31:27 PM (2 years ago)
- Location:
- create-pages-on-multisite
- Files:
-
- 5 edited
- 2 copied
-
tags/1.0.1 (copied) (copied from create-pages-on-multisite/trunk)
-
tags/1.0.1/readme.txt (modified) (1 diff)
-
tags/1.0.2-beta (copied) (copied from create-pages-on-multisite/trunk)
-
tags/1.0.2-beta/readme.txt (modified) (1 diff)
-
tags/1.0.2-beta/wpriders-page-on-all.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wpriders-page-on-all.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
create-pages-on-multisite/tags/1.0.1/readme.txt
r1376292 r3041901 4 4 Requires at least: 3.8.8 5 5 Tested up to: 3.8.8 6 Stable tag: trunk6 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
create-pages-on-multisite/tags/1.0.2-beta/readme.txt
r1376292 r3041901 3 3 Tags: multi site, multisite, multi-site, add pages, create pages, batch create page 4 4 Requires at least: 3.8.8 5 Tested up to: 3. 8.86 Stable tag: trunk5 Tested up to: 3.9.40 6 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
create-pages-on-multisite/tags/1.0.2-beta/wpriders-page-on-all.php
r1376292 r3041901 4 4 * Plugin URI: http://www.wpriders.com 5 5 * Description: This plugin creates a new page an all multisite sites. If the Page exists, it will be updated with the new info (title/content). Optionally, you can set the new page as Blog/Homepage 6 * Version: 1.0. 16 * Version: 1.0.2-beta 7 7 * Author: Mihai Irodiu from WPRiders 8 8 * Author URI: http://www.wpriders.com … … 84 84 } 85 85 update_post_meta( $post_id, '_wp_page_template', $get_template ); 86 update_post_meta( $post_id, '_multisite_created_plugin', '1' ); 86 87 wp_send_json_success( 'For Blog ID ' . $blog_id . ' The page has been created with sucess' ); 87 88 } else { … … 109 110 } 110 111 update_post_meta( $post_id, '_wp_page_template', $get_template ); 112 update_post_meta( $post_id, '_multisite_created_plugin', '1' ); 111 113 wp_send_json_success( 'For Blog ID ' . $blog_id . ' The page has been updated with sucess' ); 112 114 } else { -
create-pages-on-multisite/trunk/readme.txt
r1376292 r3041901 3 3 Tags: multi site, multisite, multi-site, add pages, create pages, batch create page 4 4 Requires at least: 3.8.8 5 Tested up to: 3. 8.86 Stable tag: trunk5 Tested up to: 3.9.40 6 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
create-pages-on-multisite/trunk/wpriders-page-on-all.php
r1376292 r3041901 4 4 * Plugin URI: http://www.wpriders.com 5 5 * Description: This plugin creates a new page an all multisite sites. If the Page exists, it will be updated with the new info (title/content). Optionally, you can set the new page as Blog/Homepage 6 * Version: 1.0. 16 * Version: 1.0.2-beta 7 7 * Author: Mihai Irodiu from WPRiders 8 8 * Author URI: http://www.wpriders.com … … 84 84 } 85 85 update_post_meta( $post_id, '_wp_page_template', $get_template ); 86 update_post_meta( $post_id, '_multisite_created_plugin', '1' ); 86 87 wp_send_json_success( 'For Blog ID ' . $blog_id . ' The page has been created with sucess' ); 87 88 } else { … … 109 110 } 110 111 update_post_meta( $post_id, '_wp_page_template', $get_template ); 112 update_post_meta( $post_id, '_multisite_created_plugin', '1' ); 111 113 wp_send_json_success( 'For Blog ID ' . $blog_id . ' The page has been updated with sucess' ); 112 114 } else {
Note: See TracChangeset
for help on using the changeset viewer.