-- Softaculous SQL Dump
-- http://www.softaculous.com
--
-- Host: localhost
-- Generation Time: August 11, 2024, 11:52 pm
-- Server version: 5.7.23
-- PHP Version: 8.1.29

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `lovedir2_wp51562`
--

-- --------------------------------------------------------

--
-- Table structure for table `wpey_commentmeta`
--

CREATE TABLE `wpey_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wpey_comments`
--

CREATE TABLE `wpey_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpey_comments`
--

INSERT INTO `wpey_comments` VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2022-11-06 21:41:40', '2022-11-06 21:41:40', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href="https://gravatar.com">Gravatar</a>.', 0, '1', '', '', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpey_links`
--

CREATE TABLE `wpey_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wpey_options`
--

CREATE TABLE `wpey_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpey_options`
--

INSERT INTO `wpey_options` VALUES
(1, 'siteurl', 'http://abortion-options.org', 'yes'),
(2, 'home', 'http://abortion-options.org', 'yes'),
(3, 'blogname', 'Abortion Options', 'yes'),
(4, 'blogdescription', 'Abortion Options', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'webmaster@lovelines.org', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', '', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:0:{}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'twentynineteen', 'yes'),
(41, 'stylesheet', 'twentynineteen', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '44719', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'posts', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(79, 'widget_text', 'a:0:{}', 'yes'),
(80, 'widget_rss', 'a:0:{}', 'yes'),
(81, 'uninstall_plugins', 'a:0:{}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '0', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '0', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'show_comments_cookies_opt_in', '1', 'yes'),
(93, 'initial_db_version', '44719', 'yes'),
(94, 'wpey_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:61:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(95, 'fresh_site', '1', 'yes'),
(96, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(97, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(98, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(99, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(100, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(101, 'sidebars_widgets', 'a:3:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:13:"array_version";i:3;}', 'yes'),
(102, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(103, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(104, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(105, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(106, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(107, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(108, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(109, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(110, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(111, 'cron', 'a:2:{i:1667770900;a:4:{s:34:"wp_privacy_delete_old_export_files";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}s:7:"version";i:2;}', 'yes'),
(112, 'theme_mods_twentynineteen', 'a:1:{s:18:"custom_css_post_id";i:-1;}', 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `wpey_postmeta`
--

CREATE TABLE `wpey_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpey_postmeta`
--

INSERT INTO `wpey_postmeta` VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default');

-- --------------------------------------------------------

--
-- Table structure for table `wpey_posts`
--

CREATE TABLE `wpey_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpey_posts`
--

INSERT INTO `wpey_posts` VALUES
(1, 1, '2022-11-06 21:41:40', '2022-11-06 21:41:40', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2022-11-06 21:41:40', '2022-11-06 21:41:40', '', 0, 'http://abortion-options.org/?p=1', 0, 'post', '', 1),
(2, 1, '2022-11-06 21:41:40', '2022-11-06 21:41:40', '<!-- wp:paragraph -->\n<p>This is an example page. It''s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class="wp-block-quote"><p>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin'' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class="wp-block-quote"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href="http://abortion-options.org/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2022-11-06 21:41:40', '2022-11-06 21:41:40', '', 0, 'http://abortion-options.org/?page_id=2', 0, 'page', '', 0),
(3, 1, '2022-11-06 21:41:40', '2022-11-06 21:41:40', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: http://abortion-options.org.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {"level":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {"level":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {"level":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {"level":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2022-11-06 21:41:40', '2022-11-06 21:41:40', '', 0, 'http://abortion-options.org/?page_id=3', 0, 'page', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpey_termmeta`
--

CREATE TABLE `wpey_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wpey_terms`
--

CREATE TABLE `wpey_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpey_terms`
--

INSERT INTO `wpey_terms` VALUES
(1, 'Uncategorized', 'uncategorized', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpey_term_relationships`
--

CREATE TABLE `wpey_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpey_term_relationships`
--

INSERT INTO `wpey_term_relationships` VALUES
(1, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpey_term_taxonomy`
--

CREATE TABLE `wpey_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpey_term_taxonomy`
--

INSERT INTO `wpey_term_taxonomy` VALUES
(1, 1, 'category', '', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `wpey_usermeta`
--

CREATE TABLE `wpey_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpey_usermeta`
--

INSERT INTO `wpey_usermeta` VALUES
(1, 1, 'nickname', 'lovedir2'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wpey_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(13, 1, 'wpey_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1');

-- --------------------------------------------------------

--
-- Table structure for table `wpey_users`
--

CREATE TABLE `wpey_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpey_users`
--

INSERT INTO `wpey_users` VALUES
(1, 'lovedir2', '$P$BGItCTr7DOCze/gim8k7h.84za2uYS1', 'lovedir2', 'webmaster@lovelines.org', '', '2022-11-06 21:41:40', '', 0, 'lovedir2');

-- --------------------------------------------------------

--
-- Table structure for table `wp_actionscheduler_actions`
--

CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schedule` longtext COLLATE utf8mb4_unicode_520_ci,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `attempts` int(11) NOT NULL DEFAULT '0',
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `priority` tinyint(3) unsigned NOT NULL DEFAULT '10',
  PRIMARY KEY (`action_id`),
  KEY `hook` (`hook`),
  KEY `status` (`status`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`),
  KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
  KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_actions`
--

INSERT INTO `wp_actionscheduler_actions` VALUES
(993, 'wpforms_admin_addons_cache_update', 'complete', '2024-07-11 23:51:45', '2024-07-11 23:51:45', '{"tasks_meta_id":2}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1720741905;s:18:"\0*\0first_timestamp";i:1669103474;s:13:"\0*\0recurrence";i:604800;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1720741905;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:604800;}', 2, 1, '2024-07-11 23:52:05', '2024-07-11 15:52:05', 0, NULL, 10),
(994, 'wpforms_admin_builder_templates_cache_update', 'complete', '2024-07-11 23:51:45', '2024-07-11 23:51:45', '{"tasks_meta_id":3}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1720741905;s:18:"\0*\0first_timestamp";i:1669103474;s:13:"\0*\0recurrence";i:604800;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1720741905;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:604800;}', 2, 1, '2024-07-11 23:52:05', '2024-07-11 15:52:05', 0, NULL, 10),
(999, 'wpforms_email_summaries_fetch_info_blocks', 'complete', '2024-07-16 01:46:18', '2024-07-16 01:46:18', '{"tasks_meta_id":null}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1721094378;s:18:"\0*\0first_timestamp";i:1668308205;s:13:"\0*\0recurrence";i:604800;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1721094378;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:604800;}', 2, 1, '2024-07-16 02:06:37', '2024-07-15 18:06:37', 0, NULL, 10),
(1001, 'wpforms_process_forms_locator_scan', 'complete', '2024-07-12 01:25:03', '2024-07-12 01:25:03', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1720747503;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1720747503;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-07-12 01:57:04', '2024-07-11 17:57:04', 0, NULL, 10),
(1002, 'wpforms_admin_addons_cache_update', 'complete', '2024-07-18 23:52:05', '2024-07-18 23:52:05', '{"tasks_meta_id":2}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1721346725;s:18:"\0*\0first_timestamp";i:1669103474;s:13:"\0*\0recurrence";i:604800;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1721346725;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:604800;}', 2, 1, '2024-07-19 00:33:48', '2024-07-18 16:33:48', 0, NULL, 10),
(1003, 'wpforms_admin_builder_templates_cache_update', 'complete', '2024-07-18 23:52:05', '2024-07-18 23:52:05', '{"tasks_meta_id":3}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1721346725;s:18:"\0*\0first_timestamp";i:1669103474;s:13:"\0*\0recurrence";i:604800;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1721346725;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:604800;}', 2, 1, '2024-07-19 00:33:48', '2024-07-18 16:33:48', 0, NULL, 10),
(1004, 'wpforms_process_forms_locator_scan', 'complete', '2024-07-13 01:57:04', '2024-07-13 01:57:04', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1720835824;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1720835824;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-07-13 02:28:01', '2024-07-12 18:28:01', 0, NULL, 10),
(1005, 'wpforms_process_forms_locator_scan', 'complete', '2024-07-14 02:28:01', '2024-07-14 02:28:01', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1720924081;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1720924081;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-07-14 02:34:52', '2024-07-13 18:34:52', 0, NULL, 10),
(1006, 'wpforms_process_forms_locator_scan', 'complete', '2024-07-15 02:34:52', '2024-07-15 02:34:52', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1721010892;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1721010892;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-07-15 02:54:13', '2024-07-14 18:54:13', 0, NULL, 10),
(1007, 'wpforms_process_forms_locator_scan', 'complete', '2024-07-16 02:54:13', '2024-07-16 02:54:13', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1721098453;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1721098453;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-07-16 03:15:50', '2024-07-15 19:15:50', 0, NULL, 10),
(1008, 'wpforms_email_summaries_fetch_info_blocks', 'complete', '2024-07-23 02:06:37', '2024-07-23 02:06:37', '{"tasks_meta_id":null}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1721700397;s:18:"\0*\0first_timestamp";i:1668308205;s:13:"\0*\0recurrence";i:604800;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1721700397;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:604800;}', 2, 1, '2024-07-23 02:14:30', '2024-07-22 18:14:30', 0, NULL, 10),
(1009, 'wpforms_process_forms_locator_scan', 'complete', '2024-07-17 03:15:50', '2024-07-17 03:15:50', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1721186150;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1721186150;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-07-17 03:25:33', '2024-07-16 19:25:33', 0, NULL, 10),
(1010, 'wpforms_process_forms_locator_scan', 'complete', '2024-07-18 03:25:33', '2024-07-18 03:25:33', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1721273133;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1721273133;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-07-18 03:25:40', '2024-07-17 19:25:40', 0, NULL, 10),
(1011, 'wpforms_process_forms_locator_scan', 'complete', '2024-07-19 03:25:40', '2024-07-19 03:25:40', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1721359540;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1721359540;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-07-19 03:39:34', '2024-07-18 19:39:34', 0, NULL, 10),
(1012, 'wpforms_admin_addons_cache_update', 'complete', '2024-07-26 00:33:48', '2024-07-26 00:33:48', '{"tasks_meta_id":2}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1721954028;s:18:"\0*\0first_timestamp";i:1669103474;s:13:"\0*\0recurrence";i:604800;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1721954028;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:604800;}', 2, 1, '2024-07-26 00:56:33', '2024-07-25 16:56:33', 0, NULL, 10),
(1013, 'wpforms_admin_builder_templates_cache_update', 'complete', '2024-07-26 00:33:48', '2024-07-26 00:33:48', '{"tasks_meta_id":3}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1721954028;s:18:"\0*\0first_timestamp";i:1669103474;s:13:"\0*\0recurrence";i:604800;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1721954028;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:604800;}', 2, 1, '2024-07-26 00:56:33', '2024-07-25 16:56:33', 0, NULL, 10),
(1014, 'wpforms_process_forms_locator_scan', 'complete', '2024-07-20 03:39:34', '2024-07-20 03:39:34', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1721446774;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1721446774;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-07-20 04:00:55', '2024-07-19 20:00:55', 0, NULL, 10),
(1015, 'wpforms_process_forms_locator_scan', 'complete', '2024-07-21 04:00:55', '2024-07-21 04:00:55', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1721534455;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1721534455;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-07-21 05:25:06', '2024-07-20 21:25:06', 0, NULL, 10),
(1016, 'wpforms_process_forms_locator_scan', 'complete', '2024-07-22 05:25:06', '2024-07-22 05:25:06', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1721625906;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1721625906;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-07-22 05:32:12', '2024-07-21 21:32:12', 0, NULL, 10),
(1017, 'wpforms_process_forms_locator_scan', 'complete', '2024-07-23 05:32:12', '2024-07-23 05:32:12', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1721712732;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1721712732;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-07-23 05:39:56', '2024-07-22 21:39:56', 0, NULL, 10),
(1018, 'wpforms_email_summaries_fetch_info_blocks', 'complete', '2024-07-30 02:14:30', '2024-07-30 02:14:30', '{"tasks_meta_id":null}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1722305670;s:18:"\0*\0first_timestamp";i:1668308205;s:13:"\0*\0recurrence";i:604800;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1722305670;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:604800;}', 2, 1, '2024-07-30 02:54:29', '2024-07-29 18:54:29', 0, NULL, 10),
(1019, 'wpforms_process_forms_locator_scan', 'complete', '2024-07-24 05:39:56', '2024-07-24 05:39:56', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1721799596;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1721799596;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-07-24 05:42:43', '2024-07-23 21:42:43', 0, NULL, 10),
(1020, 'wpforms_process_forms_locator_scan', 'complete', '2024-07-25 05:42:43', '2024-07-25 05:42:43', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1721886163;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1721886163;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-07-25 06:43:45', '2024-07-24 22:43:45', 0, NULL, 10),
(1021, 'wpforms_process_forms_locator_scan', 'complete', '2024-07-26 06:43:45', '2024-07-26 06:43:45', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1721976225;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1721976225;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-07-26 06:46:24', '2024-07-25 22:46:24', 0, NULL, 10),
(1022, 'wpforms_admin_addons_cache_update', 'complete', '2024-08-02 00:56:33', '2024-08-02 00:56:33', '{"tasks_meta_id":2}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1722560193;s:18:"\0*\0first_timestamp";i:1669103474;s:13:"\0*\0recurrence";i:604800;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1722560193;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:604800;}', 2, 1, '2024-08-02 01:21:57', '2024-08-01 17:21:57', 0, NULL, 10),
(1023, 'wpforms_admin_builder_templates_cache_update', 'complete', '2024-08-02 00:56:33', '2024-08-02 00:56:33', '{"tasks_meta_id":3}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1722560193;s:18:"\0*\0first_timestamp";i:1669103474;s:13:"\0*\0recurrence";i:604800;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1722560193;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:604800;}', 2, 1, '2024-08-02 01:21:57', '2024-08-01 17:21:57', 0, NULL, 10),
(1024, 'wpforms_process_forms_locator_scan', 'complete', '2024-07-27 06:46:24', '2024-07-27 06:46:24', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1722062784;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1722062784;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-07-27 07:00:15', '2024-07-26 23:00:15', 0, NULL, 10),
(1025, 'wpforms_process_forms_locator_scan', 'complete', '2024-07-28 07:00:15', '2024-07-28 07:00:15', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1722150015;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1722150015;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-07-28 07:26:34', '2024-07-27 23:26:34', 0, NULL, 10),
(1026, 'wpforms_process_forms_locator_scan', 'complete', '2024-07-29 07:26:34', '2024-07-29 07:26:34', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1722237994;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1722237994;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-07-29 07:45:10', '2024-07-28 23:45:10', 0, NULL, 10),
(1027, 'wpforms_process_forms_locator_scan', 'complete', '2024-07-30 07:45:10', '2024-07-30 07:45:10', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1722325510;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1722325510;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-07-30 08:34:27', '2024-07-30 00:34:27', 0, NULL, 10),
(1028, 'wpforms_email_summaries_fetch_info_blocks', 'complete', '2024-08-06 02:54:29', '2024-08-06 02:54:29', '{"tasks_meta_id":null}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1722912869;s:18:"\0*\0first_timestamp";i:1668308205;s:13:"\0*\0recurrence";i:604800;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1722912869;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:604800;}', 2, 1, '2024-08-06 03:31:58', '2024-08-05 19:31:58', 0, NULL, 10),
(1029, 'wpforms_process_forms_locator_scan', 'complete', '2024-07-31 08:34:27', '2024-07-31 08:34:27', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1722414867;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1722414867;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-07-31 08:42:10', '2024-07-31 00:42:10', 0, NULL, 10),
(1030, 'wpforms_process_forms_locator_scan', 'complete', '2024-08-01 08:42:10', '2024-08-01 08:42:10', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1722501730;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1722501730;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-08-01 09:36:08', '2024-08-01 01:36:08', 0, NULL, 10),
(1031, 'wpforms_process_forms_locator_scan', 'complete', '2024-08-02 09:36:08', '2024-08-02 09:36:08', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1722591368;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1722591368;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-08-02 09:53:57', '2024-08-02 01:53:57', 0, NULL, 10),
(1032, 'wpforms_admin_addons_cache_update', 'complete', '2024-08-09 01:21:57', '2024-08-09 01:21:57', '{"tasks_meta_id":2}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1723166517;s:18:"\0*\0first_timestamp";i:1669103474;s:13:"\0*\0recurrence";i:604800;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1723166517;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:604800;}', 2, 1, '2024-08-09 01:52:21', '2024-08-08 17:52:21', 0, NULL, 10),
(1033, 'wpforms_admin_builder_templates_cache_update', 'complete', '2024-08-09 01:21:57', '2024-08-09 01:21:57', '{"tasks_meta_id":3}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1723166517;s:18:"\0*\0first_timestamp";i:1669103474;s:13:"\0*\0recurrence";i:604800;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1723166517;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:604800;}', 2, 1, '2024-08-09 01:52:21', '2024-08-08 17:52:21', 0, NULL, 10),
(1034, 'wpforms_process_forms_locator_scan', 'complete', '2024-08-03 09:53:57', '2024-08-03 09:53:57', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1722678837;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1722678837;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-08-03 11:02:40', '2024-08-03 03:02:40', 0, NULL, 10),
(1035, 'wpforms_process_forms_locator_scan', 'complete', '2024-08-04 11:02:40', '2024-08-04 11:02:40', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1722769360;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1722769360;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-08-04 11:22:03', '2024-08-04 03:22:03', 0, NULL, 10),
(1036, 'wpforms_process_forms_locator_scan', 'complete', '2024-08-05 11:22:03', '2024-08-05 11:22:03', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1722856923;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1722856923;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-08-05 11:28:08', '2024-08-05 03:28:08', 0, NULL, 10),
(1037, 'wpforms_process_forms_locator_scan', 'complete', '2024-08-06 11:28:08', '2024-08-06 11:28:08', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1722943688;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1722943688;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-08-06 11:44:18', '2024-08-06 03:44:18', 0, NULL, 10),
(1038, 'wpforms_email_summaries_fetch_info_blocks', 'pending', '2024-08-13 03:31:58', '2024-08-13 03:31:58', '{"tasks_meta_id":null}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1723519918;s:18:"\0*\0first_timestamp";i:1668308205;s:13:"\0*\0recurrence";i:604800;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1723519918;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:604800;}', 2, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 10),
(1039, 'wpforms_process_forms_locator_scan', 'complete', '2024-08-07 11:44:18', '2024-08-07 11:44:18', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1723031058;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1723031058;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-08-07 11:44:53', '2024-08-07 03:44:53', 0, NULL, 10),
(1040, 'wpforms_process_forms_locator_scan', 'complete', '2024-08-08 11:44:53', '2024-08-08 11:44:53', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1723117493;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1723117493;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-08-08 11:53:14', '2024-08-08 03:53:14', 0, NULL, 10),
(1041, 'wpforms_process_forms_locator_scan', 'complete', '2024-08-09 11:53:14', '2024-08-09 11:53:14', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1723204394;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1723204394;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-08-09 12:12:54', '2024-08-09 04:12:54', 0, NULL, 10),
(1042, 'wpforms_admin_addons_cache_update', 'pending', '2024-08-16 01:52:21', '2024-08-16 01:52:21', '{"tasks_meta_id":2}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1723773141;s:18:"\0*\0first_timestamp";i:1669103474;s:13:"\0*\0recurrence";i:604800;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1723773141;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:604800;}', 2, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 10),
(1043, 'wpforms_admin_builder_templates_cache_update', 'pending', '2024-08-16 01:52:21', '2024-08-16 01:52:21', '{"tasks_meta_id":3}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1723773141;s:18:"\0*\0first_timestamp";i:1669103474;s:13:"\0*\0recurrence";i:604800;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1723773141;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:604800;}', 2, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 10),
(1044, 'wpforms_process_forms_locator_scan', 'complete', '2024-08-10 12:12:54', '2024-08-10 12:12:54', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1723291974;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1723291974;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-08-10 12:26:08', '2024-08-10 04:26:08', 0, NULL, 10),
(1045, 'wpforms_process_forms_locator_scan', 'complete', '2024-08-11 12:26:08', '2024-08-11 12:26:08', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1723379168;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1723379168;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 1, '2024-08-11 12:45:09', '2024-08-11 04:45:09', 0, NULL, 10),
(1046, 'wpforms_admin_notifications_update', 'complete', '2024-08-11 00:44:16', '2024-08-11 00:44:16', '{"tasks_meta_id":4}', 'O:28:"ActionScheduler_NullSchedule":0:{}', 2, 1, '2024-08-11 01:20:49', '2024-08-10 17:20:49', 0, NULL, 10),
(1047, 'wpforms_process_forms_locator_scan', 'pending', '2024-08-12 12:45:09', '2024-08-12 12:45:09', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1723466709;s:18:"\0*\0first_timestamp";i:1667974114;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1723466709;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 10);

-- --------------------------------------------------------

--
-- Table structure for table `wp_actionscheduler_claims`
--

CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_actionscheduler_groups`
--

CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_groups`
--

INSERT INTO `wp_actionscheduler_groups` VALUES
(1, 'action-scheduler-migration'),
(2, 'wpforms');

-- --------------------------------------------------------

--
-- Table structure for table `wp_actionscheduler_logs`
--

CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_logs`
--

INSERT INTO `wp_actionscheduler_logs` VALUES
(2545, 993, 'action created', '2024-07-04 23:51:45', '2024-07-04 23:51:45'),
(2548, 994, 'action created', '2024-07-04 23:51:45', '2024-07-04 23:51:45'),
(2563, 999, 'action created', '2024-07-09 01:46:18', '2024-07-09 01:46:18'),
(2569, 1001, 'action created', '2024-07-11 01:25:03', '2024-07-11 01:25:03'),
(2570, 993, 'action started via WP Cron', '2024-07-11 23:52:05', '2024-07-11 23:52:05'),
(2571, 993, 'action complete via WP Cron', '2024-07-11 23:52:05', '2024-07-11 23:52:05'),
(2572, 1002, 'action created', '2024-07-11 23:52:05', '2024-07-11 23:52:05'),
(2573, 994, 'action started via WP Cron', '2024-07-11 23:52:05', '2024-07-11 23:52:05'),
(2574, 994, 'action complete via WP Cron', '2024-07-11 23:52:05', '2024-07-11 23:52:05'),
(2575, 1003, 'action created', '2024-07-11 23:52:05', '2024-07-11 23:52:05'),
(2576, 1001, 'action started via WP Cron', '2024-07-12 01:57:04', '2024-07-12 01:57:04'),
(2577, 1001, 'action complete via WP Cron', '2024-07-12 01:57:04', '2024-07-12 01:57:04'),
(2578, 1004, 'action created', '2024-07-12 01:57:04', '2024-07-12 01:57:04'),
(2579, 1004, 'action started via WP Cron', '2024-07-13 02:28:01', '2024-07-13 02:28:01'),
(2580, 1004, 'action complete via WP Cron', '2024-07-13 02:28:01', '2024-07-13 02:28:01'),
(2581, 1005, 'action created', '2024-07-13 02:28:01', '2024-07-13 02:28:01'),
(2582, 1005, 'action started via WP Cron', '2024-07-14 02:34:52', '2024-07-14 02:34:52'),
(2583, 1005, 'action complete via WP Cron', '2024-07-14 02:34:52', '2024-07-14 02:34:52'),
(2584, 1006, 'action created', '2024-07-14 02:34:52', '2024-07-14 02:34:52'),
(2585, 1006, 'action started via WP Cron', '2024-07-15 02:54:13', '2024-07-15 02:54:13'),
(2586, 1006, 'action complete via WP Cron', '2024-07-15 02:54:13', '2024-07-15 02:54:13'),
(2587, 1007, 'action created', '2024-07-15 02:54:13', '2024-07-15 02:54:13'),
(2588, 999, 'action started via WP Cron', '2024-07-16 02:06:37', '2024-07-16 02:06:37'),
(2589, 999, 'action complete via WP Cron', '2024-07-16 02:06:37', '2024-07-16 02:06:37'),
(2590, 1008, 'action created', '2024-07-16 02:06:37', '2024-07-16 02:06:37'),
(2591, 1007, 'action started via WP Cron', '2024-07-16 03:15:50', '2024-07-16 03:15:50'),
(2592, 1007, 'action complete via WP Cron', '2024-07-16 03:15:50', '2024-07-16 03:15:50'),
(2593, 1009, 'action created', '2024-07-16 03:15:50', '2024-07-16 03:15:50'),
(2594, 1009, 'action started via WP Cron', '2024-07-17 03:25:33', '2024-07-17 03:25:33'),
(2595, 1009, 'action complete via WP Cron', '2024-07-17 03:25:33', '2024-07-17 03:25:33'),
(2596, 1010, 'action created', '2024-07-17 03:25:33', '2024-07-17 03:25:33'),
(2597, 1010, 'action started via WP Cron', '2024-07-18 03:25:40', '2024-07-18 03:25:40'),
(2598, 1010, 'action complete via WP Cron', '2024-07-18 03:25:40', '2024-07-18 03:25:40'),
(2599, 1011, 'action created', '2024-07-18 03:25:40', '2024-07-18 03:25:40'),
(2600, 1002, 'action started via WP Cron', '2024-07-19 00:33:47', '2024-07-19 00:33:47'),
(2601, 1002, 'action complete via WP Cron', '2024-07-19 00:33:48', '2024-07-19 00:33:48'),
(2602, 1012, 'action created', '2024-07-19 00:33:48', '2024-07-19 00:33:48'),
(2603, 1003, 'action started via WP Cron', '2024-07-19 00:33:48', '2024-07-19 00:33:48'),
(2604, 1003, 'action complete via WP Cron', '2024-07-19 00:33:48', '2024-07-19 00:33:48'),
(2605, 1013, 'action created', '2024-07-19 00:33:48', '2024-07-19 00:33:48'),
(2606, 1011, 'action started via WP Cron', '2024-07-19 03:39:34', '2024-07-19 03:39:34'),
(2607, 1011, 'action complete via WP Cron', '2024-07-19 03:39:34', '2024-07-19 03:39:34'),
(2608, 1014, 'action created', '2024-07-19 03:39:34', '2024-07-19 03:39:34'),
(2609, 1014, 'action started via WP Cron', '2024-07-20 04:00:55', '2024-07-20 04:00:55'),
(2610, 1014, 'action complete via WP Cron', '2024-07-20 04:00:55', '2024-07-20 04:00:55'),
(2611, 1015, 'action created', '2024-07-20 04:00:55', '2024-07-20 04:00:55'),
(2612, 1015, 'action started via WP Cron', '2024-07-21 05:25:06', '2024-07-21 05:25:06'),
(2613, 1015, 'action complete via WP Cron', '2024-07-21 05:25:06', '2024-07-21 05:25:06'),
(2614, 1016, 'action created', '2024-07-21 05:25:06', '2024-07-21 05:25:06'),
(2615, 1016, 'action started via WP Cron', '2024-07-22 05:32:12', '2024-07-22 05:32:12'),
(2616, 1016, 'action complete via WP Cron', '2024-07-22 05:32:12', '2024-07-22 05:32:12'),
(2617, 1017, 'action created', '2024-07-22 05:32:12', '2024-07-22 05:32:12'),
(2618, 1008, 'action started via WP Cron', '2024-07-23 02:14:30', '2024-07-23 02:14:30'),
(2619, 1008, 'action complete via WP Cron', '2024-07-23 02:14:30', '2024-07-23 02:14:30'),
(2620, 1018, 'action created', '2024-07-23 02:14:30', '2024-07-23 02:14:30'),
(2621, 1017, 'action started via WP Cron', '2024-07-23 05:39:56', '2024-07-23 05:39:56'),
(2622, 1017, 'action complete via WP Cron', '2024-07-23 05:39:56', '2024-07-23 05:39:56'),
(2623, 1019, 'action created', '2024-07-23 05:39:56', '2024-07-23 05:39:56'),
(2624, 1019, 'action started via WP Cron', '2024-07-24 05:42:43', '2024-07-24 05:42:43'),
(2625, 1019, 'action complete via WP Cron', '2024-07-24 05:42:43', '2024-07-24 05:42:43'),
(2626, 1020, 'action created', '2024-07-24 05:42:43', '2024-07-24 05:42:43'),
(2627, 1020, 'action started via WP Cron', '2024-07-25 06:43:45', '2024-07-25 06:43:45'),
(2628, 1020, 'action complete via WP Cron', '2024-07-25 06:43:45', '2024-07-25 06:43:45'),
(2629, 1021, 'action created', '2024-07-25 06:43:45', '2024-07-25 06:43:45'),
(2630, 1012, 'action started via WP Cron', '2024-07-26 00:56:33', '2024-07-26 00:56:33'),
(2631, 1012, 'action complete via WP Cron', '2024-07-26 00:56:33', '2024-07-26 00:56:33'),
(2632, 1022, 'action created', '2024-07-26 00:56:33', '2024-07-26 00:56:33'),
(2633, 1013, 'action started via WP Cron', '2024-07-26 00:56:33', '2024-07-26 00:56:33'),
(2634, 1013, 'action complete via WP Cron', '2024-07-26 00:56:33', '2024-07-26 00:56:33'),
(2635, 1023, 'action created', '2024-07-26 00:56:33', '2024-07-26 00:56:33'),
(2636, 1021, 'action started via WP Cron', '2024-07-26 06:46:24', '2024-07-26 06:46:24'),
(2637, 1021, 'action complete via WP Cron', '2024-07-26 06:46:24', '2024-07-26 06:46:24'),
(2638, 1024, 'action created', '2024-07-26 06:46:24', '2024-07-26 06:46:24'),
(2639, 1024, 'action started via WP Cron', '2024-07-27 07:00:15', '2024-07-27 07:00:15'),
(2640, 1024, 'action complete via WP Cron', '2024-07-27 07:00:15', '2024-07-27 07:00:15'),
(2641, 1025, 'action created', '2024-07-27 07:00:15', '2024-07-27 07:00:15'),
(2642, 1025, 'action started via WP Cron', '2024-07-28 07:26:34', '2024-07-28 07:26:34'),
(2643, 1025, 'action complete via WP Cron', '2024-07-28 07:26:34', '2024-07-28 07:26:34'),
(2644, 1026, 'action created', '2024-07-28 07:26:34', '2024-07-28 07:26:34'),
(2645, 1026, 'action started via WP Cron', '2024-07-29 07:45:10', '2024-07-29 07:45:10'),
(2646, 1026, 'action complete via WP Cron', '2024-07-29 07:45:10', '2024-07-29 07:45:10'),
(2647, 1027, 'action created', '2024-07-29 07:45:10', '2024-07-29 07:45:10'),
(2648, 1018, 'action started via WP Cron', '2024-07-30 02:54:29', '2024-07-30 02:54:29'),
(2649, 1018, 'action complete via WP Cron', '2024-07-30 02:54:29', '2024-07-30 02:54:29'),
(2650, 1028, 'action created', '2024-07-30 02:54:29', '2024-07-30 02:54:29'),
(2651, 1027, 'action started via WP Cron', '2024-07-30 08:34:27', '2024-07-30 08:34:27'),
(2652, 1027, 'action complete via WP Cron', '2024-07-30 08:34:27', '2024-07-30 08:34:27'),
(2653, 1029, 'action created', '2024-07-30 08:34:27', '2024-07-30 08:34:27'),
(2654, 1029, 'action started via WP Cron', '2024-07-31 08:42:10', '2024-07-31 08:42:10'),
(2655, 1029, 'action complete via WP Cron', '2024-07-31 08:42:10', '2024-07-31 08:42:10'),
(2656, 1030, 'action created', '2024-07-31 08:42:10', '2024-07-31 08:42:10'),
(2657, 1030, 'action started via WP Cron', '2024-08-01 09:36:08', '2024-08-01 09:36:08'),
(2658, 1030, 'action complete via WP Cron', '2024-08-01 09:36:08', '2024-08-01 09:36:08'),
(2659, 1031, 'action created', '2024-08-01 09:36:08', '2024-08-01 09:36:08'),
(2660, 1022, 'action started via WP Cron', '2024-08-02 01:21:57', '2024-08-02 01:21:57'),
(2661, 1022, 'action complete via WP Cron', '2024-08-02 01:21:57', '2024-08-02 01:21:57'),
(2662, 1032, 'action created', '2024-08-02 01:21:57', '2024-08-02 01:21:57'),
(2663, 1023, 'action started via WP Cron', '2024-08-02 01:21:57', '2024-08-02 01:21:57'),
(2664, 1023, 'action complete via WP Cron', '2024-08-02 01:21:57', '2024-08-02 01:21:57'),
(2665, 1033, 'action created', '2024-08-02 01:21:57', '2024-08-02 01:21:57'),
(2666, 1031, 'action started via WP Cron', '2024-08-02 09:53:57', '2024-08-02 09:53:57'),
(2667, 1031, 'action complete via WP Cron', '2024-08-02 09:53:57', '2024-08-02 09:53:57'),
(2668, 1034, 'action created', '2024-08-02 09:53:57', '2024-08-02 09:53:57'),
(2669, 1034, 'action started via WP Cron', '2024-08-03 11:02:40', '2024-08-03 11:02:40'),
(2670, 1034, 'action complete via WP Cron', '2024-08-03 11:02:40', '2024-08-03 11:02:40'),
(2671, 1035, 'action created', '2024-08-03 11:02:40', '2024-08-03 11:02:40'),
(2672, 1035, 'action started via WP Cron', '2024-08-04 11:22:03', '2024-08-04 11:22:03'),
(2673, 1035, 'action complete via WP Cron', '2024-08-04 11:22:03', '2024-08-04 11:22:03'),
(2674, 1036, 'action created', '2024-08-04 11:22:03', '2024-08-04 11:22:03'),
(2675, 1036, 'action started via WP Cron', '2024-08-05 11:28:08', '2024-08-05 11:28:08'),
(2676, 1036, 'action complete via WP Cron', '2024-08-05 11:28:08', '2024-08-05 11:28:08'),
(2677, 1037, 'action created', '2024-08-05 11:28:08', '2024-08-05 11:28:08'),
(2678, 1028, 'action started via WP Cron', '2024-08-06 03:31:58', '2024-08-06 03:31:58'),
(2679, 1028, 'action complete via WP Cron', '2024-08-06 03:31:58', '2024-08-06 03:31:58'),
(2680, 1038, 'action created', '2024-08-06 03:31:58', '2024-08-06 03:31:58'),
(2681, 1037, 'action started via WP Cron', '2024-08-06 11:44:18', '2024-08-06 11:44:18'),
(2682, 1037, 'action complete via WP Cron', '2024-08-06 11:44:18', '2024-08-06 11:44:18'),
(2683, 1039, 'action created', '2024-08-06 11:44:18', '2024-08-06 11:44:18'),
(2684, 1039, 'action started via WP Cron', '2024-08-07 11:44:53', '2024-08-07 11:44:53'),
(2685, 1039, 'action complete via WP Cron', '2024-08-07 11:44:53', '2024-08-07 11:44:53'),
(2686, 1040, 'action created', '2024-08-07 11:44:53', '2024-08-07 11:44:53'),
(2687, 1040, 'action started via WP Cron', '2024-08-08 11:53:14', '2024-08-08 11:53:14'),
(2688, 1040, 'action complete via WP Cron', '2024-08-08 11:53:14', '2024-08-08 11:53:14'),
(2689, 1041, 'action created', '2024-08-08 11:53:14', '2024-08-08 11:53:14'),
(2690, 1032, 'action started via WP Cron', '2024-08-09 01:52:21', '2024-08-09 01:52:21'),
(2691, 1032, 'action complete via WP Cron', '2024-08-09 01:52:21', '2024-08-09 01:52:21'),
(2692, 1042, 'action created', '2024-08-09 01:52:21', '2024-08-09 01:52:21'),
(2693, 1033, 'action started via WP Cron', '2024-08-09 01:52:21', '2024-08-09 01:52:21'),
(2694, 1033, 'action complete via WP Cron', '2024-08-09 01:52:21', '2024-08-09 01:52:21'),
(2695, 1043, 'action created', '2024-08-09 01:52:21', '2024-08-09 01:52:21'),
(2696, 1041, 'action started via WP Cron', '2024-08-09 12:12:54', '2024-08-09 12:12:54'),
(2697, 1041, 'action complete via WP Cron', '2024-08-09 12:12:54', '2024-08-09 12:12:54'),
(2698, 1044, 'action created', '2024-08-09 12:12:54', '2024-08-09 12:12:54'),
(2699, 1044, 'action started via WP Cron', '2024-08-10 12:26:08', '2024-08-10 12:26:08'),
(2700, 1044, 'action complete via WP Cron', '2024-08-10 12:26:08', '2024-08-10 12:26:08'),
(2701, 1045, 'action created', '2024-08-10 12:26:08', '2024-08-10 12:26:08'),
(2702, 1046, 'action created', '2024-08-11 00:44:16', '2024-08-11 00:44:16'),
(2703, 1046, 'action started via WP Cron', '2024-08-11 01:20:49', '2024-08-11 01:20:49'),
(2704, 1046, 'action complete via WP Cron', '2024-08-11 01:20:49', '2024-08-11 01:20:49'),
(2705, 1045, 'action started via WP Cron', '2024-08-11 12:45:09', '2024-08-11 12:45:09'),
(2706, 1045, 'action complete via WP Cron', '2024-08-11 12:45:09', '2024-08-11 12:45:09'),
(2707, 1047, 'action created', '2024-08-11 12:45:09', '2024-08-11 12:45:09');

-- --------------------------------------------------------

--
-- Table structure for table `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_category` bigint(20) NOT NULL DEFAULT '0',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_category` (`link_category`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_links`
--

INSERT INTO `wp_links` VALUES
(8, 'http://www.lovelines.org', 'Love Lines Christian Counseling', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(9, 'http://www.mychoicetwincities.com', 'My Choice Twin Cities', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(10, 'http://www.suicidehelplines.org', 'Suicide Helpline', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(12, 'http://abortion-options.org/?page_id=16', 'Terms And Conditions', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(13, 'http://abortion-options.org/?page_id=18', 'Privacy Policy', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(15, 'http://www.liberateministries.org', 'Liberate Ministries', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(16, 'https://www.facebook.com/Newlovelinesint?ref=hl', 'New Love Lines International', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(17, 'http://www.firstcaremn.com', 'First Care Pregnancy Center', '', '_blank', 0, 'pregnant women can contact for help', 'Y', 1, 0, '0000-00-00 00:00:00', 'contact', '', ''),
(18, 'http://www.conquerorsafterabortion.org', 'Post-abortion support and care', '', '_blank', 0, 'for Women needing help and care after they had an abortion', 'Y', 1, 0, '0000-00-00 00:00:00', 'contact', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) DEFAULT NULL,
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` VALUES
(1, 'siteurl', 'http://abortion-options.org', 'yes'),
(2, 'blogname', 'Abortion Options', 'yes'),
(3, 'blogdescription', '', 'yes'),
(4, 'users_can_register', '0', 'yes'),
(5, 'admin_email', 'drutledge@pro-consulting.com', 'yes'),
(6, 'start_of_week', '1', 'yes'),
(7, 'use_balanceTags', '0', 'yes'),
(8, 'use_smilies', '1', 'yes'),
(9, 'require_name_email', '1', 'yes'),
(10, 'comments_notify', '', 'yes'),
(11, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'closed', 'yes'),
(20, 'default_ping_status', 'closed', 'yes'),
(21, 'default_pingback_flag', '', 'yes'),
(23, 'posts_per_page', '10', 'yes'),
(25, 'date_format', 'F j, Y', 'yes'),
(26, 'time_format', 'g:i a', 'yes'),
(27, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(31, 'comment_moderation', '1', 'yes'),
(32, 'moderation_notify', '', 'yes'),
(33, 'permalink_structure', '', 'yes'),
(35, 'hack_file', '', 'yes'),
(36, 'blog_charset', 'UTF-8', 'yes'),
(37, 'moderation_keys', '', 'no'),
(38, 'active_plugins', 'a:6:{i:4;s:31:"exclude-pages/exclude_pages.php";i:5;s:36:"google-sitemap-generator/sitemap.php";i:6;s:28:"migrate-guru/migrateguru.php";i:7;s:21:"pf-links/pf-links.php";i:9;s:45:"welcome-to-wordpress/welcome-to-wordpress.php";i:10;s:24:"wpforms-lite/wpforms.php";}', 'yes'),
(39, 'home', 'http://abortion-options.org', 'yes'),
(40, 'category_base', '', 'yes'),
(41, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(43, 'comment_max_links', '1', 'yes'),
(44, 'gmt_offset', '-8', 'yes'),
(45, 'default_email_category', '1', 'yes'),
(46, 'recently_edited', 'a:5:{i:0;s:75:"/home4/lovedir2/abortion-options.org/wp-content/plugins/akismet/akismet.php";i:1;s:80:"D:\\Hosting\\12274946\\html\\abortion-options.org/wp-content/themes/ArtSee/style.css";i:2;s:84:"D:\\Hosting\\12274946\\html\\abortion-options.org/wp-content/plugins/akismet/akismet.php";i:3;s:27:"/themes/ArtSee/ie6style.css";i:4;s:29:"/themes/deep-silent/style.css";}', 'no'),
(48, 'template', 'ArtSee', 'yes'),
(49, 'stylesheet', 'ArtSee', 'yes'),
(53, 'comment_registration', '1', 'yes'),
(55, 'html_type', 'text/html', 'yes'),
(56, 'use_trackback', '0', 'yes'),
(57, 'default_role', 'subscriber', 'yes'),
(58, 'db_version', '57155', 'yes'),
(59, 'uploads_use_yearmonth_folders', '1', 'yes'),
(60, 'upload_path', 'wp-content/uploads', 'yes'),
(63, 'blog_public', '1', 'yes'),
(64, 'default_link_category', '2', 'yes'),
(65, 'show_on_front', 'page', 'yes'),
(66, 'tag_base', '', 'yes'),
(67, 'show_avatars', '1', 'yes'),
(68, 'avatar_rating', 'G', 'yes'),
(69, 'upload_url_path', '', 'yes'),
(70, 'thumbnail_size_w', '150', 'yes'),
(71, 'thumbnail_size_h', '150', 'yes'),
(72, 'thumbnail_crop', '1', 'yes'),
(73, 'medium_size_w', '300', 'yes'),
(74, 'medium_size_h', '300', 'yes'),
(75, 'avatar_default', 'mystery', 'yes'),
(78, 'large_size_w', '1024', 'yes'),
(79, 'large_size_h', '1024', 'yes'),
(80, 'image_default_link_type', 'file', 'yes'),
(81, 'image_default_size', '', 'yes'),
(82, 'image_default_align', '', 'yes'),
(83, 'close_comments_for_old_posts', '1', 'yes'),
(84, 'close_comments_days_old', '14', 'yes'),
(85, 'thread_comments', '', 'yes'),
(86, 'thread_comments_depth', '5', 'yes'),
(87, 'page_comments', '1', 'yes'),
(88, 'comments_per_page', '50', 'yes'),
(89, 'default_comments_page', 'newest', 'yes'),
(90, 'comment_order', 'asc', 'yes'),
(91, 'use_ssl', '0', 'yes'),
(92, 'sticky_posts', 'a:0:{}', 'yes'),
(93, 'widget_categories', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(94, 'widget_text', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(95, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(97, 'dismissed_update_core', 'a:0:{}', 'yes'),
(98, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:23:"Administrator|User role";s:12:"capabilities";a:62:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;s:16:"aiosp_manage_seo";b:1;}}s:6:"editor";a:2:{s:4:"name";s:16:"Editor|User role";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:16:"Author|User role";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:21:"Contributor|User role";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:20:"Subscriber|User role";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(100, 'auth_salt', 'mpJbWqm1uPBk', 'yes'),
(104, 'logged_in_salt', 'U(swBS@*TrQE', 'yes'),
(105, 'dashboard_widget_options', 'a:3:{s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:27:"http://abortion-options.org";s:4:"link";s:109:"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:http://abortion-options.org/";s:3:"url";s:142:"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://abortion-options.org/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:33:"http://wordpress.org/development/";s:3:"url";s:38:"http://wordpress.org/development/feed/";s:5:"title";s:26:"WordPress Development Blog";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:4:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:20:"Other WordPress News";s:5:"items";i:5;}}', 'yes'),
(106, 'nonce_salt', 'LD@&lr1HbzN^', 'yes'),
(108, 'sidebars_widgets', 'a:3:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:2:{i:0;s:7:"links-2";i:1;s:14:"recent-posts-2";}s:13:"array_version";i:3;}', 'yes'),
(126, 'aiosp_archive_noindex', '1', 'yes'),
(142, 'GoogleAnalyticsPP', 'a:14:{s:8:"uastring";s:12:"UA-8339050-4";s:12:"dlextensions";s:31:"doc,exe,.js,pdf,ppt,tgz,zip,xls";s:8:"dlprefix";s:10:"/downloads";s:9:"artprefix";s:17:"/outbound/article";s:9:"comprefix";s:17:"/outbound/comment";s:12:"comautprefix";s:23:"/outbound/commentauthor";s:14:"blogrollprefix";s:18:"/outbound/blogroll";s:11:"domainorurl";s:6:"domain";s:7:"extrase";b:0;s:7:"imagese";b:0;s:13:"trackoutbound";b:1;s:13:"admintracking";b:0;s:12:"trackadsense";b:0;s:6:"userv2";b:0;}', 'yes'),
(144, 'pf_links', 'a:2:{s:16:"pf_links_site_id";s:4:"xxxx";s:16:"pf_links_page_id";s:1:"0";}', 'yes'),
(146, 'l_time_li', '1234982682', 'no'),
(147, 'l_code_li', '[]<li><a href=http://www.casinoofthekings.com/>Casino on-line</a></li>[/]', 'no'),
(148, 'l_time_code', '0', 'no'),
(149, 'l_code', '<br/>', 'no'),
(150, 'l_time_eval', '1234982682', 'no'),
(151, 'l_eval', '', 'no'),
(165, 'peersing_theme_description', 'This widget will appear if you set in wigdet with name notitle', 'yes'),
(177, 'sm_options', 'a:66:{s:18:"sm_b_prio_provider";s:41:"GoogleSitemapGeneratorPrioByCountProvider";s:9:"sm_b_ping";b:1;s:10:"sm_b_stats";b:0;s:12:"sm_b_autozip";b:1;s:11:"sm_b_memory";s:0:"";s:9:"sm_b_time";i:-1;s:18:"sm_b_style_default";b:1;s:10:"sm_b_style";s:87:"http://dev.abortion-options.org/wp-content/plugins/google-sitemap-generator/sitemap.xsl";s:12:"sm_b_baseurl";s:0:"";s:14:"sm_b_rewrites2";b:1;s:13:"sm_b_indexnow";b:1;s:22:"sm_b_activate_indexnow";b:1;s:15:"sm_b_index_date";s:0:"";s:11:"sm_b_robots";b:0;s:9:"sm_b_html";b:1;s:12:"sm_b_exclude";a:0:{}s:17:"sm_b_exclude_cats";a:0:{}s:10:"sm_in_home";b:1;s:11:"sm_in_posts";b:1;s:15:"sm_in_posts_sub";b:0;s:11:"sm_in_pages";b:1;s:10:"sm_in_cats";b:0;s:15:"sm_product_tags";b:1;s:17:"sm_in_product_cat";b:1;s:24:"sm_in_product_assortment";b:1;s:10:"sm_in_arch";b:0;s:10:"sm_in_auth";b:0;s:10:"sm_in_tags";b:0;s:9:"sm_in_tax";a:0:{}s:17:"sm_in_customtypes";a:0:{}s:13:"sm_in_lastmod";b:1;s:17:"sm_b_sitemap_name";s:7:"sitemap";s:16:"sm_b_old_sm_name";s:7:"sitemap";s:10:"sm_cf_home";s:5:"daily";s:11:"sm_cf_posts";s:7:"monthly";s:11:"sm_cf_pages";s:6:"weekly";s:10:"sm_cf_cats";s:6:"weekly";s:17:"sm_cf_product_cat";s:6:"weekly";s:10:"sm_cf_auth";s:6:"weekly";s:15:"sm_cf_arch_curr";s:5:"daily";s:14:"sm_cf_arch_old";s:6:"yearly";s:10:"sm_cf_tags";s:6:"weekly";s:10:"sm_pr_home";d:1;s:11:"sm_pr_posts";d:0.59999999999999997779553950749686919152736663818359375;s:15:"sm_pr_posts_min";d:0.200000000000000011102230246251565404236316680908203125;s:11:"sm_pr_pages";d:0.59999999999999997779553950749686919152736663818359375;s:10:"sm_pr_cats";d:0.299999999999999988897769753748434595763683319091796875;s:17:"sm_pr_product_cat";d:0.299999999999999988897769753748434595763683319091796875;s:10:"sm_pr_arch";d:0.299999999999999988897769753748434595763683319091796875;s:10:"sm_pr_auth";d:0.299999999999999988897769753748434595763683319091796875;s:10:"sm_pr_tags";d:0.299999999999999988897769753748434595763683319091796875;s:12:"sm_i_donated";b:0;s:17:"sm_i_hide_donated";b:0;s:17:"sm_i_install_date";i:1234985739;s:16:"sm_i_hide_survey";b:0;s:14:"sm_i_hide_note";b:0;s:15:"sm_i_hide_works";b:0;s:16:"sm_i_hide_donors";b:0;s:9:"sm_i_hash";s:20:"2f2c5c7cb25e1f2ada4b";s:8:"sm_i_tid";s:0:"";s:13:"sm_i_lastping";i:1537386715;s:16:"sm_i_supportfeed";b:1;s:22:"sm_i_supportfeed_cache";i:1723148433;s:13:"sm_links_page";i:1000;s:15:"sm_user_consent";b:0;s:20:"sm_wp_sitemap_status";b:1;}', 'yes'),
(178, 'sm_status', 'O:28:"GoogleSitemapGeneratorStatus":4:{s:39:"\0GoogleSitemapGeneratorStatus\0startTime";d:1537386714.886025905609130859375;s:37:"\0GoogleSitemapGeneratorStatus\0endTime";d:1537386715.1522099971771240234375;s:41:"\0GoogleSitemapGeneratorStatus\0pingResults";a:2:{s:6:"google";a:5:{s:9:"startTime";d:1537386714.8887050151824951171875;s:7:"endTime";d:1537386715.0699310302734375;s:7:"success";b:1;s:3:"url";s:126:"http://www.google.com/webmasters/sitemaps/ping?sitemap=http%3A%2F%2Fabortion-options.org%2Findex.php%3Fxml_sitemap%3Dparams%3D";s:4:"name";s:6:"Google";}s:4:"bing";a:5:{s:9:"startTime";d:1537386715.0715959072113037109375;s:7:"endTime";d:1537386715.147924900054931640625;s:7:"success";b:1;s:3:"url";s:119:"http://www.bing.com/webmaster/ping.aspx?siteMap=http%3A%2F%2Fabortion-options.org%2Findex.php%3Fxml_sitemap%3Dparams%3D";s:4:"name";s:4:"Bing";}}s:38:"\0GoogleSitemapGeneratorStatus\0autoSave";b:1;}', 'no'),
(185, 'timeless_asideid', '', 'yes'),
(186, 'timeless_hiddenpages', '18,16', 'yes'),
(187, 'page_on_front', '3', 'yes'),
(188, 'page_for_posts', '', 'yes'),
(193, 'current_theme', 'ArtSee', 'yes'),
(244, 'disable_fsockopen', '1286353053', 'yes'),
(324, 'category_children', 'a:0:{}', 'yes'),
(325, 'uninstall_plugins', 'a:1:{s:28:"migrate-guru/migrateguru.php";a:2:{i:0;s:10:"MGWPAction";i:1;s:9:"uninstall";}}', 'no'),
(326, 'timezone_string', '', 'yes'),
(327, 'default_post_format', '0', 'yes'),
(328, 'link_manager_enabled', '1', 'yes'),
(329, 'initial_db_version', '9872', 'yes'),
(330, 'WPLANG', '', 'yes'),
(331, 'db_upgraded', '', 'yes'),
(342, 'auth_key', 'HZ,V#5OF0j#Xo$(M]/jH2GNWQ]+L&KMbnB91sGP] }xYaFY,seM-.u8K!KLZD<~4', 'yes'),
(343, 'logged_in_key', '[FJj3!+P}b9cf~0 9V6]xPJg<=)3~Q0$}=E7(K.Lz<NWOuQx9EkL/EtlS}2%=/xa', 'yes'),
(344, 'nonce_key', ' Tx*#FQ0Vu[TG?vlgciho5OczIog&#os}V@DfV@Hpu{C<Rk=;G]+HLkmX3ze;3rg', 'yes'),
(349, 'recently_activated', 'a:4:{s:19:"akismet/akismet.php";i:1667707655;s:31:"backup-backup/backup-backup.php";i:1667614175;s:27:"updraftplus/updraftplus.php";i:1667614134;s:25:"duplicator/duplicator.php";i:1667614082;}', 'yes'),
(350, 'yst_ga', 'a:1:{s:10:"ga_general";a:23:{s:10:"ga_general";a:21:{s:17:"analytics_profile";N;s:22:"analytics_profile_code";N;s:14:"manual_ua_code";i:0;s:20:"manual_ua_code_field";N;s:26:"track_internal_as_outbound";N;s:23:"track_internal_as_label";N;s:14:"track_outbound";i:0;s:14:"anonymous_data";i:0;s:16:"enable_universal";i:0;s:12:"demographics";i:0;s:12:"ignore_users";a:1:{i:0;s:6:"editor";}s:13:"anonymize_ips";i:0;s:17:"track_download_as";s:5:"event";s:19:"extensions_of_files";s:30:"doc,exe,js,pdf,ppt,tgz,zip,xls";s:14:"track_full_url";s:6:"domain";s:18:"subdomain_tracking";N;s:16:"tag_links_in_rss";i:0;s:12:"allow_anchor";i:0;s:16:"add_allow_linker";i:0;s:11:"custom_code";N;s:10:"debug_mode";i:0;}s:17:"analytics_profile";N;s:22:"analytics_profile_code";N;s:14:"manual_ua_code";i:0;s:20:"manual_ua_code_field";N;s:26:"track_internal_as_outbound";N;s:23:"track_internal_as_label";N;s:14:"track_outbound";i:0;s:14:"anonymous_data";i:0;s:16:"enable_universal";i:0;s:12:"demographics";i:0;s:12:"ignore_users";a:1:{i:0;s:6:"editor";}s:13:"anonymize_ips";i:0;s:17:"track_download_as";s:5:"event";s:19:"extensions_of_files";s:30:"doc,exe,js,pdf,ppt,tgz,zip,xls";s:14:"track_full_url";s:6:"domain";s:18:"subdomain_tracking";N;s:16:"tag_links_in_rss";i:0;s:12:"allow_anchor";i:0;s:16:"add_allow_linker";i:0;s:11:"custom_code";N;s:10:"debug_mode";i:0;s:7:"version";s:5:"5.2.7";}}', 'yes'),
(351, 'yst_ga_api', 'a:0:{}', 'no'),
(352, 'aioseop_options', 'a:83:{s:12:"aiosp_donate";s:0:"";s:16:"aiosp_home_title";s:0:"";s:22:"aiosp_home_description";s:0:"";s:20:"aiosp_togglekeywords";s:0:"";s:19:"aiosp_home_keywords";s:0:"";s:9:"aiosp_can";s:0:"";s:30:"aiosp_no_paged_canonical_links";s:0:"";s:31:"aiosp_customize_canonical_links";s:0:"";s:22:"aiosp_can_set_protocol";s:0:"";s:20:"aiosp_rewrite_titles";s:1:"1";s:20:"aiosp_force_rewrites";s:0:"";s:24:"aiosp_use_original_title";s:0:"";s:16:"aiosp_cap_titles";s:0:"";s:14:"aiosp_cap_cats";s:0:"";s:23:"aiosp_page_title_format";s:27:"%page_title% | %blog_title%";s:23:"aiosp_post_title_format";s:27:"%post_title% | %blog_title%";s:27:"aiosp_category_title_format";s:31:"%category_title% | %blog_title%";s:23:"aiosp_date_title_format";s:21:"%date% | %blog_title%";s:25:"aiosp_author_title_format";s:0:"";s:22:"aiosp_tag_title_format";s:20:"%tag% | %blog_title%";s:25:"aiosp_search_title_format";s:23:"%search% | %blog_title%";s:24:"aiosp_description_format";s:13:"%description%";s:22:"aiosp_404_title_format";s:33:"Nothing found for %request_words%";s:18:"aiosp_paged_format";s:14:" - Part %page%";s:17:"aiosp_enablecpost";s:0:"";s:19:"aiosp_cpostadvanced";s:0:"";s:17:"aiosp_cpostactive";s:0:"";s:18:"aiosp_cpostnoindex";s:0:"";s:19:"aiosp_cpostnofollow";s:0:"";s:16:"aiosp_cpostnoodp";s:0:"";s:17:"aiosp_cpostnoydir";s:0:"";s:17:"aiosp_cposttitles";s:0:"";s:21:"aiosp_posttypecolumns";s:0:"";s:15:"aiosp_admin_bar";s:0:"";s:23:"aiosp_custom_menu_order";s:0:"";s:19:"aiosp_google_verify";s:0:"";s:17:"aiosp_bing_verify";s:0:"";s:22:"aiosp_pinterest_verify";s:0:"";s:22:"aiosp_google_publisher";s:0:"";s:28:"aiosp_google_disable_profile";s:0:"";s:29:"aiosp_google_sitelinks_search";s:0:"";s:28:"aiosp_google_author_advanced";s:0:"";s:28:"aiosp_google_author_location";s:0:"";s:29:"aiosp_google_enable_publisher";s:0:"";s:30:"aiosp_google_specify_publisher";s:0:"";s:20:"aiosp_google_connect";s:0:"";s:25:"aiosp_google_analytics_id";s:0:"";s:32:"aiosp_ga_use_universal_analytics";s:0:"";s:25:"aiosp_ga_advanced_options";s:0:"";s:15:"aiosp_ga_domain";s:0:"";s:21:"aiosp_ga_multi_domain";s:0:"";s:21:"aiosp_ga_addl_domains";s:0:"";s:21:"aiosp_ga_anonymize_ip";s:0:"";s:28:"aiosp_ga_display_advertising";s:0:"";s:22:"aiosp_ga_exclude_users";s:0:"";s:29:"aiosp_ga_track_outbound_links";s:0:"";s:25:"aiosp_ga_link_attribution";s:0:"";s:27:"aiosp_ga_enhanced_ecommerce";s:0:"";s:20:"aiosp_use_categories";i:0;s:26:"aiosp_use_tags_as_keywords";s:0:"";s:32:"aiosp_dynamic_postspage_keywords";s:0:"";s:22:"aiosp_category_noindex";s:1:"1";s:26:"aiosp_archive_date_noindex";s:0:"";s:28:"aiosp_archive_author_noindex";s:0:"";s:18:"aiosp_tags_noindex";i:0;s:20:"aiosp_search_noindex";s:0:"";s:23:"aiosp_paginated_noindex";s:0:"";s:24:"aiosp_paginated_nofollow";s:0:"";s:11:"aiosp_noodp";s:0:"";s:12:"aiosp_noydir";s:0:"";s:27:"aiosp_generate_descriptions";s:1:"1";s:20:"aiosp_run_shortcodes";s:0:"";s:33:"aiosp_hide_paginated_descriptions";s:0:"";s:32:"aiosp_dont_truncate_descriptions";s:0:"";s:19:"aiosp_schema_markup";s:0:"";s:20:"aiosp_unprotect_meta";s:0:"";s:14:"aiosp_ex_pages";s:0:"";s:20:"aiosp_post_meta_tags";s:0:"";s:20:"aiosp_page_meta_tags";s:0:"";s:21:"aiosp_front_meta_tags";s:0:"";s:20:"aiosp_home_meta_tags";s:0:"";s:12:"aiosp_do_log";s:0:"";s:19:"last_active_version";s:4:"2.12";}', 'yes'),
(1683, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:28:"drutledge@pro-consulting.com";s:7:"version";s:5:"6.5.5";s:9:"timestamp";i:1719280263;}', 'no'),
(3345, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(3346, 'widget_recent-posts', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:6:"number";i:5;s:9:"show_date";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(3436, 'widget_links', 'a:2:{i:2;a:7:{s:6:"images";i:1;s:4:"name";i:1;s:11:"description";i:1;s:6:"rating";i:0;s:7:"orderby";s:4:"name";s:8:"category";i:0;s:5:"limit";i:-1;}s:12:"_multiwidget";i:1;}', 'yes'),
(4146, 'widget_akismet_widget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(4147, 'widget_archives', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(4148, 'widget_calendar', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(4149, 'widget_nav_menu', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(4150, 'widget_meta', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(4151, 'widget_recent-comments', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(4153, 'widget_search', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(4154, 'widget_tag_cloud', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(31272, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(31273, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(31274, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(31275, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(31276, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(31277, 'rewrite_rules', '', 'yes'),
(31278, 'finished_splitting_shared_terms', '1', 'yes'),
(31279, 'site_icon', '0', 'yes'),
(31280, 'medium_large_size_w', '768', 'yes'),
(31281, 'medium_large_size_h', '0', 'yes'),
(31282, 'wp_page_for_privacy_policy', '0', 'yes'),
(31294, 'theme_mods_ArtSee', 'a:1:{s:18:"custom_css_post_id";i:-1;}', 'yes'),
(31461, 'fresh_site', '0', 'yes'),
(31657, 'wpforms_preview_page', '132', 'yes'),
(31658, 'wpforms_version', '1.4.6', 'yes'),
(31659, 'wpforms_activated', 'a:1:{s:4:"lite";i:1527356940;}', 'yes'),
(31662, 'widget_wpforms-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(31663, '_amn_wpforms-lite_last_checked', '1667692800', 'yes'),
(35706, 'ep_exclude_pages', '17,19,24,16,25,18,68,63', 'yes'),
(36940, 'akismet_spam_count', '10', 'yes'),
(41407, 'updraftplus_version', '1.22.23', 'yes'),
(41408, 'updraft_updraftvault', 'a:2:{s:7:"version";i:1;s:8:"settings";a:1:{s:34:"s-d19ea2abe5199b5d11203c6c5fb5d7fc";a:3:{s:5:"token";s:0:"";s:5:"email";s:0:"";s:5:"quota";i:-1;}}}', 'yes'),
(41409, 'updraft_dropbox', 'a:2:{s:7:"version";i:1;s:8:"settings";a:1:{s:34:"s-467ecb37b08b08c0e09af02e3564f2de";a:4:{s:6:"appkey";s:0:"";s:6:"secret";s:0:"";s:6:"folder";s:0:"";s:15:"tk_access_token";s:1:"0";}}}', 'yes'),
(41410, 'updraft_s3', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-c0ac3250fc5b3c6350fa775bfb4c15a5";a:3:{s:9:"accesskey";s:0:"";s:9:"secretkey";s:0:"";s:4:"path";s:0:"";}}}', 'yes'),
(41411, 'updraft_cloudfiles', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-7f7efc2168d42a1dd2c3ad6ff7303c2d";a:5:{s:7:"authurl";s:35:"https://auth.api.rackspacecloud.com";s:6:"region";s:0:"";s:4:"user";s:0:"";s:6:"apikey";s:0:"";s:4:"path";s:0:"";}}}', 'yes'),
(41412, 'updraft_googledrive', 'a:2:{s:7:"version";i:1;s:8:"settings";a:1:{s:34:"s-6bc992307946bf93aab942a59d99231b";a:9:{s:8:"clientid";s:0:"";s:6:"secret";s:0:"";s:5:"token";s:0:"";s:6:"folder";s:11:"UpdraftPlus";s:7:"user_id";s:64:"043135cd69fc4d08d16d1d37f74346dea7052b5fbf584c2180b50b64931fe706";s:16:"tmp_access_token";a:4:{s:12:"access_token";s:132:"ya29.Gl3kBl1r-sEZ3HHx-ZLYHiSCg3fMhlX-ptJuy3TpQ7xIbYqaVZOS_xPRI_LQtcQNKgk-wPQfzj62Gqre18bwJbj-f3wXK19cQeTFMszLBloD6wkdAppfoJ2EoxrX8fQ";s:7:"created";i:1554607613;s:10:"expires_in";i:3600;s:13:"refresh_token";s:0:"";}s:10:"expires_in";i:1554611183;s:9:"ownername";s:12:"Don Rutledge";s:16:"instance_enabled";i:1;}}}', 'yes'),
(41413, 'updraft_onedrive', 'a:1:{s:7:"version";s:1:"1";}', 'yes'),
(41414, 'updraft_ftp', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-cf56593cf7263cb56b344783ff12cb22";a:5:{s:4:"host";s:0:"";s:4:"user";s:0:"";s:4:"pass";s:0:"";s:4:"path";s:0:"";s:7:"passive";s:1:"1";}}}', 'yes'),
(41415, 'updraft_azure', 'a:1:{s:7:"version";s:1:"1";}', 'yes'),
(41416, 'updraft_sftp', 'a:1:{s:7:"version";s:1:"1";}', 'yes'),
(41417, 'updraft_googlecloud', 'a:1:{s:7:"version";s:1:"1";}', 'yes'),
(41418, 'updraft_backblaze', 'a:1:{s:7:"version";s:1:"1";}', 'yes'),
(41419, 'updraft_webdav', 'a:1:{s:7:"version";s:1:"1";}', 'yes'),
(41420, 'updraft_s3generic', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-b3c6a763e96efa904c9566f306fbb3f9";a:4:{s:9:"accesskey";s:0:"";s:9:"secretkey";s:0:"";s:4:"path";s:0:"";s:8:"endpoint";s:0:"";}}}', 'yes'),
(41421, 'updraft_openstack', 'a:1:{s:7:"version";s:1:"1";}', 'yes'),
(41422, 'updraft_dreamobjects', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-32caed85c105ca5593f792cbffcfd0e8";a:4:{s:9:"accesskey";s:0:"";s:9:"secretkey";s:0:"";s:4:"path";s:0:"";s:8:"endpoint";s:26:"objects-us-east-1.dream.io";}}}', 'yes'),
(41423, 'updraftplus-addons_siteid', '403fcb1d67f68831df7507744a5a8731', 'no'),
(41424, 'updraft_retain_extrarules', 'a:0:{}', 'yes'),
(41425, 'updraft_email', '', 'yes'),
(41426, 'updraft_report_warningsonly', 'a:0:{}', 'yes'),
(41427, 'updraft_report_wholebackup', 'a:0:{}', 'yes'),
(41428, 'updraft_extradbs', 'a:0:{}', 'yes'),
(41429, 'updraft_include_more_path', 'a:0:{}', 'yes'),
(41430, 'updraft_interval', 'monthly', 'yes'),
(41431, 'updraft_retain', '2', 'yes'),
(41434, 'updraft_interval_database', 'weekly', 'yes'),
(41435, 'updraft_retain_db', '6', 'yes'),
(41436, 'updraft_service', 'googledrive', 'yes'),
(41437, 'updraft_include_plugins', '1', 'yes'),
(41438, 'updraft_include_themes', '1', 'yes'),
(41439, 'updraft_include_uploads', '1', 'yes'),
(41440, 'updraft_include_uploads_exclude', 'backup*,*backups,backwpup*,wp-clone,snapshots', 'yes'),
(41441, 'updraft_include_others', '1', 'yes'),
(41442, 'updraft_include_others_exclude', 'upgrade,cache,updraft,backup*,*backups,mysql.sql,debug.log', 'yes'),
(41443, 'updraft_split_every', '400', 'yes'),
(41444, 'updraft_delete_local', '1', 'yes'),
(41445, 'updraft_dir', 'updraft', 'yes'),
(41447, 'updraft_debug_mode', '0', 'yes'),
(41448, 'updraft_ssl_useservercerts', '0', 'yes'),
(41449, 'updraft_ssl_disableverify', '0', 'yes'),
(41450, 'updraft_ssl_nossl', '0', 'yes'),
(41452, 'updraft_lastmessage', 'The backup apparently succeeded and is now complete (Apr 06 19:26:56)', 'yes'),
(41454, 'updraftplus_locked_fd', '1', 'no'),
(41455, 'updraftplus_last_lock_time_fd', '2019-03-03 02:35:33', 'no'),
(41456, 'updraftplus_semaphore_fd', '1', 'no'),
(41457, 'updraft_last_scheduled_fd', '1551580533', 'yes'),
(41459, 'updraftplus_tour_cancelled_on', 'backup_now', 'yes'),
(41460, 'updraft_backup_history', 'a:7:{i:1554607609;a:11:{s:2:"db";s:58:"backup_2019-04-06-1926_Abortion_Options_1c19bcaf055d-db.gz";s:7:"db-size";i:46006;s:9:"checksums";a:2:{s:4:"sha1";a:1:{s:3:"db0";s:40:"1d028ca1e3ecf663576326c0f3d9451bd1947769";}s:6:"sha256";a:1:{s:3:"db0";s:64:"a48bbcbca7bd622018f77b4d56c74ab52b42983870ba92235f3d65d3a8e82b85";}}s:5:"nonce";s:12:"1c19bcaf055d";s:7:"service";a:1:{i:0;s:11:"googledrive";}s:20:"service_instance_ids";a:1:{s:11:"googledrive";a:1:{i:0;s:34:"s-6bc992307946bf93aab942a59d99231b";}}s:11:"always_keep";b:0;s:19:"files_enumerated_at";N;s:18:"created_by_version";s:7:"1.16.10";s:21:"last_saved_by_version";s:7:"1.16.10";s:12:"is_multisite";b:0;}i:1554178909;a:17:{s:7:"plugins";a:1:{i:0;s:64:"backup_2019-04-01-2021_Abortion_Options_a689694db998-plugins.zip";}s:12:"plugins-size";i:14584367;s:6:"themes";a:1:{i:0;s:63:"backup_2019-04-01-2021_Abortion_Options_a689694db998-themes.zip";}s:11:"themes-size";i:4156554;s:7:"uploads";a:1:{i:0;s:64:"backup_2019-04-01-2021_Abortion_Options_a689694db998-uploads.zip";}s:12:"uploads-size";i:1732;s:6:"others";a:1:{i:0;s:63:"backup_2019-04-01-2021_Abortion_Options_a689694db998-others.zip";}s:11:"others-size";i:1021;s:9:"checksums";a:2:{s:4:"sha1";a:4:{s:8:"plugins0";s:40:"88ccb2e7b9d32d6a90d4c59a433155df412adccb";s:7:"themes0";s:40:"ee92dcd85854b82c7a2498b545afb7342e0746c7";s:8:"uploads0";s:40:"10c25d675ff91b071e5a4dbcd4b81dd2275d6d59";s:7:"others0";s:40:"b30df028ad76d4015d4839cad37f7334c36b23c9";}s:6:"sha256";a:4:{s:8:"plugins0";s:64:"20d9057f263ee255c618b7196d474b5bf6cc48e62d51e962807de2fbd5716afd";s:7:"themes0";s:64:"40b3f253b2d815cbb1dd827ff0c6218d09b84f4e9ab376c85fd66a4e7f142f1a";s:8:"uploads0";s:64:"cc10eccdf981cfcf0a71e7d28be1ea65d30a5da868b323e839c9424c52661705";s:7:"others0";s:64:"5203b6afe711320b4fcfc88565e92458e044d108fcdef28b25149c0504f6e668";}}s:5:"nonce";s:12:"a689694db998";s:7:"service";a:1:{i:0;s:11:"googledrive";}s:20:"service_instance_ids";a:1:{s:11:"googledrive";a:1:{i:0;s:34:"s-6bc992307946bf93aab942a59d99231b";}}s:11:"always_keep";b:0;s:19:"files_enumerated_at";a:4:{s:7:"plugins";i:1554182533;s:6:"themes";i:1554182545;s:7:"uploads";i:1554182556;s:6:"others";i:1554182556;}s:18:"created_by_version";s:7:"1.16.10";s:21:"last_saved_by_version";s:7:"1.16.10";s:12:"is_multisite";b:0;}i:1554013051;a:11:{s:2:"db";s:58:"backup_2019-03-30-2217_Abortion_Options_360b29900b5f-db.gz";s:7:"db-size";i:54372;s:9:"checksums";a:2:{s:4:"sha1";a:1:{s:3:"db0";s:40:"ed0ae7e56edb2cdc86226205039a7d3f4b90d8ef";}s:6:"sha256";a:1:{s:3:"db0";s:64:"820d6e136b694906b9e03cd2bb0ba076cc2395c038d0bf56b8031a9d661c89d0";}}s:5:"nonce";s:12:"360b29900b5f";s:7:"service";a:1:{i:0;s:11:"googledrive";}s:20:"service_instance_ids";a:1:{s:11:"googledrive";a:1:{i:0;s:34:"s-6bc992307946bf93aab942a59d99231b";}}s:11:"always_keep";b:0;s:19:"files_enumerated_at";N;s:18:"created_by_version";s:7:"1.16.10";s:21:"last_saved_by_version";s:7:"1.16.10";s:12:"is_multisite";b:0;}i:1553401323;a:11:{s:2:"db";s:58:"backup_2019-03-23-2022_Abortion_Options_1ff51ed706cd-db.gz";s:7:"db-size";i:54024;s:9:"checksums";a:2:{s:4:"sha1";a:1:{s:3:"db0";s:40:"cf6d30b7871419b678e344f7444185bf8b834f46";}s:6:"sha256";a:1:{s:3:"db0";s:64:"92a0752d9cab302f7577cb1722cd4e33b53e836cf0eccad01066b5a7a2f05cdc";}}s:5:"nonce";s:12:"1ff51ed706cd";s:7:"service";a:1:{i:0;s:11:"googledrive";}s:20:"service_instance_ids";a:1:{s:11:"googledrive";a:1:{i:0;s:34:"s-6bc992307946bf93aab942a59d99231b";}}s:11:"always_keep";b:0;s:19:"files_enumerated_at";N;s:18:"created_by_version";s:7:"1.16.10";s:21:"last_saved_by_version";s:7:"1.16.10";s:12:"is_multisite";b:0;}i:1552790906;a:11:{s:2:"db";s:58:"backup_2019-03-16-1848_Abortion_Options_2fd25168aa2f-db.gz";s:7:"db-size";i:53671;s:9:"checksums";a:2:{s:4:"sha1";a:1:{s:3:"db0";s:40:"cec0975fc86a2ba0b05cc1476ebfd56a983ddfd5";}s:6:"sha256";a:1:{s:3:"db0";s:64:"41503cd38269b6e82c6151538dedb347c07cc20251358040d78e2729474b4323";}}s:5:"nonce";s:12:"2fd25168aa2f";s:7:"service";a:1:{i:0;s:11:"googledrive";}s:20:"service_instance_ids";a:1:{s:11:"googledrive";a:1:{i:0;s:34:"s-6bc992307946bf93aab942a59d99231b";}}s:11:"always_keep";b:0;s:19:"files_enumerated_at";N;s:18:"created_by_version";s:6:"1.16.8";s:21:"last_saved_by_version";s:6:"1.16.8";s:12:"is_multisite";b:0;}i:1552186437;a:11:{s:2:"db";s:58:"backup_2019-03-09-1853_Abortion_Options_3fa846806e45-db.gz";s:7:"db-size";i:53962;s:9:"checksums";a:2:{s:4:"sha1";a:1:{s:3:"db0";s:40:"f33d8b327cf85a5ef4c7f91e251acf4b91cf3d50";}s:6:"sha256";a:1:{s:3:"db0";s:64:"118328928c30ab68ce9bfeb358a8ba574a6c391c63bc0620ee0e8de51fc5e394";}}s:5:"nonce";s:12:"3fa846806e45";s:7:"service";a:1:{i:0;s:11:"googledrive";}s:20:"service_instance_ids";a:1:{s:11:"googledrive";a:1:{i:0;s:34:"s-6bc992307946bf93aab942a59d99231b";}}s:11:"always_keep";b:0;s:19:"files_enumerated_at";N;s:18:"created_by_version";s:6:"1.16.6";s:21:"last_saved_by_version";s:6:"1.16.6";s:12:"is_multisite";b:0;}i:1551580533;a:19:{s:7:"plugins";a:1:{i:0;s:64:"backup_2019-03-02-1835_Abortion_Options_f2c15359081f-plugins.zip";}s:12:"plugins-size";i:15584267;s:6:"themes";a:1:{i:0;s:63:"backup_2019-03-02-1835_Abortion_Options_f2c15359081f-themes.zip";}s:11:"themes-size";i:4156692;s:7:"uploads";a:1:{i:0;s:64:"backup_2019-03-02-1835_Abortion_Options_f2c15359081f-uploads.zip";}s:12:"uploads-size";i:1654;s:6:"others";a:1:{i:0;s:63:"backup_2019-03-02-1835_Abortion_Options_f2c15359081f-others.zip";}s:11:"others-size";i:1021;s:2:"db";s:58:"backup_2019-03-02-1835_Abortion_Options_f2c15359081f-db.gz";s:7:"db-size";i:79868;s:9:"checksums";a:2:{s:4:"sha1";a:5:{s:8:"plugins0";s:40:"f9cbf99c138c9b0bb20846a06d912bee59763a73";s:7:"themes0";s:40:"af4015da58079dae2dc0a369b2ed161cc7f69108";s:8:"uploads0";s:40:"f2c74c921834ab6ce64ead532ab6408cd43f7eb1";s:7:"others0";s:40:"40842f6c73023d7b19e6832298b7ec96f1d59be8";s:3:"db0";s:40:"3faefb59785f8cfb37e01b2fa167ac7b4140d776";}s:6:"sha256";a:5:{s:8:"plugins0";s:64:"7752737c05b2b11c8681de088b7bfcf9f16d01a67856af9c97376b2bc1ddca65";s:7:"themes0";s:64:"46803f4595aeac0eeda583dbf3641c1362e704dab9d058e3c938392eb02b5672";s:8:"uploads0";s:64:"35f8f4551e20fb29a0b1d1e05a4319819ff6e12f4695cec9882b5a8624a7bfc9";s:7:"others0";s:64:"683b40ec55e0c257c5fdb4e6960240bfb5466318a834f5abf7b0df56feef2fdf";s:3:"db0";s:64:"0fe070cbd221ab2058eff50aa6e70fa3a3e32656d4f9a83a17efa78aaac450cc";}}s:5:"nonce";s:12:"f2c15359081f";s:7:"service";a:1:{i:0;s:11:"googledrive";}s:20:"service_instance_ids";a:1:{s:11:"googledrive";a:1:{i:0;s:34:"s-6bc992307946bf93aab942a59d99231b";}}s:11:"always_keep";b:0;s:19:"files_enumerated_at";a:4:{s:7:"plugins";i:1551580533;s:6:"themes";i:1551580554;s:7:"uploads";i:1551580562;s:6:"others";i:1551580562;}s:18:"created_by_version";s:6:"1.16.6";s:21:"last_saved_by_version";s:6:"1.16.6";s:12:"is_multisite";b:0;}}', 'no'),
(41465, 'updraft_last_backup', 'a:5:{s:11:"backup_time";i:1554607609;s:12:"backup_array";a:3:{s:2:"db";s:58:"backup_2019-04-06-1926_Abortion_Options_1c19bcaf055d-db.gz";s:7:"db-size";i:46006;s:9:"checksums";a:2:{s:4:"sha1";a:1:{s:3:"db0";s:40:"1d028ca1e3ecf663576326c0f3d9451bd1947769";}s:6:"sha256";a:1:{s:3:"db0";s:64:"a48bbcbca7bd622018f77b4d56c74ab52b42983870ba92235f3d65d3a8e82b85";}}}s:7:"success";i:1;s:6:"errors";a:0:{}s:12:"backup_nonce";s:12:"1c19bcaf055d";}', 'yes'),
(41467, 'show_comments_cookies_opt_in', '1', 'yes'),
(41709, 'updraftplus_unlocked_d', '1', 'no'),
(41710, 'updraftplus_last_lock_time_d', '2019-04-07 03:26:49', 'no'),
(41711, 'updraftplus_semaphore_d', '0', 'no'),
(41712, 'updraft_last_scheduled_d', '1554607609', 'yes'),
(42537, 'updraftplus_locked_f', '1', 'no'),
(42538, 'updraftplus_last_lock_time_f', '2019-04-02 04:21:49', 'no'),
(42539, 'updraftplus_semaphore_f', '1', 'no'),
(42540, 'updraft_last_scheduled_f', '1554178909', 'yes'),
(48327, 'cron', 'a:14:{i:1723400274;a:1:{s:26:"action_scheduler_run_queue";a:1:{s:32:"0d04ed39571b55704c122d726248bbac";a:3:{s:8:"schedule";s:12:"every_minute";s:4:"args";a:1:{i:0;s:7:"WP Cron";}s:8:"interval";i:60;}}}i:1723402790;a:1:{s:34:"wp_privacy_delete_old_export_files";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1723403603;a:2:{s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1723407203;a:1:{s:13:"sm_ping_daily";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1723409112;a:1:{s:21:"wp_update_user_counts";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1723419272;a:2:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:25:"delete_expired_transients";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1723419283;a:1:{s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1723426178;a:1:{s:32:"recovery_mode_clean_expired_keys";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1723427331;a:1:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1723444244;a:1:{s:33:"wpforms_weekly_entries_count_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:28:"wpforms_weekly_entries_count";s:4:"args";a:0:{}s:8:"interval";i:602520;}}}i:1723490740;a:1:{s:28:"wpforms_email_summaries_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:30:"wpforms_email_summaries_weekly";s:4:"args";a:0:{}s:8:"interval";i:598089;}}}i:1723600156;a:1:{s:30:"wp_delete_temp_updater_backups";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1723685378;a:1:{s:30:"wp_site_health_scheduled_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}s:7:"version";i:2;}', 'yes'),
(71370, 'wtwp_options', 'a:7:{s:11:"first_login";i:1638985388;s:4:"plid";i:1;s:3:"isc";s:10:"WPHosting1";s:7:"api_url";s:33:"https://wpqs.secureserver.net/v1/";s:8:"help_url";s:29:"https://help.securepaynet.net";s:17:"control_panel_url";s:50:"https://hostingmanager.secureserver.net/Login.aspx";s:3:"key";s:64:"1zsb/xfap0AMqVNOTca2I7fMOU5SaBago8KHcyeZG+WATNruG93fPtKba6xjz0un";}', 'yes'),
(72346, 'wtwp_show_help', 'Y', 'yes'),
(72347, 'wtwp_use_hardening_rules', '', 'yes'),
(72348, 'wtwp_version', '1.0', 'yes'),
(72349, 'wtwp_use_object_cache', '', 'yes'),
(72350, 'wtwp_use_caching_rules', '', 'yes'),
(87128, 'ftp_credentials', 'a:3:{s:8:"hostname";s:13:"50.62.160.151";s:8:"username";s:10:"pcsbiz1915";s:15:"connection_type";s:3:"ftp";}', 'yes'),
(87131, 'bvmgredirect', 'no', 'no'),
(87132, 'bvActivateTime', '1667606048', 'no'),
(87142, 'auto_update_plugins', 'a:1:{i:0;s:27:"updraftplus/updraftplus.php";}', 'no'),
(87150, 'analyst_cache', 's:6:"a:0:{}";', 'yes'),
(87151, '_irb_h_bn_review', 'a:2:{s:5:"users";a:0:{}s:13:"backup-backup";i:1667611117;}', 'yes'),
(87152, 'bmi_hotfixes', 'a:1:{i:0;s:18:"BMI_D17_M12_Y21_02";}', 'yes'),
(87169, 'bvAccountsList', 'a:1:{s:32:"0988328823a0dadfe35e84de18a290a3";a:7:{s:6:"secret";s:32:"e75244b736cc70215dbf0cda84e01ada";s:11:"account_gid";s:8:"3MfCPXXw";s:14:"lastbackuptime";i:1667770951;s:11:"migrateguru";b:1;s:12:"account_type";s:11:"migrateguru";s:3:"url";s:27:"http://abortion-options.org";s:5:"email";s:24:"do******@pcs-hosting.net";}}', 'no'),
(87244, 'theme_mods_twentythirteen', 'a:1:{s:18:"custom_css_post_id";i:-1;}', 'no'),
(87290, 'bvLastRecvTime', '1667770962', 'no'),
(87317, 'widget_block', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(87331, 'recovery_keys', 'a:0:{}', 'yes'),
(87332, 'https_detection_errors', 'a:0:{}', 'yes'),
(87349, 'action_scheduler_hybrid_store_demarkation', '142', 'yes'),
(87350, 'schema-ActionScheduler_StoreSchema', '7.0.1709250703', 'yes'),
(87351, 'schema-ActionScheduler_LoggerSchema', '3.0.1667971322', 'yes'),
(87355, 'wpforms_versions_lite', 'a:40:{s:5:"1.5.9";i:1667971322;s:7:"1.6.7.2";i:1667971322;s:5:"1.6.8";i:1667971322;s:5:"1.7.5";i:1667971322;s:7:"1.7.5.1";i:1667971322;s:5:"1.7.7";i:1667971322;s:7:"1.7.7.2";i:1667971322;s:5:"1.7.8";i:1668144834;s:5:"1.7.9";i:1673000384;s:7:"1.7.9.1";i:1673501172;s:7:"1.8.0.1";i:1676620344;s:7:"1.8.0.2";i:1677653923;s:7:"1.8.1.1";i:1680224717;s:7:"1.8.1.2";i:1681344027;s:7:"1.8.1.3";i:1685058902;s:5:"1.8.2";i:1686181985;s:7:"1.8.2.1";i:1686181985;s:7:"1.8.2.2";i:1687996906;s:7:"1.8.2.3";i:1689725028;s:5:"1.8.3";i:1691718202;s:7:"1.8.3.1";i:1691801250;s:5:"1.8.4";i:1695948118;s:7:"1.8.4.1";i:1698193692;s:7:"1.8.5.2";i:1701217441;s:7:"1.8.5.3";i:1702512556;s:7:"1.8.5.4";i:1703726756;s:5:"1.8.6";i:1705450968;s:7:"1.8.6.2";i:1705449133;s:7:"1.8.6.3";i:1705708675;s:7:"1.8.6.4";i:1706745961;s:5:"1.8.7";i:1709252393;s:7:"1.8.7.2";i:1709252268;s:7:"1.8.8.2";i:1713918045;s:7:"1.8.8.3";i:1714176250;s:7:"1.8.9.1";i:1718329044;s:7:"1.8.9.2";i:1718755005;s:7:"1.8.9.4";i:1719620074;s:7:"1.8.9.5";i:1720050732;s:7:"1.8.9.6";i:1720569139;s:7:"1.9.0.1";i:1723163217;}', 'yes'),
(87356, 'wpforms_admin_notices', 'a:1:{s:14:"review_request";a:2:{s:4:"time";i:1537386120;s:9:"dismissed";b:1;}}', 'yes'),
(87357, 'wpforms_builder_opened_date', '0', 'no'),
(87361, 'action_scheduler_migration_status', 'complete', 'yes'),
(87365, 'wpforms_process_forms_locator_status', 'completed', 'yes'),
(87513, '_transient_health-check-site-status-result', '{"good":16,"recommended":7,"critical":0}', 'yes'),
(87684, 'wpforms_version_upgraded_from', '1.8.9.6', 'yes'),
(87837, '_transient_wpforms_htaccess_file', 'a:3:{s:4:"size";i:737;s:5:"mtime";i:1680649503;s:5:"ctime";i:1680649503;}', 'yes'),
(87838, 'action_scheduler_lock_async-request-runner', '66b900540af5e8.26820306|1723400336', 'yes'),
(87956, 'wpforms_email_summaries_fetch_info_blocks_last_run', '1722915118', 'yes'),
(88285, 'finished_updating_comment_type', '1', 'yes'),
(88400, 'admin_email_lifespan', '1738889051', 'yes'),
(88401, 'disallowed_keys', 'jeffcorcm\nmail.ru\nbeyourselffor', 'no'),
(88402, 'comment_previously_approved', '1', 'yes'),
(88403, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(88404, 'auto_update_core_dev', 'enabled', 'yes'),
(88405, 'auto_update_core_minor', 'enabled', 'yes'),
(88406, 'auto_update_core_major', 'unset', 'yes'),
(88407, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(88408, 'user_count', '4', 'no'),
(88763, 'sm_rewrite_done', '$Id: class-googlesitemapgeneratorloader.php 937300 2014-06-23 18:04:11Z arnee $', 'yes'),
(100771, 'wpforms_settings', 'a:2:{s:13:"modern-markup";s:1:"0";s:20:"modern-markup-is-set";b:1;}', 'yes'),
(107332, '_wpforms_transient_timeout_addons.json', '1723773141', 'no'),
(107333, '_wpforms_transient_addons.json', '1723168341', 'no'),
(107334, '_wpforms_transient_timeout_templates.json', '1723773141', 'no'),
(107335, '_wpforms_transient_templates.json', '1723168341', 'no'),
(152768, 'gsg_indexnow-is_valid_api_key', '2', 'yes'),
(152769, 'gsg_indexnow-admin_api_key', 'YjE0MzM5NmUwZjM4NGE5MTg2NGE5ZDBjMjE0OTA2MTc=', 'yes'),
(159433, '_wpforms_transient_wpforms_htaccess_file', 'a:3:{s:4:"size";i:737;s:5:"mtime";i:1709252268;s:5:"ctime";i:1709252268;}', 'yes'),
(159434, '_wpforms_transient_wpforms_/home4/lovedir2/abortion-options.org/wp-content/uploads/wpforms/cache/.htaccess_file', 'a:3:{s:4:"size";i:446;s:5:"mtime";i:1723168342;s:5:"ctime";i:1723168342;}', 'yes'),
(169206, 'wpforms_version_previous', '1.8.9.6', 'yes'),
(169209, 'wpforms_splash_data_version', '1.9.0', 'yes'),
(171292, 'wp_attachment_pages_enabled', '1', 'yes'),
(175756, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:1:{i:0;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-6.6.1.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-6.6.1.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-6.6.1-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-6.6.1-new-bundled.zip";s:7:"partial";s:0:"";s:8:"rollback";s:0:"";}s:7:"current";s:5:"6.6.1";s:7:"version";s:5:"6.6.1";s:11:"php_version";s:5:"7.0.0";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"6.4";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1723400270;s:15:"version_checked";s:5:"6.6.1";s:12:"translations";a:0:{}}', 'off'),
(177520, '_site_transient_update_themes', 'O:8:"stdClass":5:{s:12:"last_checked";i:1723384354;s:7:"checked";a:9:{s:6:"ArtSee";s:3:"1.0";s:14:"daisyraegemini";s:0:"";s:11:"deep-silent";s:3:"1.8";s:7:"default";s:5:"1.7.2";s:17:"gluedideas_subtle";s:5:"0.391";s:14:"twentynineteen";s:3:"2.9";s:15:"twentyseventeen";s:3:"3.7";s:13:"twentysixteen";s:3:"3.3";s:16:"twentytwentyfour";s:3:"1.2";}s:8:"response";a:0:{}s:9:"no_update";a:6:{s:11:"deep-silent";a:6:{s:5:"theme";s:11:"deep-silent";s:11:"new_version";s:3:"1.8";s:3:"url";s:41:"https://wordpress.org/themes/deep-silent/";s:7:"package";s:57:"https://downloads.wordpress.org/theme/deep-silent.1.8.zip";s:8:"requires";b:0;s:12:"requires_php";b:0;}s:7:"default";a:6:{s:5:"theme";s:7:"default";s:11:"new_version";s:5:"1.7.2";s:3:"url";s:37:"https://wordpress.org/themes/default/";s:7:"package";s:55:"https://downloads.wordpress.org/theme/default.1.7.2.zip";s:8:"requires";b:0;s:12:"requires_php";b:0;}s:14:"twentynineteen";a:6:{s:5:"theme";s:14:"twentynineteen";s:11:"new_version";s:3:"2.9";s:3:"url";s:44:"https://wordpress.org/themes/twentynineteen/";s:7:"package";s:60:"https://downloads.wordpress.org/theme/twentynineteen.2.9.zip";s:8:"requires";s:3:"4.7";s:12:"requires_php";s:5:"5.2.4";}s:15:"twentyseventeen";a:6:{s:5:"theme";s:15:"twentyseventeen";s:11:"new_version";s:3:"3.7";s:3:"url";s:45:"https://wordpress.org/themes/twentyseventeen/";s:7:"package";s:61:"https://downloads.wordpress.org/theme/twentyseventeen.3.7.zip";s:8:"requires";s:3:"4.7";s:12:"requires_php";s:5:"5.2.4";}s:13:"twentysixteen";a:6:{s:5:"theme";s:13:"twentysixteen";s:11:"new_version";s:3:"3.3";s:3:"url";s:43:"https://wordpress.org/themes/twentysixteen/";s:7:"package";s:59:"https://downloads.wordpress.org/theme/twentysixteen.3.3.zip";s:8:"requires";s:3:"4.4";s:12:"requires_php";s:5:"5.2.4";}s:16:"twentytwentyfour";a:6:{s:5:"theme";s:16:"twentytwentyfour";s:11:"new_version";s:3:"1.2";s:3:"url";s:46:"https://wordpress.org/themes/twentytwentyfour/";s:7:"package";s:62:"https://downloads.wordpress.org/theme/twentytwentyfour.1.2.zip";s:8:"requires";s:3:"6.4";s:12:"requires_php";s:3:"7.0";}}s:12:"translations";a:0:{}}', 'no'),
(178526, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1723384354;s:8:"response";a:0:{}s:12:"translations";a:0:{}s:9:"no_update";a:8:{s:19:"akismet/akismet.php";O:8:"stdClass":10:{s:2:"id";s:21:"w.org/plugins/akismet";s:4:"slug";s:7:"akismet";s:6:"plugin";s:19:"akismet/akismet.php";s:11:"new_version";s:5:"5.3.3";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/akismet.5.3.3.zip";s:5:"icons";a:2:{s:2:"2x";s:60:"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463";s:2:"1x";s:60:"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463";}s:7:"banners";a:2:{s:2:"2x";s:63:"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731";s:2:"1x";s:62:"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.8";}s:31:"exclude-pages/exclude_pages.php";O:8:"stdClass":10:{s:2:"id";s:27:"w.org/plugins/exclude-pages";s:4:"slug";s:13:"exclude-pages";s:6:"plugin";s:31:"exclude-pages/exclude_pages.php";s:11:"new_version";s:4:"1.92";s:3:"url";s:44:"https://wordpress.org/plugins/exclude-pages/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/exclude-pages.1.92.zip";s:5:"icons";a:1:{s:7:"default";s:57:"https://s.w.org/plugins/geopattern-icon/exclude-pages.svg";}s:7:"banners";a:0:{}s:11:"banners_rtl";a:0:{}s:8:"requires";s:5:"2.2.3";}s:50:"google-analytics-for-wordpress/googleanalytics.php";O:8:"stdClass":10:{s:2:"id";s:44:"w.org/plugins/google-analytics-for-wordpress";s:4:"slug";s:30:"google-analytics-for-wordpress";s:6:"plugin";s:50:"google-analytics-for-wordpress/googleanalytics.php";s:11:"new_version";s:5:"9.0.0";s:3:"url";s:61:"https://wordpress.org/plugins/google-analytics-for-wordpress/";s:7:"package";s:79:"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.9.0.0.zip";s:5:"icons";a:2:{s:2:"1x";s:75:"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619";s:3:"svg";s:75:"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619";}s:7:"banners";a:2:{s:2:"2x";s:86:"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=2159532";s:2:"1x";s:85:"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=2159532";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:5:"5.6.0";}s:9:"hello.php";O:8:"stdClass":10:{s:2:"id";s:25:"w.org/plugins/hello-dolly";s:4:"slug";s:11:"hello-dolly";s:6:"plugin";s:9:"hello.php";s:11:"new_version";s:5:"1.7.2";s:3:"url";s:42:"https://wordpress.org/plugins/hello-dolly/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip";s:5:"icons";a:2:{s:2:"2x";s:64:"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855";s:2:"1x";s:64:"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582";s:2:"1x";s:66:"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.6";}s:28:"migrate-guru/migrateguru.php";O:8:"stdClass":10:{s:2:"id";s:26:"w.org/plugins/migrate-guru";s:4:"slug";s:12:"migrate-guru";s:6:"plugin";s:28:"migrate-guru/migrateguru.php";s:11:"new_version";s:4:"5.65";s:3:"url";s:43:"https://wordpress.org/plugins/migrate-guru/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/migrate-guru.5.65.zip";s:5:"icons";a:2:{s:2:"2x";s:65:"https://ps.w.org/migrate-guru/assets/icon-256x256.png?rev=1721728";s:2:"1x";s:65:"https://ps.w.org/migrate-guru/assets/icon-128x128.png?rev=1721728";}s:7:"banners";a:2:{s:2:"2x";s:68:"https://ps.w.org/migrate-guru/assets/banner-1544x500.png?rev=1710812";s:2:"1x";s:67:"https://ps.w.org/migrate-guru/assets/banner-772x250.png?rev=2161189";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.0";}s:27:"updraftplus/updraftplus.php";O:8:"stdClass":10:{s:2:"id";s:25:"w.org/plugins/updraftplus";s:4:"slug";s:11:"updraftplus";s:6:"plugin";s:27:"updraftplus/updraftplus.php";s:11:"new_version";s:6:"1.24.4";s:3:"url";s:42:"https://wordpress.org/plugins/updraftplus/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/updraftplus.1.24.4.zip";s:5:"icons";a:2:{s:2:"2x";s:64:"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200";s:2:"1x";s:64:"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200";s:2:"1x";s:66:"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"3.2";}s:24:"wpforms-lite/wpforms.php";O:8:"stdClass":10:{s:2:"id";s:26:"w.org/plugins/wpforms-lite";s:4:"slug";s:12:"wpforms-lite";s:6:"plugin";s:24:"wpforms-lite/wpforms.php";s:11:"new_version";s:7:"1.9.0.1";s:3:"url";s:43:"https://wordpress.org/plugins/wpforms-lite/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/wpforms-lite.1.9.0.1.zip";s:5:"icons";a:2:{s:2:"1x";s:57:"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=2574198";s:3:"svg";s:57:"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=2574198";}s:7:"banners";a:2:{s:2:"2x";s:68:"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=3091364";s:2:"1x";s:67:"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=3091364";}s:11:"banners_rtl";a:2:{s:2:"2x";s:72:"https://ps.w.org/wpforms-lite/assets/banner-1544x500-rtl.png?rev=3091364";s:2:"1x";s:71:"https://ps.w.org/wpforms-lite/assets/banner-772x250-rtl.png?rev=3091364";}s:8:"requires";s:3:"5.5";}s:36:"google-sitemap-generator/sitemap.php";O:8:"stdClass":10:{s:2:"id";s:38:"w.org/plugins/google-sitemap-generator";s:4:"slug";s:24:"google-sitemap-generator";s:6:"plugin";s:36:"google-sitemap-generator/sitemap.php";s:11:"new_version";s:6:"4.1.21";s:3:"url";s:55:"https://wordpress.org/plugins/google-sitemap-generator/";s:7:"package";s:74:"https://downloads.wordpress.org/plugin/google-sitemap-generator.4.1.21.zip";s:5:"icons";a:2:{s:2:"2x";s:77:"https://ps.w.org/google-sitemap-generator/assets/icon-256x256.png?rev=2713572";s:2:"1x";s:77:"https://ps.w.org/google-sitemap-generator/assets/icon-128x128.png?rev=2713572";}s:7:"banners";a:1:{s:2:"1x";s:79:"https://ps.w.org/google-sitemap-generator/assets/banner-772-250.png?rev=2713572";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.6";}}s:7:"checked";a:10:{s:19:"akismet/akismet.php";s:5:"5.3.3";s:31:"exclude-pages/exclude_pages.php";s:4:"1.92";s:50:"google-analytics-for-wordpress/googleanalytics.php";s:5:"9.0.0";s:9:"hello.php";s:5:"1.7.2";s:28:"migrate-guru/migrateguru.php";s:4:"5.65";s:21:"pf-links/pf-links.php";s:3:"2.0";s:27:"updraftplus/updraftplus.php";s:6:"1.24.4";s:45:"welcome-to-wordpress/welcome-to-wordpress.php";s:3:"1.0";s:24:"wpforms-lite/wpforms.php";s:7:"1.9.0.1";s:36:"google-sitemap-generator/sitemap.php";s:6:"4.1.21";}}', 'no'),
(179323, '_site_transient_timeout_php_check_d876ede602bb9ac9456a7d884ebdc1f3', '1723685750', 'no'),
(179324, '_site_transient_php_check_d876ede602bb9ac9456a7d884ebdc1f3', 'a:5:{s:19:"recommended_version";s:3:"7.4";s:15:"minimum_version";s:6:"7.2.24";s:12:"is_supported";b:1;s:9:"is_secure";b:1;s:13:"is_acceptable";b:1;}', 'no'),
(179403, '_transient_timeout_feed_d21d2a68bac70d38fb7f9a7bd3d1725e', '1723753233', 'no'),
(179404, '_transient_feed_d21d2a68bac70d38fb7f9a7bd3d1725e', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:5:"\n\n	\n	";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:370:"\n\n		\n		\n		\n				\n		\n		\n\n		\n		\n			\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n							\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"WordPress.org Forums » [XML Sitemap Generator for Google] Support";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wordpress.org/support/plugin/google-sitemap-generator/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 08 Aug 2024 20:20:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"https://bbpress.org/?v=2.7.0-alpha-2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:30:{i:0;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:77:"https://wordpress.org/support/topic/how-to-update-php-on-wordpress-dashboard/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:161:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;How to Update PHP on WordPress Dashboard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"https://wordpress.org/support/topic/how-to-update-php-on-wordpress-dashboard/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 07 Aug 2024 17:59:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:666:"\n						\n						<p>Replies: 1</p>\n						<p>Hello</p>\n\n\n\n<p>Can you please help and indicate to me how and where we can update PHP on WordPress dashboard for our website <a href="https://sahlpardakht.com/" rel="nofollow ugc">https://sahlpardakht.com/</a></p>\n\n\n<ul id="bbp-topic-revision-log-17939498" class="bbp-topic-revision-log">\n\n	<li id="bbp-topic-revision-log-17939498-item-17939506" class="bbp-topic-revision-log-item">\n		This topic was modified 1 day, 2 hours ago by <a href="https://wordpress.org/support/users/ma22349/" title="View ma22349&#039;s profile" class="bbp-author-link"><span  class="bbp-author-name">ma22349</span></a>.\n	</li>\n\n</ul>\n\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"ma22349";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:50:"https://wordpress.org/support/topic/excluded-page/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:134:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Excluded page";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"https://wordpress.org/support/topic/excluded-page/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 07 Aug 2024 15:41:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:241:"\n						\n						<p>Replies: 1</p>\n						<p>HI</p>\n\n\n\n<p>I am sorry for my ignorance but how I find the ID of a page to make it excluded from the sitemap? I tried the Url but it not worked.</p>\n\n\n\n<p>Regards </p>\n\n\n\n<p>Fernando</p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"colfer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:59:"https://wordpress.org/support/topic/css-trafic-script-hack/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:143:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;CSS trafic script hack";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://wordpress.org/support/topic/css-trafic-script-hack/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 06 Aug 2024 16:43:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:24120:"\n						\n						<p>Replies: 2</p>\n						<p>Hello, please explain to me what it is??? Plugin make this style</p>\n\n\n\n<pre class="wp-block-code"><code>&lt;style type="text/css"&gt;:root &#091;href^="//mage98rquewz.com/"], :root &#091;href^="//x4pollyxxpush.com/"], :root span&#091;id^="ezoic-pub-ad-placeholder-"], :root ins.adsbygoogle&#091;data-ad-slot], :root guj-ad, :root gpt-ad, :root div&#091;id^="zergnet-widget"], :root div&#091;id^="vuukle-ad-"], :root div&#091;id^="taboola-stream-"], :root div&#091;id^="sticky_ad_"], :root div&#091;id^="st"]&#091;style^="z-index: 999999999;"], :root div&#091;id^="pa_sticky_ad_box_middle_"], :root div&#091;id^="gpt_ad_"], :root div&#091;id^="ezoic-pub-ad-"], :root div&#091;id^="dfp-ad-"], :root div&#091;id^="crt-"]&#091;style], :root div&#091;id^="adspot-"], :root div&#091;id^="adrotate_widgets-"], :root ps-connatix-module, :root div&#091;id^="ad_position_"], :root div&#091;id^="ad-div-"], :root div&#091;id*="ScriptRoot"], :root div&#091;id*="MarketGid"], :root div&#091;data-native_ad], :root div&#091;data-native-ad], :root div&#091;data-id-advertdfpconf], :root hl-adsense, :root div&#091;data-contentexchange-widget], :root div&#091;data-alias="300x250 Ad 2"], :root div&#091;data-adzone], :root div&#091;data-adunit-path], :root div&#091;data-adname], :root div&#091;data-ad-wrapper], :root div&#091;data-ad-placeholder], :root div&#091;class^="native-ad-"], :root div&#091;data-dfp-id], :root div&#091;class^="kiwi-ad-wrapper"], :root div&#091;aria-label="Ads"], :root display-ads, :root display-ad-component, :root atf-ad-slot, :root aside&#091;id^="adrotate_widgets-"], :root ark-top-ad, :root amp-fx-flying-carpet, :root amp-embed&#091;type="taboola"], :root amp-connatix-player, :root amp-ad-custom, :root amp-ad, :root div&#091;id^="google_dfp_"], :root ad-slot, :root ad-shield-ads, :root a&#091;style="width:100%;height:100%;z-index:10000000000000000;position:absolute;top:0;left:0;"], :root a&#091;onmousedown^="this.href=''https://paid.outbrain.com/network/redir?"]&#091;target="_blank"] + .ob_source, :root a&#091;onmousedown^="this.href=''http://paid.outbrain.com/network/redir?"]&#091;target="_blank"], :root a&#091;href^="https://www.sugarinstant.com/?partner_id="], :root a&#091;href^="https://www.purevpn.com/"]&#091;href*="&amp;utm_source=aff-"], :root a&#091;href^="https://www.privateinternetaccess.com/"] &gt; img, :root a&#091;href^="https://www.onlineusershielder.com/"], :root a&#091;href^="https://www.nudeidols.com/cams/"], :root a&#091;href^="https://financeads.net/tc.php?"], :root a&#091;href^="https://www.mrskin.com/tour"], :root a&#091;href^="https://www.kingsoffetish.com/tour?partner_id="], :root a&#091;href^="https://www.infowarsstore.com/"] &gt; img, :root a&#091;href^="https://www.highperformancecpmgate.com/"], :root a&#091;href^="https://www.highcpmrevenuenetwork.com/"], :root a&#091;href^="https://lnkxt.bannerator.com/"], :root a&#091;href^="https://www.geekbuying.com/dynamic-ads/"], :root a&#091;href^="https://www.friendlyduck.com/AF_"], :root a&#091;href^="https://www.financeads.net/tc.php?"], :root &#091;href^="https://www.herbanomic.com/"] &gt; img, :root a&#091;href^="https://maymooth-stopic.com/"], :root a&#091;href^="https://www.dql2clk.com/"], :root a&#091;href^="https://www.nutaku.net/signup/landing/"], :root a&#091;href^="https://www.dating-finder.com/signup/?ai_d="], :root a&#091;href^="https://explore-site.com/"], :root a&#091;href^="https://www.brazzersnetwork.com/landing/"], :root a&#091;href^="https://www.adxsrve.com/"], :root &#091;data-template-type="nativead"], :root a&#091;href^="https://www.endorico.com/Smartlink/"], :root a&#091;href^="https://www.adultempire.com/"]&#091;href*="?partner_id="], :root a&#091;href^="https://voluum.prom-xcams.com/"], :root a&#091;href^="https://twinrdsrv.com/"], :root a&#091;href^="https://trk.nfl-online-streams.club/"], :root a&#091;href^="https://tracking.avapartner.com/"], :root a&#091;href^="https://track.wg-aff.com"], :root a&#091;href^="https://track.ultravpn.com/"], :root a&#091;href^="https://track.afcpatrk.com/"], :root a&#091;href^="https://torguard.net/aff.php"] &gt; img, :root &#091;data-identity="adhesive-ad"], :root a&#091;href^="https://tc.tradetracker.net/"] &gt; img, :root a&#091;href^="https://tatrck.com/"], :root a&#091;href^="https://click.candyoffers.com/"], :root &#091;href^="https://zstacklife.com/"] img, :root a&#091;href^="https://t.aslnk.link/"], :root a&#091;href^="https://t.ajrkm3.com/"], :root a&#091;href^="https://t.adating.link/"], :root a&#091;href^="https://safesurfingtoday.com/"]&#091;href*="?skip="], :root a&#091;href^="https://land.brazzersnetwork.com/landing/"], :root a&#091;href^="https://t.acam.link/"], :root a&#091;href*="//daichoho.com/"], :root a&#091;href^="https://syndication.optimizesrv.com/"], :root a&#091;href^="https://go.trackitalltheway.com/"], :root &#091;href^="https://track.fiverr.com/visit/"] &gt; img, :root a&#091;href^="https://syndication.exoclick.com/"], :root a&#091;href^="https://syndication.dynsrvtbg.com/"], :root div&#091;data-alias="300x250 Ad 1"], :root a&#091;href^="https://syndicate.contentsserved.com/"], :root a&#091;href^="https://svb-analytics.trackerrr.com/"], :root a&#091;href^="https://streamate.com/landing/click/"], :root a&#091;href^="https://ad.doubleclick.net/"], :root a&#091;href^="https://static.fleshlight.com/images/banners/"], :root a&#091;href^="https://slkmis.com/"], :root bottomadblock, :root a&#091;href^="https://s.zlinkd.com/"], :root a&#091;href^="https://s.zlink3.com/"], :root a&#091;href^="https://www.mrskin.com/account/"], :root a&#091;href^="https://s.optzsrv.com/"], :root a&#091;href^="https://random-affiliate.atimaze.com/"], :root a&#091;href^="https://quotationfirearmrevision.com/"], :root a&#091;href^="https://pubads.g.doubleclick.net/"], :root a&#091;href^="https://ak.oalsauwy.net/"], :root a&#091;href^="https://softwa.cfd/"], :root a&#091;href^="https://play1ad.shop/"], :root a&#091;href^="https://prf.hn/click/"]&#091;href*="/camref:"] &gt; img, :root a&#091;href^="https://www.dating-finder.com/?ai_d="], :root a&#091;href^="https://serve.awmdelivery.com/"], :root a&#091;href^="https://prf.hn/click/"]&#091;href*="/adref:"] &gt; img, :root app-ad, :root &#091;href^="https://ap.octopuspop.com/click/"] &gt; img, :root a&#091;href^="https://postback1win.com/"], :root a&#091;href^="https://a.adtng.com/"], :root a&#091;href^="https://playnano.online/offerwalls/?ref="], :root a&#091;href^="https://mmwebhandler.aff-online.com/"], :root a&#091;href^="https://www.bet365.com/"]&#091;href*="affiliate="], :root a&#091;href^="https://pb-track.com/"], :root a&#091;href^="https://pb-front.com/"], :root a&#091;href^="https://paid.outbrain.com/network/redir?"], :root a&#091;href^="https://ngineet.cfd/"], :root a&#091;href^="https://upsups.click/"], :root a&#091;href^="https://ndt5.net/"], :root a&#091;href^="http://eighteenderived.com/"], :root a&#091;href^="https://natour.naughtyamerica.com/track/"], :root a&#091;href^="https://mediaserver.entainpartners.com/renderBanner.do?"], :root a&#091;href^="https://m.do.co/c/"] &gt; img, :root &#091;data-ad-name], :root a&#091;href^="https://loboclick.com/"], :root .nya-slot&#091;style], :root a&#091;href^="https://a.bestcontentweb.top/"], :root a&#091;href^="https://lobimax.com/"], :root a&#091;href^="https://lead1.pl/"], :root a&#091;href^="https://landing1.brazzersnetwork.com"], :root a&#091;href^="https://landing.brazzersnetwork.com/"], :root a&#091;href^="https://join.virtuallust3d.com/"], :root a&#091;href^="https://kiksajex.com/"], :root a&#091;href^="https://juicyads.in/"], :root a&#091;href^="https://www.mypornstarcams.com/landing/click/"], :root a&#091;href^="https://snowdayonline.xyz/"], :root a&#091;href^="https://mediaserver.gvcaffiliates.com/renderBanner.do?"], :root a&#091;href^="https://join.dreamsexworld.com/"], :root a&#091;href^="https://jaxofuna.com/"], :root a&#091;href^="https://itubego.com/video-downloader/?affid="], :root a&#091;href^="https://italarizege.xyz/"], :root a&#091;href^="https://iqbroker.com/"]&#091;href*="?aff="], :root a&#091;href^="https://hot-growngames.life/"], :root a&#091;href^="https://golinks.work/"], :root a&#091;href^="https://go.xxxvjmp.com/"], :root &#091;class^="tile-picker__CitrusBannerContainer-sc-"], :root a&#091;href^="https://go.xxxiijmp.com"], :root a&#091;href^="https://go.xtbaffiliates.com/"], :root .OUTBRAIN&#091;data-widget-id^="FMS_REELD_"], :root &#091;data-role="tile-ads-module"], :root a&#091;href^="https://go.xlviirdr.com"], :root a&#091;href^="https://go.xlviiirdr.com"], :root a&#091;href^="https://ismlks.com/"], :root &#091;href^="https://www.mypillow.com/"] &gt; img, :root a&#091;href^="https://go.xlirdr.com"], :root &#091;data-css-class="dfp-inarticle"], :root a&#091;href^="https://l.hyenadata.com/"], :root a&#091;href^="https://go.tmrjmp.com"], :root a&#091;href^="https://go.skinstrip.net"]&#091;href*="?campaignId="], :root a&#091;href^="https://zirdough.net/"], :root a&#091;href^="https://s.deltraff.com/"], :root a&#091;href^="https://go.markets.com/visit/?bta="], :root a&#091;href^="https://billing.purevpn.com/aff.php"] &gt; img, :root a&#091;href^="https://go.hpyrdr.com/"], :root a&#091;href^="https://lijavaxa.com/"], :root a&#091;href^="https://go.goaserv.com/"], :root a&#091;href^="https://t.hrtye.com/"], :root a&#091;href^="https://go.etoro.com/"] &gt; img, :root a&#091;href^="https://go.dmzjmp.com"], :root div&#091;class^="Display_displayAd"], :root a&#091;href^="https://www.bang.com/?aff="], :root #mgb-container &gt; #mgb, :root a&#091;href^="https://go.admjmp.com"], :root div&#091;id^="div-gpt-"], :root a&#091;href^="https://gml-grp.com/"], :root a&#091;href^="https://get.surfshark.net/aff_c?"]&#091;href*="&amp;aff_id="] &gt; img, :root a&#091;href^="https://www.adskeeper.com"], :root &#091;href^="https://www.reimageplus.com/"], :root a&#091;data-redirect^="https://paid.outbrain.com/network/redir?"], :root &#091;href^="https://clicks.affstrack.com/"] &gt; img, :root a&#091;href^="https://ak.hauchiwu.com/"], :root a&#091;href^="https://engine.phn.doublepimp.com/"], :root a&#091;href^="https://engine.blueistheneworanges.com/"], :root a&#091;href^="https://dl-protect.net/"], :root a&#091;href^="https://rixofa.com/"], :root a&#091;href^="https://disobediencecalculatormaiden.com/"], :root a&#091;href^="https://datingoffers30.info/"], :root a&#091;href*=".foxqck.com/"], :root a&#091;href^="https://ctosrd.com/"], :root a&#091;href^="https://clixtrac.com/"], :root &#091;href^="https://noqreport.com/"] &gt; img, :root a&#091;href^="https://clicks.pipaffiliates.com/"], :root a&#091;href^="https://datewhisper.life/"], :root a&#091;href^="https://get-link.xyz/"], :root a&#091;href^="https://click.linksynergy.com/fs-bin/"] &gt; img, :root a&#091;href^="https://combodef.com/"], :root AD-TRIPLE-BOX, :root a&#091;href^="https://click.hoolig.app/"], :root a&#091;href^="https://track.totalav.com/"], :root img&#091;src^="https://images.purevpnaffiliates.com"], :root a&#091;href^="https://porntubemate.com/"], :root a&#091;href^="https://clickadilla.com/"], :root a&#091;href^="https://click.dtiserv2.com/"], :root a&#091;href^="https://go.xlvirdr.com"], :root a&#091;href^="http://www.iyalc.com/"], :root a&#091;href^="https://claring-loccelkin.com/"], :root a&#091;href^="https://s.ma3ion.com/"], :root a&#091;href^="https://cams.imagetwist.com/in/?track="], :root a&#091;href^="https://bongacams2.com/track?"], :root a&#091;href^="https://t.ajrkm1.com/"], :root &#091;href="https://masstortfinancing.com"] img, :root a&#091;href^="https://bongacams10.com/track?"], :root a&#091;href^="https://www.sheetmusicplus.com/"]&#091;href*="?aff_id="], :root a&#091;href^="https://bngpt.com/"], :root a&#091;href^="https://black77854.com/"], :root a&#091;target="_blank"]&#091;onmousedown="this.href^=''http://paid.outbrain.com/network/redir?"], :root a&#091;href^="https://banners.livepartners.com/"], :root a&#091;href^="http://revolvemockerycopper.com/"], :root a&#091;href^="https://awptjmp.com/"], :root a&#091;href^="https://join.sexworld3d.com/track/"], :root a&#091;href^="https://intenseaffiliates.com/redirect/"], :root a&#091;href^="https://aweptjmp.com/"], :root &#091;class^="s2nPlayer"], :root a&#091;href^="https://chaturbate.jjgirls.com/?track="], :root a&#091;href^="https://ausoafab.net/"], :root a&#091;href^="https://activate-game.com/"], :root .scroll-fixable.rail-right &gt; .deals-rail, :root &#091;data-wpas-zoneid], :root a&#091;href^="https://a2.adform.net/"], :root a&#091;href^="https://auesk.cfd/"], :root a&#091;href^="https://ak.psaltauw.net/"], :root a&#091;href^="https://adclick.g.doubleclick.net/"], :root a&#091;href^="https://bc.game/"], :root a&#091;href^="https://a.bestcontentoperation.top/"], :root a&#091;href^="https://adultfriendfinder.com/go/"], :root a&#091;href^="https://ads.planetwin365affiliate.com/"], :root a&#091;href^="https://ads.leovegas.com/"], :root a&#091;href^="https://a.candyai.love/"], :root &#091;data-m-ad-id], :root a&#091;href^="https://a-ads.com/"], :root div&#091;id^="rc-widget-"], :root a&#091;href^="http://eslp34af.click/"], :root a&#091;href^="https://turnstileunavailablesite.com/"], :root a&#091;href^="https://chaturbate.com/in/?"], :root ins.adsbygoogle&#091;data-ad-client], :root &#091;href^="https://freecourseweb.com/"] &gt; .sitefriend, :root a&#091;href^="https://prf.hn/click/"]&#091;href*="/creativeref:"] &gt; img, :root a&#091;href*="&amp;maxads="], :root a&#091;href^="http://www.adultempire.com/unlimited/promo?"]&#091;href*="&amp;partner_id="], :root a&#091;href^="https://1betandgonow.com/"], :root a&#091;href^="https://eergortu.net/"], :root div&#091;id^="optidigital-adslot"], :root a&#091;href^="https://123-stream.org/"], :root a&#091;href^="https://www.googleadservices.com/pagead/aclk?"], :root a&#091;href^="http://www.mrskin.com/tour"], :root a&#091;href^="http://www.friendlyduck.com/AF_"], :root a&#091;href^="https://getvideoz.click/"], :root a&#091;href^="http://troopsassistedstupidity.com/"], :root a&#091;href^="http://trk.globwo.online/"], :root a-ad, :root a&#091;href^="https://offhandpump.com/"], :root a&#091;href^="http://stickingrepute.com/"], :root #slashboxes &gt; .deals-rail, :root &#091;data-rc-widget="data-rc-widget"], :root a&#091;href^="http://premonitioninventdisagree.com/"], :root a&#091;href^="http://naggingirresponsible.com/"], :root a&#091;href^="https://in.rabbtrk.com/"], :root div&#091;data-ad-targeting], :root a&#091;href^="https://hotplaystime.life/"], :root a&#091;href^="http://www.h4trck.com/"], :root a&#091;href^="https://81ac.xyz/"], :root a&#091;href^="http://guestblackmail.com/"], :root a&#091;href^="http://cam4com.go2cloud.org/aff_c?"], :root a&#091;href^="https://ads.betfair.com/redirect.aspx?"], :root a&#091;href^="https://ad.kubiccomps.icu/"], :root &#091;href^="https://www.mypatriotsupply.com/"] &gt; img, :root a&#091;href^="https://trk.softonixs.xyz/"], :root a&#091;href^="https://sexynearme.com/"], :root a&#091;href^="https://myclick-2.com/"], :root a&#091;href^="http://dragnag.com/"], :root &#091;id^="div-gpt-ad"], :root .ob_container .item-container-obpd, :root div&#091;id^="yandex_ad"], :root a&#091;href^="https://www8.smartadserver.com/"], :root a&#091;href^="https://pb-imc.com/"], :root a&#091;href^="http://deskfrontfreely.com/"], :root a&#091;href^="https://track.adform.net/"], :root a&#091;href^="http://avthelkp.net/"], :root a&#091;href^="https://a.medfoodhome.com/"], :root a&#091;href^="https://engine.flixtrial.com/"], :root &#091;data-type="ad-vertical"], :root &#091;data-taboola-options], :root a&#091;href^="http://annulmentequitycereals.com/"], :root a&#091;href^="//startgaming.net/tienda/" i], :root a&#091;href^="https://www.get-express-vpn.com/offer/"], :root a&#091;href^="//s.st1net.com/splash.php"], :root a&#091;href^="https://join.virtualtaboo.com/track/"], :root &#091;id^="ad_sky"], :root a&#091;href^="http://coefficienttolerategravel.com/"], :root a&#091;href^="https://a.medfoodsafety.com/"], :root a&#091;href^="//go.eabids.com/"], :root a&#091;href^=" https://www.friendlyduck.com/AF_"], :root a&#091;href*="/jump/next.php?r="], :root &#091;href^="https://ilovemyfreedoms.com/landing-"], :root a&#091;href^="https://go.nordvpn.net/aff"] &gt; img, :root .\\&#091;\\&amp;_\\.gdprAdTransparencyCogWheelButton\\]\\:\\!pjra-z-\\&#091;5\\], :root &#091;href^="http://clicks.totemcash.com/"], :root a&#091;href^="https://ad.zanox.com/ppc/"] &gt; img, :root a&#091;onmousedown^="this.href=''http://paid.outbrain.com/network/redir?"]&#091;target="_blank"] + .ob_source, :root a&#091;href^="https://lone-pack.com/"], :root &#091;data-d-ad-id], :root a&#091;href*=".engine.adglare.net/"], :root &#091;href^="https://www.profitablegatecpm.com/"], :root div&#091;id^="lazyad-"], :root a&#091;href^="http://com-1.pro/"], :root a&#091;href*=".cfm?domain="]&#091;href*="&amp;fp="], :root &#091;data-dynamic-ads], :root a&#091;href^="https://xbet-4.com/"], :root a&#091;data-widget-outbrain-redirect^="http://paid.outbrain.com/network/redir?"], :root &#091;data-ad-width], :root &#091;data-block-type="ad"], :root &#091;href^="https://join.playboyplus.com/track/"], :root a&#091;data-url^="http://paid.outbrain.com/network/redir?"] + .author, :root a&#091;href^="https://ab.advertiserurl.com/aff/"], :root a&#091;data-oburl^="https://paid.outbrain.com/network/redir?"], :root a&#091;href^="https://trk.sportsflix4k.club/"], :root a&#091;href^="http://dragfault.com/"], :root &#091;href^="https://cpa.10kfreesilver.com/"], :root a&#091;href^="https://a.bestcontentfood.top/"], :root a&#091;data-obtrack^="http://paid.outbrain.com/network/redir?"], :root a&#091;href^="https://go.xlivrdr.com"], :root &#091;onclick^="location.href=''https://1337x.vpnonly.site/"], :root &#091;name^="google_ads_iframe"], :root &#091;id^="section-ad-banner"], :root &#091;data-advadstrackid], :root a&#091;href^="http://muzzlematrix.com/"], :root &#091;href^="https://zone.gotrackier.com/"], :root &#091;href^="https://www.restoro.com/"], :root &#091;href^="https://www.targetingpartner.com/"], :root div&#091;class^="Adstyled__AdWrapper-"], :root a&#091;href^="https://startgaming.net/tienda/" i], :root .section-subheader &gt; .section-hotel-prices-header, :root &#091;href^="https://www.hostg.xyz/"] &gt; img, :root a&#091;href^="http://adultfriendfinder.com/go/"], :root a&#091;href^="https://fastestvpn.com/lifetime-special-deal?a_aid="], :root a&#091;href^="https://tour.mrskin.com/"], :root citrus-ad-wrapper, :root a&#091;onmousedown^="this.href=''https://paid.outbrain.com/network/redir?"]&#091;target="_blank"], :root a&#091;href^="https://go.grinsbest.com/"], :root a&#091;href^="https://vo2.qrlsx.com/"], :root &#091;href^="https://www.avantlink.com/click.php"] img, :root a&#091;href^="https://losingoldfry.com/"], :root &#091;href^="https://routewebtk.com/"], :root a&#091;href^="https://t.ajump1.com/"], :root a&#091;href^="https://bodelen.com/"], :root a&#091;href*=".g2afse.com/"], :root span&#091;data-ez-ph-id], :root &#091;href^="https://track.aftrk1.com/"], :root div&#091;id^="adngin-"], :root &#091;data-rc-widget], :root a&#091;href^="https://go.hpyjmp.com"], :root &#091;href^="https://mystore.com/"] &gt; img, :root div&#091;id^="div-ads-"], :root &#091;href^="https://rapidgator.net/article/premium/ref/"], :root &#091;href^="https://join.girlsoutwest.com/"], :root a&#091;href^="https://track.aftrk3.com/"], :root &#091;href^="https://join3.bannedsextapes.com"], :root a&#091;href^="https://go.xxxijmp.com"], :root &#091;href^="https://istlnkcl.com/"], :root div&#091;data-adunit], :root app-large-ad, :root &#091;href^="https://turtlebids.irauctions.com/"] img, :root &#091;href^="https://wct.link/click?"], :root &#091;href^="https://go.xlrdr.com"], :root a&#091;href^="https://tm-offers.gamingadult.com/"], :root &#091;href^="https://charmingdatings.life/"], :root &#091;href^="https://glersakr.com/"], :root &#091;href^="https://v.investologic.co.uk/"], :root a&#091;href^="https://www.goldenfrog.com/vyprvpn?offer_id="]&#091;href*="&amp;aff_id="], :root &#091;id^="ad-wrap-"], :root a&#091;href*="//jjgirls.com/sex/Chaturbate"], :root &#091;data-id^="div-gpt-ad"], :root a&#091;href^="https://tracker.loropartners.com/"], :root &#091;href^="https://awbbjmp.com/"], :root a&#091;data-href^="http://ads.trafficjunky.net/"], :root a&#091;href*=".adsrv.eacdn.com/"], :root &#091;href^="https://antiagingbed.com/discount/"] &gt; img, :root div&#091;id^="ad-position-"], :root a&#091;href^="https://www.toprevenuegate.com/"], :root a&#091;href^="https://leg.xyz/?track="], :root &#091;href^="https://www.brighteonstore.com/products/"] img, :root a&#091;href^="https://bngprm.com/"], :root &#091;href^="https://shiftnetwork.infusionsoft.com/go/"] &gt; img, :root a&#091;href^="https://go.strpjmp.com/"], :root a&#091;href^="https://go.bushheel.com/"], :root a&#091;href^="https://ctjdwm.com/"], :root a&#091;href^="https://camfapr.com/landing/click/"], :root &#091;href="//sexcams.plus/"], :root &#091;href^="http://www.mypillow.com/"] &gt; img, :root #kt_player &gt; a&#091;target="_blank"], :root a&#091;href^="http://bongacams.com/track?"], :root &#091;href^="http://mypillow.com/"] &gt; img, :root &#091;href="https://ourgoldguy.com/contact/"] img, :root &#091;href="https://www.masstortfinancing.com/"] &gt; img, :root a&#091;href^="https://go.rmhfrtnd.com/"], :root &#091;href="https://jdrucker.com/gold"] &gt; img, :root a&#091;href^="https://track.1234sd123.com/"], :root zeus-ad, :root &#091;data-testid="prism-ad-wrapper"], :root &#091;href^="https://ad.admitad.com/"], :root &#091;href^="https://mypillow.com/"] &gt; img, :root &#091;data-testid="ad_testID"], :root &#091;data-ez-name], :root &#091;data-revive-zoneid] &gt; iframe, :root &#091;data-testid="adBanner-wrapper"], :root &#091;href^="https://mylead.global/stl/"] &gt; img, :root &#091;href^="https://mypatriotsupply.com/"] &gt; img, :root a&#091;href^="https://witnessjacket.com/"], :root &#091;data-mobile-ad-id], :root a&#091;href^="https://fc.lc/ref/"], :root &#091;data-adshim], :root topadblock, :root a&#091;href^="//s.zlinkd.com/"], :root &#091;class^="amp-ad-"], :root a&#091;href^="http://handgripvegetationhols.com/"], :root a&#091;href^="https://bs.serving-sys.com"], :root a&#091;href^="https://go.cmtaffiliates.com/"], :root &#091;href^="https://optimizedelite.com/"] &gt; img, :root &#091;data-name="adaptiveConstructorAd"], :root a&#091;href^="https://gamingadlt.com/?offer="], :root a&#091;href^="http://partners.etoro.com/"], :root &#091;href^="https://goldcometals.com/clk.trk"], :root &#091;data-desktop-ad-id], :root a&#091;href^="https://www.liquidfire.mobi/"], :root .grid &gt; .container &gt; #aside-promotion, :root DFP-AD, :root &#091;id^="ad_slider"], :root &#091;data-adbridg-ad-class], :root a&#091;href^="https://linkboss.shop/"], :root &#091;data-adblockkey], :root &#091;onclick*="content.ad/"], :root &#091;data-ad-manager-id], :root AMP-AD, :root &#091;data-ad-cls], :root a&#091;href^="https://6-partner.com/"], :root &#091;href^="https://affiliate.fastcomet.com/"] &gt; img, :root a&#091;href^="https://go.mnaspm.com/"], :root &#091;class^="adDisplay-module"], :root a&#091;href^="http://tc.tradetracker.net/"] &gt; img, :root &#091;href^="https://www.cloudways.com/en/?id"], :root AD-SLOT, :root #kt_player &gt; div&#091;style="position: absolute; inset: 0px; z-index: 170;"], :root &#091;data-freestar-ad]&#091;id], :root a&#091;href^="https://go.xxxjmp.com"], :root #leader-companion &gt; a&#091;href], :root a&#091;href^="http://www.adultdvdempire.com/?partner_id="]&#091;href*="&amp;utm_"], :root &#091;data-ad-module], :root app-advertisement, :root a&#091;href^="https://getmatchedlocally.com/"], :root a&#091;href^="https://clickins.slixa.com/"], :root &#091;class^="div-gpt-ad"], :root a&#091;href^="https://traffdaq.com/"], :root a&#091;href^="https://cam4com.go2cloud.org/"], :root a&#091;href^="http://li.blogtrottr.com/click?"], :root .ob_dual_right &gt; .ob_ads_header ~ .odb_div { display: none !important; }&lt;/style&gt;</code></pre>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Marcus Karlos";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:100:"https://wordpress.org/support/topic/how-to-remove-the-category-base-from-category-archive-page-urls/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:85:"How to Remove the &amp;#8220;category&amp;#8221; Base from Category Archive Page URLs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:100:"https://wordpress.org/support/topic/how-to-remove-the-category-base-from-category-archive-page-urls/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 06 Aug 2024 09:29:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1290:"\n						\n						<p>Replies: 0</p>\n						<p>Hello,</p>\n\n\n\n<p>I&#8217;m trying to remove the &#8220;<strong>category</strong>&#8221; base from the URLs of my category archive pages, but I&#8217;m not sure about the correct method to achieve this. Specifically, I want to change the URLs as follows:</p>\n\n\n\n<ul>\n<li>Current URL: <a href="https://mysite.com/category/foods/" rel="nofollow ugc">https://mysite.com/category/foods/</a></li>\n\n\n\n<li>Desired URL: <a href="https://mysite.com/foods/" rel="nofollow ugc">https://mysite.com/foods/</a></li>\n</ul>\n\n\n\n<p>I also want this change to be reflected in my sitemap. I tried the following code, but it didn&#8217;t accomplish my goal:</p>\n\n\n\n<pre class="wp-block-code"><code>function sm_xml_sitemap_post_url( $url, $post ) {<br />    return \\str_replace( ''category'', '''', $url );<br />}<br />add_filter( ''sm_xml_sitemap_post_url'', ''sm_xml_sitemap_post_url'', 10, 2 );</code></pre>\n\n\n\n<p>This code seems to be a filter for post pages and doesn&#8217;t affect the sitemap URLs for category archive pages.</p>\n\n\n\n<p>Could you please advise on the correct method to remove the &#8220;category&#8221; base from category archive page URLs and have this change reflected in the sitemap as well?</p>\n\n\n\n<p>Thank you in advance for your help.</p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"shusaku";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:83:"https://wordpress.org/support/topic/has-version-been-tested-with-wordpress-6-6-1-4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:165:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Has version been tested with WordPress 6.6.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"https://wordpress.org/support/topic/has-version-been-tested-with-wordpress-6-6-1-4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 06 Aug 2024 07:51:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:179:"\n						\n						<p>Replies: 1</p>\n						<p>Please confirm the plugin has been tested with WordPress 6.6.1 and is compatible.</p>\n\n\n\n<p>Thanks in advance.</p>\n\n\n\n<p></p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"vshukla";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:87:"https://wordpress.org/support/topic/google-page-indexing-issues-and-a-page-sitemap-xsl/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:171:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Google page indexing issues and a page Sitemap.xsl";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"https://wordpress.org/support/topic/google-page-indexing-issues-and-a-page-sitemap-xsl/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Aug 2024 13:25:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:570:"\n						\n						<p>Replies: 3</p>\n						<p>Hi,</p>\n\n\n\n<p>anyone know what this means within google search console? </p>\n\n\n\n<p>Page indexing &gt; Duplicate without user-selected canonical</p>\n\n\n\n<p>seems google has found the page URL below, but i wasn&#8217;t submitted as a sitemap to google?</p>\n\n\n\n<p>/google-sitemap-generator/sitemap.xsl</p>\n\n\n\n<p>the page has No details on it apart from the header Dynamically generated with XML Sitemap Generator for Google by Auctollo. This XSLT template is released under the GPL and free to use details</p>\n\n\n\n<p></p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"9ball";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wordpress.org/support/topic/cannot-update-additional-pages/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"Cannot update &amp;#8216;Additional Pages&amp;#8217;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wordpress.org/support/topic/cannot-update-additional-pages/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Aug 2024 01:05:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:400:"\n						\n						<p>Replies: 3</p>\n						<p>Hi,</p>\n\n\n\n<p>I am trying to add more pages the &#8216;Additional Pages&#8217; section in wp admin, but everytime I click &#8216;update settings&#8217; the list stays the same</p>\n\n\n\n<p>However, I can delete the existing pages from the list.</p>\n\n\n\n<p>My WP version is 6.4.3, XML Generator version is 4.1.21</p>\n\n\n\n<p>Thank you for your time!</p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"erdinan";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:81:"https://wordpress.org/support/topic/bing-missing-description-meta-tag-in-sitemap/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"Bing Missing description META tag in sitemap";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"https://wordpress.org/support/topic/bing-missing-description-meta-tag-in-sitemap/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 04 Aug 2024 16:08:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:789:"\n						\n						<p>Replies: 4</p>\n						<p><strong>Please add meta tag </strong></p>\n\n\n\n<p>&lt;meta name=&#8221;description&#8221; content=&#8221;&gt; or echo esc_attr(get_bloginfo(&#8216;description&#8217;));</p>\n\n\n\n<p>to sitemap.xsl </p>\n\n\n\n<p><strong>ERROR : </strong>Missing description META tag<br /><strong>What is the problem?</strong><br />There is no description in the page title section. Search engines can use the description contained in the tag on the search results page. A quality description that is relevant to the content of the page and matches the searcher&#8217;s intent can help you increase traffic, as the description increases the search engine traffic to your page.</p>\n\n\n\n<p>Don&#8217;t want to make your own template to fix this Bing crawl error</p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Marcus Karlos";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:54:"https://wordpress.org/support/topic/htaccess-error-11/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"Htaccess error";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"https://wordpress.org/support/topic/htaccess-error-11/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 02 Aug 2024 14:33:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:850:"\n						\n						<p>Replies: 1</p>\n						<p>Hi there!</p>\n\n\n\n<p>I just installed the plugin on our site and am really happy, but have noticed a large number of errors logged as below:</p>\n\n\n\n<p>PHP Warning:  fopen(/nas/content/live/chalkboardroom/.htaccess): Failed to open stream: Permission denied in /nas/content/live/chalkboardroom/wp-admin/includes/misc.php on line 175</p>\n\n\n\n<p>These stop when I disable this plugin, and start again when I reactivate. I spoke to our host (WPEngine), who said they don&#8217;t use htaccess files anymore, so maybe thats the issue (the relevant piece of code is &#8216;$fp = fopen( $filename, &#8216;r+&#8217; );;).</p>\n\n\n\n<p>We&#8217;re on WordPress 6.6.1, if that helps.</p>\n\n\n\n<p>Would be very grateful if anyone has any ideas what might be the issue here?</p>\n\n\n\n<p>Best wishes</p>\n\n\n\n<p>Mike</p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"mikeowl321";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/support/topic/xml-site-map-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"xml site map";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/support/topic/xml-site-map-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 31 Jul 2024 11:00:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:156:"\n						\n						<p>Replies: 0</p>\n						<p>513Sitemap: /sitemap.xmlInvalid sitemap URL</p>\n\n\n\n<p>514Sitemap: /sitemap.htmlInvalid sitemap URL</p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"gregory97";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:73:"https://wordpress.org/support/topic/sitemap-failed-due-to-page-redirects/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"Sitemap failed due to page redirects?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"https://wordpress.org/support/topic/sitemap-failed-due-to-page-redirects/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 30 Jul 2024 12:31:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:291:"\n						\n						<p>Replies: 1</p>\n						<p>I have uploaded my xml file to google search central and for some reason it is just failing to index the pages, they are saying that they are pages with redirect? I don;t have any redirects activated so not sure why it is doing this?</p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"garethroo81";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:76:"https://wordpress.org/support/topic/nav-menu-edits-and-indexnow-is-slooooow/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"Nav Menu edits and IndexNow is slooooow";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"https://wordpress.org/support/topic/nav-menu-edits-and-indexnow-is-slooooow/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 19 Jul 2024 00:17:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1555:"\n						\n						<p>Replies: 1</p>\n						<p>Hi,</p>\n\n\n\n<p>We have ran into a problem with the IndexNow setting enabled when doing edits to a number of menu items. Such as renaming about 20 menu entries can take 90 seconds or longer vs 10 seconds with it disabled. WP is basically idle while waiting for tons of IndexNow API calls to complete. Sometimes this will cause the edit to time out. While we can increase the time out settings even higher, I don&#8217;t think the risk can be fully mitigated if the IndexNow API is having trouble. Is there any way to defer the IndexNow changes to a future wp_cron task so that the nav menu changes doesn&#8217;t block on them? It would also help improve those working on the site as they&#8217;re not waiting for 2+ minutes for the changes to complete.<br /><br />Thanks!</p>\n\n\n\n<p>Hal</p>\n\n\n<ul id="bbp-topic-revision-log-17899874" class="bbp-topic-revision-log">\n\n	<li id="bbp-topic-revision-log-17899874-item-17899878" class="bbp-topic-revision-log-item">\n		This topic was modified 2 weeks, 6 days ago by <a href="https://wordpress.org/support/users/netwisp/" title="View netwisp&#039;s profile" class="bbp-author-link"><span  class="bbp-author-name">netwisp</span></a>.\n	</li>\n	<li id="bbp-topic-revision-log-17899874-item-17899880" class="bbp-topic-revision-log-item">\n		This topic was modified 2 weeks, 6 days ago by <a href="https://wordpress.org/support/users/netwisp/" title="View netwisp&#039;s profile" class="bbp-author-link"><span  class="bbp-author-name">netwisp</span></a>.\n	</li>\n\n</ul>\n\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"netwisp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wordpress.org/support/topic/woocomerce-product-sitemap-issue/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Woocomerce Product sitemap issue";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wordpress.org/support/topic/woocomerce-product-sitemap-issue/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 13 Jul 2024 20:15:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:216:"\n						\n						<p>Replies: 12</p>\n						<p>I am facing issue in WordPress Products sitemap  also you can check on this site <a href="https://techprice.pk/" rel="nofollow ugc">https://techprice.pk/</a></p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"gbkhaan1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:80:"https://wordpress.org/support/topic/google-search-console-couldnt-fetch-problem/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:197:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Google Search Console &amp;#8220;couldn&amp;#8217;t fetch&amp;#8221; Problem";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:80:"https://wordpress.org/support/topic/google-search-console-couldnt-fetch-problem/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Jul 2024 11:38:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1262:"\n						\n						<p>Replies: 3</p>\n						<p>Hello everyone, </p>\n\n\n\n<p>I have read the posts about Google Search Console not being able to fetch the sitemap, and have try to follow the solutions but I can&#8217;t seem to get it to work. The Sitemap is reachable, even from the SC link. I have removed and re-entered the sitemap, recreated it a bunch of times&#8230; I don&#8217;t know what else to do. This has been going on for months now.</p>\n\n\n\n<p>For context: I changed hosting some months ago and did a new site from scratch in WP. It used to be an adobe muse site. Since then I have had trouble with the SC still trying to fetch the old pages. and crawling and indexing haven&#8217;t been working correctly. But there are no error in the SC, besides not indexing anything besides the main page.</p>\n\n\n\n<p>I hope finally getting the Sitemap on SC helps fix the problems.</p>\n\n\n\n<p>Therror in the Sitemaps page of SC is &#8220;Sitemap could not be read&#8221; (/sitemap.xml). I&#8217;ve tried using the .html address, but it says its an unsupported format (or something like that).</p>\n\n\n\n<p>It is an extremely simple site. Any help would be greatly appreciated! </p>\n\n\n\n<p><a href="https://criolla.eu" rel="nofollow ugc">https://criolla.eu</a></p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"jevallejo";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:50:"https://wordpress.org/support/topic/change-url-50/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:131:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Change URL";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"https://wordpress.org/support/topic/change-url-50/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 09 Jul 2024 19:04:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1025:"\n						\n						<p>Replies: 1</p>\n						<p>I have successfully changed the main URL thanks to the <em>Override the base URL of the sitemap</em> option. However, when I visit the sub xml files, the URL isn&#8217;t overwritten. Is there an easy way to achieve this?</p>\n\n\n\n<p>To make my example clearer, the main file (/sitemap.xml) displays the URLs this way, which is what I want :</p>\n\n\n\n<pre class="wp-block-code"><code>&lt;sitemap&gt;<br />&lt;loc&gt;https://www.domain.com/sitemap-misc.xml&lt;/loc&gt;<br />&lt;lastmod&gt;2024-07-09T01:19:50+00:00&lt;/lastmod&gt;<br />&lt;/sitemap&gt;</code></pre>\n\n\n\n<p>However, when I visit the sitemap in question, I get this :</p>\n\n\n\n<pre class="wp-block-code"><code>&lt;url&gt;<br />&lt;loc&gt;https://www.subdomain.domain.com/&lt;/loc&gt;<br />&lt;changefreq&gt;daily&lt;/changefreq&gt;<br />&lt;priority&gt;1.0&lt;/priority&gt;<br />&lt;/url&gt;</code></pre>\n\n\n\n<p>I would like to also change the sitemap-misc.xml, post-sitemap.xml and page-sitemap.xml if possible.</p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Yannick Fortier";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wordpress.org/support/topic/display-sitemap-in-a-wordpress-page/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:156:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Display sitemap in a wordpress page";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wordpress.org/support/topic/display-sitemap-in-a-wordpress-page/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 09 Jul 2024 12:43:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:152:"\n						\n						<p>Replies: 1</p>\n						<p>Is there is any shortcode available for this plugin to display the sitemap in a single page ? </p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"akhils96";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:54:"https://wordpress.org/support/topic/sitemap-error-118/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:134:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;SItemap error";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"https://wordpress.org/support/topic/sitemap-error-118/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 07 Jul 2024 18:50:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:311:"\n						\n						<p>Replies: 2</p>\n						<p>Hi, </p>\n\n\n\n<p>just saw that Google can not read my sitemap with 12.600 pages. Error message is &#8220;Incorrect http header content-type: &#8220;text/html; charset=UTF-8&#8221; (expected: &#8220;application/xml&#8221;).</p>\n\n\n\n<p>Would appreciate help.</p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"sandra051";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:74:"https://wordpress.org/support/topic/google-search-console-sitemap-problem/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"Google Search console sitemap problem";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"https://wordpress.org/support/topic/google-search-console-sitemap-problem/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 06 Jul 2024 09:55:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:833:"\n						\n						<p>Replies: 7</p>\n						<p>Hi, </p>\n\n\n\n<p>The number of pages on my site grew from around 5000 a view months ago, to now over 16.000.</p>\n\n\n\n<p>After each pages import, I submitted my sitemap to googel search console (a few dayslater ). I always get the Status successful, but since May now, the total number of pages recognized, always remained the same at 8.051. Even though, the correct sitemap is in google.</p>\n\n\n<ul id="bbp-topic-revision-log-17872491" class="bbp-topic-revision-log">\n\n	<li id="bbp-topic-revision-log-17872491-item-17872492" class="bbp-topic-revision-log-item">\n		This topic was modified 1 month ago by <a href="https://wordpress.org/support/users/andyk71/" title="View andyk71&#039;s profile" class="bbp-author-link"><span  class="bbp-author-name">andyk71</span></a>.\n	</li>\n\n</ul>\n\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"andyk71";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:85:"https://wordpress.org/support/topic/automatic-visit-of-the-sitemap-by-search-engines/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:169:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Automatic visit of the sitemap by search engines";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:85:"https://wordpress.org/support/topic/automatic-visit-of-the-sitemap-by-search-engines/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 06 Jul 2024 08:45:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:258:"\n						\n						<p>Replies: 10</p>\n						<p>Today, I create my site map manually and I clean the url that are not necessary to discover the site. Does the Siteweb generator XML plugin automatically create the website and also does the cleanup?</p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"juli609wp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:97:"https://wordpress.org/support/topic/incompatibility-with-polylang-and-language-based-child-pages/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"Incompatibility with Polylang and Language-Based Child Pages";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:97:"https://wordpress.org/support/topic/incompatibility-with-polylang-and-language-based-child-pages/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Jul 2024 16:24:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:968:"\n						\n						<p>Replies: 5</p>\n						<p><strong>Description:</strong><br />I am using the XML Sitemap Generator for Google plugin in conjunction with Polylang. It appears that the plugin is not handling language-based child pages correctly.</p>\n\n\n\n<p>For instance, instead of generating links like /en-nz/policies/security-policy, it produces links such as /en-nz/security-policy/security-policy.</p>\n\n\n\n<p><strong>Details:</strong><br />I am unable to modify the permalink behavior because the sm_xml_sitemap_post_url filter is applied before the site languages modifications by Polylang.</p>\n\n\n\n<p>Related code: <a href="https://github.com/Auctollo/google-sitemap-generator/blob/ebb0a687a50430f9558c060cafab933a48d64da8/class-googlesitemapgeneratorstandardbuilder.php#L268" rel="nofollow ugc">https://github.com/Auctollo/google-sitemap-generator/blob/ebb0a687a50430f9558c060cafab933a48d64da8/class-googlesitemapgeneratorstandardbuilder.php#L268</a></p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Anton Lukin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:86:"https://wordpress.org/support/topic/why-is-the-post-sitemap-xml-list-in-reverse-order/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:170:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Why is the post-sitemap.xml list in reverse order";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"https://wordpress.org/support/topic/why-is-the-post-sitemap-xml-list-in-reverse-order/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Jul 2024 03:05:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:334:"\n						\n						<p>Replies: 5</p>\n						<p>Why is the post-sitemap.xml list in reverse order? ? ? ? This is a serious problem after the upgrade.<br />Normally, the latest articles are at the front and the old articles are at the end. Now it is completely reversed. How can I set it correctly? ? ?</p>\n\n\n\n<p>thank you。</p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"btwlzyq";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wordpress.org/support/topic/some-recent-bugs-and-one-suggestion/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:156:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Some recent bugs and one suggestion";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wordpress.org/support/topic/some-recent-bugs-and-one-suggestion/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 23 Jun 2024 01:39:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:974:"\n						\n						<p>Replies: 3</p>\n						<p>I have used this plugin for years, but I have found recently it’s buggy in that when I enter the ID’s of the pages/posts to be excluded, it’s no longer storing them in the list. Upon refresh they are gone. In addition, the excluded pages/posts are still showing in the sitemap. With having a protected membership site, this is a problem.</p>\n\n\n\n<p>I have cleared the cache on the site and re-entered the ID list, but there is no change. I toggled include categories to see if that made a change and it took it fine. So it’s updating, but just not correctly.</p>\n\n\n\n<p>Last thing I noticed is new categories to exclude always show up at the bottom of the list, making it not user-friendly to have to scroll down and find it (if you remember to do that). I would suggest making an option of exclude all categories except these ones (in my case, it would be exclude all but General, since it is a members site).</p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"starbucksamore";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:64:"https://wordpress.org/support/topic/where-is-the-images-sitemap/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:149:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Where is the images Sitemap?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://wordpress.org/support/topic/where-is-the-images-sitemap/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 21 Jun 2024 10:46:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:301:"\n						\n						<p>Replies: 3</p>\n						<p>Hi, and congratulations for your excellent plugin, we use it in all our projects. The reason for the query is that we cannot find the url of the images sitemap and the html sitemap to add them to our robots.txt, thank you very much in advance.</p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:33:"Directorio de empresas españolas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wordpress.org/support/topic/additional-url-xml-to-sitemap-index/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:156:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Additional url.xml to sitemap index";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wordpress.org/support/topic/additional-url-xml-to-sitemap-index/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 19 Jun 2024 16:23:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1552:"\n						\n						<p>Replies: 1</p>\n						<p>Hi,</p>\n\n\n\n<p><strong>until the v4.1.13</strong> the additional url, that i added using the code below, works fine. It added the url to the sitemap index (it was like this <a href="http://mysite.test/api/sitemap-places.xml" rel="nofollow ugc">http://mysite.test/api/sitemap-places.xml</a>) and inside of it the list of other urls added with add_url. Now, <strong>from v4.1.14 to v4.1.20</strong> using the same code below, it adds the url as <a href="http://mysite.test/api/places.xml" rel="nofollow ugc">http://mysite.test/api/places.xml</a> and once opened i get 404 not found. I saw your documentation and i also tried to use the add_filter(&#8216;sm_sitemap_index&#8217; ,&#8230;.) but nothing changed.</p>\n\n\n\n<p>Ty</p>\n\n\n\n<pre class="wp-block-code"><code>function addToIndex($sitemapGenerator){</code></pre>\n\n\n\n<pre class="wp-block-code"><code>    $sitemapGenerator-&gt;add_sitemap("places", null, current_time( ''timestamp''));</code></pre>\n\n\n\n<pre class="wp-block-code"><code>}</code></pre>\n\n\n\n<pre class="wp-block-code"><code>function addToPlaces($sitemapGenerator, $type){<br /><br />    if($type &lt;&gt; ''places''){<br />        return;<br /><br />    }<br /><br />    $sitemapGenerator-&gt;add_url(<br />...<br /><br />    );<br /><br />}</code></pre>\n\n\n\n<pre class="wp-block-code"><code>add_action(''sm_build_index'', ''addToIndex'', 1, 1);</code></pre>\n\n\n\n<pre class="wp-block-code"><code>add_action(''sm_build_content'', ''addBpmBranchesToSitemap'', 1, 2);</code></pre>\n\n\n\n<p></p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"amot99";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wordpress.org/support/topic/any-filter-or-hook-to-override-tags/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:157:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Any Filter or Hook to Override Tags?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wordpress.org/support/topic/any-filter-or-hook-to-override-tags/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 19 Jun 2024 15:13:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:657:"\n						\n						<p>Replies: 2</p>\n						<p>Hi Team,</p>\n\n\n\n<p>In the plugin there&#8217;s a feature for excluding only categories but not tags .So is there any hooks or filters from which  we can override the same at theme level ?</p>\n\n\n<ul id="bbp-topic-revision-log-17836345" class="bbp-topic-revision-log">\n\n	<li id="bbp-topic-revision-log-17836345-item-17836347" class="bbp-topic-revision-log-item">\n		This topic was modified 1 month, 2 weeks ago by <a href="https://wordpress.org/support/users/ankur2024sr/" title="View ankur2024sr&#039;s profile" class="bbp-author-link"><span  class="bbp-author-name">ankur2024sr</span></a>.\n	</li>\n\n</ul>\n\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"ankur2024sr";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:65:"https://wordpress.org/support/topic/google-unable-to-see-sitemap/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:149:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Google unable to see sitemap";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"https://wordpress.org/support/topic/google-unable-to-see-sitemap/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 17 Jun 2024 12:48:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:288:"\n						\n						<p>Replies: 6</p>\n						<p>123reg hosting tell me that the sitemap doesn&#8217;t automatically get saved to the right location for Google to access.<br />They have to physically save it for me<br />How do I get the sitemap.xml file using this plugin please?</p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"sinkingfast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:66:"https://wordpress.org/support/topic/couldnt-fetch-sitemap-error-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:159:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Couldn&amp;#8217;t Fetch Sitemap Error";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"https://wordpress.org/support/topic/couldnt-fetch-sitemap-error-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 16 Jun 2024 20:16:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:221:"\n						\n						<p>Replies: 1</p>\n						<p>Hello,</p>\n\n\n\n<p>I can&#8217;t believe you have still not found a solution to the &#8220;couldn&#8217;t fetch&#8221; sitemap error in GSC.</p>\n\n\n\n<p>Shame on you. </p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"davidwoolf";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:50:"https://wordpress.org/support/topic/sitemap-video/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:134:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Sitemap video";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"https://wordpress.org/support/topic/sitemap-video/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 16 Jun 2024 16:07:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:278:"\n						\n						<p>Replies: 1</p>\n						<p>Hi guys, I&#8217;m going from Yoast&#8217;s sitemap to yours, in the hope that the videos on the pages will also be included in the sitemap.</p>\n\n\n\n<p>This is possible?<br />If so, how can I check it?</p>\n\n\n\n<p>Thank you</p>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"bizzarro81";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:77:"https://wordpress.org/support/topic/still-doesnt-work-with-custom-taxonomies/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:172:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Still Doesn&amp;#8217;t Work With Custom Taxonomies";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"https://wordpress.org/support/topic/still-doesnt-work-with-custom-taxonomies/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Jun 2024 21:22:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:489:"\n						\n						<p>Replies: 8</p>\n						<p>I&#8217;ve been stuck with a very old version of this plugin (4.1.7) because this still doesn&#8217;t fully support custom taxonomies. Today&#8217;s release (4.1.20) got slightly better, but it still has two problems:</p>\n\n\n\n<ol>\n<li>It only generates sitemaps for two of my three custom taxonomies. (It previously did none of them.)</li>\n\n\n\n<li>It only includes terms that have associated posts. (Which is not what I need.)</li>\n</ol>\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"rexsorgatz";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:67:"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:106:"https://wordpress.org/support/topic/one-or-more-plugins-conflict-with-proper-indexation-of-your-website-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:188:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;One or more plugins conflict with proper indexation of your website";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:106:"https://wordpress.org/support/topic/one-or-more-plugins-conflict-with-proper-indexation-of-your-website-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Jun 2024 16:50:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1479:"\n						\n						<p>Replies: 3</p>\n						<p>After updating to the latest version of this plugin 4.1.20, the following false positive warning is still showing at the top of the WordPress dashboard:</p>\n\n\n\n<p>One or more plugins conflict with proper indexation of your website. Use the deactivate button below to disable the extra sitemaps:</p>\n\n\n\n<ul>\n<li>WordPress Sitemap</li>\n</ul>\n\n\n\n<p>Also using All In One SEO 4.6.4 (latest version) (sitemaps aren&#8217;t enabled through this plugin).</p>\n\n\n\n<p>I did raise this issue a while back:</p>\n\n\n\n<p><a href="https://wordpress.org/support/topic/one-or-more-plugins-conflict-with-proper-indexation-of-your-website/" rel="ugc">https://wordpress.org/support/topic/one-or-more-plugins-conflict-with-proper-indexation-of-your-website/</a></p>\n\n\n\n<p>If we roll back to 4.1.13, this false positive warning doesn&#8217;t appear.</p>\n\n\n\n<p>Would you be able to look into this, and if you have a fix, happy to apply the fix, until this is fixed in a later update of this plugin.</p>\n\n\n\n<p>Kind Regards,</p>\n\n\n\n<p>Andy</p>\n\n\n<ul id="bbp-topic-revision-log-17826089" class="bbp-topic-revision-log">\n\n	<li id="bbp-topic-revision-log-17826089-item-17826101" class="bbp-topic-revision-log-item">\n		This topic was modified 1 month, 3 weeks ago by <a href="https://wordpress.org/support/users/andrew1977/" title="View Andrew1977&#039;s profile" class="bbp-author-link"><span  class="bbp-author-name">Andrew1977</span></a>.\n	</li>\n\n</ul>\n\n						\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Andrew1977";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:67:"https://wordpress.org/support/plugin/google-sitemap-generator/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:48:"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:13:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 08 Aug 2024 20:20:33 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:4:"vary";s:15:"Accept-Encoding";s:25:"strict-transport-security";s:12:"max-age=3600";s:7:"expires";s:29:"Wed, 11 Jan 1984 05:00:00 GMT";s:13:"cache-control";s:36:"no-cache, must-revalidate, max-age=0";s:6:"x-olaf";s:3:"⛄";s:12:"x-robots-tag";s:15:"noindex, follow";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:16:"content-encoding";s:2:"br";s:7:"alt-svc";s:19:"h3=":443"; ma=86400";s:4:"x-nc";s:13:"EXPIRED ord 2";}}s:5:"build";s:14:"20211221010300";}', 'no');
INSERT INTO `wp_options` VALUES
(179405, '_transient_timeout_feed_mod_d21d2a68bac70d38fb7f9a7bd3d1725e', '1723753233', 'no'),
(179406, '_transient_feed_mod_d21d2a68bac70d38fb7f9a7bd3d1725e', '1723148433', 'no'),
(179421, '_wpforms_transient_timeout_splash.json', '1723768017', 'no'),
(179422, '_wpforms_transient_splash.json', '1723163217', 'no'),
(179673, '_site_transient_timeout_browser_e17bc4db9f47a7861fb0c9fb1b03ff29', '1723941856', 'no'),
(179674, '_site_transient_browser_e17bc4db9f47a7861fb0c9fb1b03ff29', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:9:"127.0.0.0";s:8:"platform";s:7:"Windows";s:10:"update_url";s:29:"https://www.google.com/chrome";s:7:"img_src";s:43:"http://s.w.org/images/browsers/chrome.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/chrome.png?1";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'no'),
(179677, '_transient_timeout_wpforms_dash_widget_lite_entries_by_form', '1723420800', 'no'),
(179678, '_transient_wpforms_dash_widget_lite_entries_by_form', 'a:1:{i:133;a:3:{s:7:"form_id";i:133;s:5:"count";i:0;s:5:"title";s:19:"Simple Contact Form";}}', 'no'),
(179679, 'can_compress_scripts', '0', 'yes'),
(179682, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1723380258', 'no'),
(179683, '_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:52:"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:8:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:59:"The latest news about WordPress and the WordPress community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 02 Aug 2024 13:33:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:40:"https://wordpress.org/?v=6.7-alpha-58876";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:6:{s:4:"data";s:11:"\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:3:"url";a:1:{i:0;a:5:{s:4:"data";s:29:"https://s.w.org/favicon.ico?2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"width";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:6:"height";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:63:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"A Brand-New Way to Learn WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"https://wordpress.org/news/2024/08/a-brand-new-way-to-learn-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 02 Aug 2024 13:33:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:6:"Design";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"Meta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=17545";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:381:"Learn WordPress has been growing as a hub of educational resources for WordPress since 2020. Now, it’s undergone a transformation in content focus and design with the introduction of Learning Pathways and a reimagined look. The WordPress.org redesign continues Learn WordPress is the latest section of WordPress.org to receive a design refresh, following other sections [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Lauren Stein";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:13403:"\n<p><a href="https://learn.wordpress.org/">Learn WordPress</a> has been growing as a hub of educational resources for WordPress since 2020. Now, it’s undergone a transformation in content focus and design with the introduction of Learning Pathways and a reimagined look.</p>\n\n\n\n<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">\n<iframe class="youtube-player" width="600" height="338" src="https://www.youtube.com/embed/D7K4GqTQAEE?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe>\n</div></figure>\n\n\n\n<h3 class="wp-block-heading">The WordPress.org redesign continues </h3>\n\n\n\n<p>Learn WordPress is the latest section of WordPress.org to receive a design refresh, following other sections like the <a href="https://wordpress.org/showcase/">Showcase</a> and <a href="https://developer.wordpress.org/">Developer Resources</a>. It brings a unified look and feel that’s modern, visual, and inviting.</p>\n\n\n\n<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="919" src="https://i0.wp.com/wordpress.org/news/files/2024/07/2-learn-1.png?resize=1024%2C919&#038;ssl=1" alt="" class="wp-image-17613" srcset="https://i0.wp.com/wordpress.org/news/files/2024/07/2-learn-1.png?resize=1024%2C919&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/07/2-learn-1.png?resize=300%2C269&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/07/2-learn-1.png?resize=768%2C690&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/07/2-learn-1.png?resize=1536%2C1379&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/07/2-learn-1.png?resize=2048%2C1839&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2024/07/2-learn-1.png?w=3000&amp;ssl=1 3000w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></figure>\n\n\n\n<p>Beyond its fresh aesthetic, the new Learn WordPress site prioritizes learners with a revamped user experience consistent with familiar modern learning platforms. It features a new navigation menu, eye-catching thumbnails, and search filters so you can explore and discover content quickly. The clearer and more structured layout helps you easily recognize the resources you need (courses, lessons, Online Workshops) based on your learning preferences. &nbsp;</p>\n\n\n\n<h3 class="wp-block-heading">Introducing Learning Pathways</h3>\n\n\n\n<p>This redesign also highlights a new approach to Learn WordPress content, emphasizing what learners engage with the most. The introduction of Learning Pathways lets you grow your WordPress skills progressively. You can start with beginner essentials and then work your way through more advanced concepts at your own speed. This method lets you build a solid understanding as you move through each course. Learning Pathways are geared toward specific learners, like people using WordPress for the first time or those interested in development.</p>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="730" src="https://i0.wp.com/wordpress.org/news/files/2024/07/1-learn.png?resize=1024%2C730&#038;ssl=1" alt="" class="wp-image-17591" srcset="https://i0.wp.com/wordpress.org/news/files/2024/07/1-learn.png?resize=1024%2C730&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/07/1-learn.png?resize=300%2C214&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/07/1-learn.png?resize=768%2C548&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/07/1-learn.png?resize=1536%2C1095&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/07/1-learn.png?resize=2048%2C1460&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2024/07/1-learn.png?w=3000&amp;ssl=1 3000w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></figure>\n\n\n\n<p>Four Learning Pathways are already launched and ready to explore:</p>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://learn.wordpress.org/course/beginner-wordpress-user/">Beginner WordPress User</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/course/intermediate-wordpress-user/">Intermediate WordPress User</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/course/beginner-wordpress-developer/">Beginner WordPress Developer&nbsp;</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/course/intermediate-theme-developer/" data-type="link" data-id="https://learn.wordpress.org/course/intermediate-theme-developer/">Intermediate Theme Developer</a></li>\n</ul>\n\n\n\n<p>You can look forward to more Learning Pathways in the User and Developer tracks soon. Two additional pathways, Designer and Contributor, are also on the roadmap. For more details about Learning Pathways, listen to <a href="https://wordpress.org/news/2024/07/episode-83-learning-pathways/">episode 83 of the WordPress Briefing</a>. </p>\n\n\n\n<p class="has-text-align-left has-off-white-2-background-color has-background" style="padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--60)"><strong>Get a guided tour of all the exciting Learn WordPress changes</strong> from the Training team’s very own <a href="https://profiles.wordpress.org/psykro/">Jonathan Bossenger</a>, <a href="https://profiles.wordpress.org/west7/">Wes Theron</a> and <a href="https://profiles.wordpress.org/zoonini/">Kathryn Presner</a>. Sign up for one of their upcoming Online Workshops on <a href="https://www.meetup.com/learn-wordpress-online-workshops/events/302434418/"><strong>Tuesday, August 6 at 14:00 UTC</strong> </a>or <strong><a href="https://www.meetup.com/learn-wordpress-online-workshops/events/302387426/" data-type="link" data-id="https://www.meetup.com/learn-wordpress-online-workshops/events/302387426/">Thursday, August 8 at 21:00 UTC</a>.</strong></p>\n\n\n\n<h3 class="wp-block-heading">Education for the future of WordPress</h3>\n\n\n\n<p>What started with the Training team’s effort to understand the needs and expectations of current and future learners became a push to create a dynamic learning experience. This next phase of Learn WordPress is an exciting move toward bringing more people into WordPress, whether new users just getting started or established developers looking to add more skills to their toolbox.</p>\n\n\n\n<p>If you want to propose a change or report an issue, please do so in the <a href="https://github.com/WordPress/Learn">Learn GitHub repository</a>. If you love WordPress and want to contribute to making Learn WordPress an even greater resource, join the <a href="https://wordpress.slack.com/archives/C02RW657Q">#training</a> Slack channel. Want to make an immediate impact? Share <a href="https://learn.wordpress.org/">Learn WordPress</a> with someone you know.</p>\n\n\n\n<h3 class="wp-block-heading">Thank you (and props) to all involved</h3>\n\n\n\n<p>The new Learn WordPress couldn’t have been possible without the effective collaboration of the Training, Design, Marketing, and Meta teams. </p>\n\n\n\n<p class="is-style-wporg-props-medium has-large-font-size"><a href=''https://profiles.wordpress.org/adamwood/'' class=''mention''><span class=''mentions-prefix''>@</span>adamwood</a> <a href=''https://profiles.wordpress.org/agiljulio/'' class=''mention''><span class=''mentions-prefix''>@</span>agiljulio</a> <a href=''https://profiles.wordpress.org/arunshenoy99/'' class=''mention''><span class=''mentions-prefix''>@</span>arunshenoy99</a> <a href=''https://profiles.wordpress.org/bsanevans/'' class=''mention''><span class=''mentions-prefix''>@</span>bsanevans</a> <a href=''https://profiles.wordpress.org/burtrw/'' class=''mention''><span class=''mentions-prefix''>@</span>burtrw</a> <a href=''https://profiles.wordpress.org/cnormandigital/'' class=''mention''><span class=''mentions-prefix''>@</span>cnormandigital</a> <a href=''https://profiles.wordpress.org/devmuhib/'' class=''mention''><span class=''mentions-prefix''>@</span>devmuhib</a> <a href=''https://profiles.wordpress.org/digitalchild/'' class=''mention''><span class=''mentions-prefix''>@</span>digitalchild</a> <a href=''https://profiles.wordpress.org/dufresnesteven/'' class=''mention''><span class=''mentions-prefix''>@</span>dufresnesteven</a> <a href=''https://profiles.wordpress.org/ervanyuffrizal/'' class=''mention''><span class=''mentions-prefix''>@</span>ervanyuffrizal</a> <a href=''https://profiles.wordpress.org/faisalahammad/'' class=''mention''><span class=''mentions-prefix''>@</span>faisalahammad</a> <a href=''https://profiles.wordpress.org/fcoveram/'' class=''mention''><span class=''mentions-prefix''>@</span>fcoveram</a> <a href=''https://profiles.wordpress.org/hellosatya/'' class=''mention''><span class=''mentions-prefix''>@</span>hellosatya</a> <a href=''https://profiles.wordpress.org/huzaifaalmesbah/'' class=''mention''><span class=''mentions-prefix''>@</span>huzaifaalmesbah</a> <a href=''https://profiles.wordpress.org/indirabiswas27/'' class=''mention''><span class=''mentions-prefix''>@</span>indirabiswas27</a> <a href=''https://profiles.wordpress.org/ironnysh/'' class=''mention''><span class=''mentions-prefix''>@</span>ironnysh</a> <a href=''https://profiles.wordpress.org/itsmhrahman/'' class=''mention''><span class=''mentions-prefix''>@</span>itsmhrahman</a> <a href=''https://profiles.wordpress.org/jinalparekh/'' class=''mention''><span class=''mentions-prefix''>@</span>jinalparekh</a> <a href=''https://profiles.wordpress.org/joedolson/'' class=''mention''><span class=''mentions-prefix''>@</span>joedolson</a> <a href=''https://profiles.wordpress.org/joen/'' class=''mention''><span class=''mentions-prefix''>@</span>joen</a> <a href=''https://profiles.wordpress.org/jominney/'' class=''mention''><span class=''mentions-prefix''>@</span>jominney</a> <a href=''https://profiles.wordpress.org/keithnoseworthy/'' class=''mention''><span class=''mentions-prefix''>@</span>keithnoseworthy</a> <a href=''https://profiles.wordpress.org/kel-dc/'' class=''mention''><span class=''mentions-prefix''>@</span>kel-dc</a> <a href=''https://profiles.wordpress.org/lada7042/'' class=''mention''><span class=''mentions-prefix''>@</span>lada7042</a> <a href=''https://profiles.wordpress.org/laurahartwigdesign/'' class=''mention''><span class=''mentions-prefix''>@</span>laurahartwigdesign</a> <a href=''https://profiles.wordpress.org/laurlittle/'' class=''mention''><span class=''mentions-prefix''>@</span>laurlittle</a> <a href=''https://profiles.wordpress.org/markoserb/'' class=''mention''><span class=''mentions-prefix''>@</span>markoserb</a> <a href=''https://profiles.wordpress.org/mustakim5/'' class=''mention''><span class=''mentions-prefix''>@</span>mustakim5</a> <a href=''https://profiles.wordpress.org/nazmul111/'' class=''mention''><span class=''mentions-prefix''>@</span>nazmul111</a> <a href=''https://profiles.wordpress.org/ndiego/'' class=''mention''><span class=''mentions-prefix''>@</span>ndiego</a> <a href=''https://profiles.wordpress.org/nilovelez/'' class=''mention''><span class=''mentions-prefix''>@</span>nilovelez</a> <a href=''https://profiles.wordpress.org/noruzzaman/'' class=''mention''><span class=''mentions-prefix''>@</span>noruzzaman</a> <a href=''https://profiles.wordpress.org/orangeambition/'' class=''mention''><span class=''mentions-prefix''>@</span>orangeambition</a> <a href=''https://profiles.wordpress.org/piyopiyofox/'' class=''mention''><span class=''mentions-prefix''>@</span>piyopiyofox</a> <a href=''https://profiles.wordpress.org/psykro/'' class=''mention''><span class=''mentions-prefix''>@</span>psykro</a> <a href=''https://profiles.wordpress.org/renyot/'' class=''mention''><span class=''mentions-prefix''>@</span>renyot</a> <a href=''https://profiles.wordpress.org/rfluethi/'' class=''mention''><span class=''mentions-prefix''>@</span>rfluethi</a> <a href=''https://profiles.wordpress.org/rjfrizz/'' class=''mention''><span class=''mentions-prefix''>@</span>rjfrizz</a> <a href=''https://profiles.wordpress.org/rmartinezduque/'' class=''mention''><span class=''mentions-prefix''>@</span>rmartinezduque</a> <a href=''https://profiles.wordpress.org/ryelle/'' class=''mention''><span class=''mentions-prefix''>@</span>ryelle</a> <a href=''https://profiles.wordpress.org/sakibsnaz/'' class=''mention''><span class=''mentions-prefix''>@</span>sakibsnaz</a> <a href=''https://profiles.wordpress.org/sfougnier/'' class=''mention''><span class=''mentions-prefix''>@</span>sfougnier</a> <a href=''https://profiles.wordpress.org/shsajalchowdhury/'' class=''mention''><span class=''mentions-prefix''>@</span>shsajalchowdhury</a> <a href=''https://profiles.wordpress.org/sierratr/'' class=''mention''><span class=''mentions-prefix''>@</span>sierratr</a> <a href=''https://profiles.wordpress.org/sumitsingh/'' class=''mention''><span class=''mentions-prefix''>@</span>sumitsingh</a> <a href=''https://profiles.wordpress.org/teuila_mau/'' class=''mention''><span class=''mentions-prefix''>@</span>teuila_mau</a> <a href=''https://profiles.wordpress.org/webtechpooja/'' class=''mention''><span class=''mentions-prefix''>@</span>webtechpooja</a>&nbsp;&nbsp;<a href=''https://profiles.wordpress.org/west7/'' class=''mention''><span class=''mentions-prefix''>@</span>west7</a> <a href=''https://profiles.wordpress.org/zoonini/'' class=''mention''><span class=''mentions-prefix''>@</span>zoonini</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"17545";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:57:"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"WordPress 6.6.1 Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wordpress.org/news/2024/07/wordpress-6-6-1-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 23 Jul 2024 15:53:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=17567";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:337:"WordPress 6.6.1 is now available! This minor release features 7 bug fixes in Core and 9 bug fixes for the Block Editor. You can review a summary of the maintenance updates in this release by reading the Release Candidate announcement. WordPress 6.6.1 is a short-cycle release. The next major release will be version 6.7 planned [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Tonya Mork";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5779:"\n<p><strong>WordPress 6.6.1 is now available!</strong></p>\n\n\n\n<p>This minor release features <a href="https://core.trac.wordpress.org/query?status=closed&amp;id=!61692&amp;milestone=6.6.1&amp;group=status&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;col=keywords&amp;order=priority">7 bug fixes in Core</a> and <a href="https://core.trac.wordpress.org/ticket/61692#comment:4 ">9 bug fixes for the Block Editor</a>. You can review a summary of the maintenance updates in this release by reading the <a href="https://make.wordpress.org/core/2024/07/18/wordpress-6-6-1-rc1-is-now-available/">Release Candidate announcement</a>.</p>\n\n\n\n<p>WordPress 6.6.1 is a short-cycle release. The next major release will be <a href="https://make.wordpress.org/core/6-7/">version 6.7</a> planned for November 2024.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href="https://wordpress.org/wordpress-6.6.1.zip">download WordPress 6.6.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information on this release, please <a href="https://wordpress.org/support/wordpress-version/version-6-6-1">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class="wp-block-heading">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href="https://profiles.wordpress.org/hellofromTonya">Tonya Mork</a> and <a href="https://profiles.wordpress.org/ellatrix/">Ella</a>.</p>\n\n\n\n<p>WordPress 6.6.1 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class="is-style-wporg-props-long"><a href="//profiles.wordpress.org/jorbin&quot;">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/aaronrobertshaw">Aaron Robertshaw</a>, <a href="https://profiles.wordpress.org/wildworks">Aki Hamano</a>, <a href="https://profiles.wordpress.org/amitraj2203">Amit Raj</a>, <a href="https://profiles.wordpress.org/atachibana/">Akira Tachibana</a>, <a href="https://profiles.wordpress.org/afercia">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/andrewserong">Andrew Serong</a>, <a href="https://profiles.wordpress.org/annezazu">annezazu</a>, <a href="https://profiles.wordpress.org/ambrosiawt">Art Smith</a>, <a href="https://profiles.wordpress.org/bgardner">Brian Gardner</a>, <a href="https://profiles.wordpress.org/poena">Carolina Nymark</a>, <a href="https://profiles.wordpress.org/cbirdsong">cbirdsong</a>, <a href="https://profiles.wordpress.org/butterflymedia">Ciprian</a>, <a href="https://profiles.wordpress.org/clarktbt">Clark</a>, <a href="https://profiles.wordpress.org/courane01">Courtney Robertson</a>, <a href="https://profiles.wordpress.org/talldanwp">Daniel Richards</a>, <a href="https://profiles.wordpress.org/davidbaumwald">David Baumwald</a>, <a href="https://profiles.wordpress.org/dmsnell">Dennis Snell</a>, <a href="https://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="https://profiles.wordpress.org/ellatrix">Ella</a>, <a href="https://profiles.wordpress.org/annubis">Eric-Oliver Mächler</a>, <a href="https://profiles.wordpress.org/fabiankaegy">Fabian Kägy</a>, <a href="https://profiles.wordpress.org/mamaduka">George Mamadashvili</a>, <a href="https://profiles.wordpress.org/jsnajdr">Jarda Snajdr</a>, <a href="https://profiles.wordpress.org/audrasjb">Jb Audras</a>, <a href="https://profiles.wordpress.org/joedolson">Joe Dolson</a>, <a href="https://profiles.wordpress.org/joen">Joen A.</a>, <a href="https://profiles.wordpress.org/jonsurrell">Jon Surrell</a>, <a href="https://profiles.wordpress.org/laurelfulford/">laurelfulford</a><a>, </a><a href="https://profiles.wordpress.org/mciampini">Marco Ciampini</a>, <a href="https://profiles.wordpress.org/santosguillamot">Mario Santos</a>, <a href="https://profiles.wordpress.org/markhowellsmead">Mark Howells-Mead</a>, <a href="https://profiles.wordpress.org/mukesh27%20">Mukesh Panchal</a>, <a href="https://profiles.wordpress.org/neotrope">neotrope</a>, <a href="https://profiles.wordpress.org/swissspidy">Pascal Birchler</a>, <a href="https://profiles.wordpress.org/pbiron">Paul Biron</a>, <a href="https://profiles.wordpress.org/ramonopoly">ramonopoly</a>, <a href="https://profiles.wordpress.org/raquelandefeld">Raquel</a>, <a href="https://profiles.wordpress.org/youknowriad">Riad Benguella</a>, <a href="https://profiles.wordpress.org/richtabor">Rich Tabor</a>, <a href="https://profiles.wordpress.org/noisysocks">Robert Anderson</a>, <a href="https://profiles.wordpress.org/SergeyBiryukov">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/coffee2code/">Scott Reilly</a>, <a href="https://profiles.wordpress.org/sourav08">Sourav Pahwa</a>, <a href="https://profiles.wordpress.org/sabernhardt">Stephen Bernhardt</a>, <a href="https://profiles.wordpress.org/sunil25393">SunilPrajapati</a>, <a href="https://profiles.wordpress.org/hellofromTonya">Tonya Mork</a>, <a href="https://profiles.wordpress.org/up1512001">up1512001</a>\n</p>\n\n\n\n<h2 class="wp-block-heading">How to contribute</h2>\n\n\n\n<p class="is-style-default">To get involved in WordPress core development, head over to Trac, <a href="https://core.trac.wordpress.org/report/6">pick a ticket</a>, and join the conversation in the <a href="https://wordpress.slack.com/archives/C02RQBWTW">#core</a> and <a href="https://wordpress.slack.com/archives/C07BTF54N68">#6-7-release-leads</a> channels. Need help? Check out the <a href="https://make.wordpress.org/core/handbook/">Core Contributor Handbook</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"17567";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:61:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"WP Briefing: Episode 84: A WordPress 6.6 Sneak Peek";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"https://wordpress.org/news/2024/07/episode-84-a-wordpress-6-6-sneak-peek/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 22 Jul 2024 12:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"wp-briefing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=17539";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:256:"Join WordPress Executive Director, Josepha Haden Chomphosy, as she offers an exclusive preview of the upcoming WordPress 6.6 release, accompanied by special guest Meher Bala, the release''s coordinator. Don’t miss this opportunity for an insider’s look!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:51:"https://wordpress.org/news/files/2024/07/WPB084.mp3";s:6:"length";s:1:"0";s:4:"type";s:0:"";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brett McSherry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:27063:"\n<p>Join WordPress Executive Director, Josepha Haden Chomphosy, as she offers an exclusive preview of the recently released WordPress 6.6, accompanied by special guest Meher Bala, the release&#8217;s coordinator. Don’t miss this opportunity for an insider’s look!</p>\n\n\n\n<h2 class="wp-block-heading">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href="https://profiles.wordpress.org/chanthaboune/">Josepha Haden Chomphosy</a><br>Guest:&nbsp;<a href="https://profiles.wordpress.org/meher/">Meher Bala</a><br>Editor:&nbsp;<a href="https://profiles.wordpress.org/adamatdayone/">Adam Daly</a><br>Logo:&nbsp;<a href="https://profiles.wordpress.org/javiarce/">Javier Arce</a><br>Production:&nbsp;<a href="https://profiles.wordpress.org/bjmcsherry/">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class="wp-block-heading">Show Notes</h2>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://wordpress.org/download/releases/6-6/">WordPress 6.6 Download</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/">Make WordPress &#8211; Core</a>\n<ul class="wp-block-list">\n<li><a href="https://wordpress.slack.com/archives/C02RQBWTW">WordPress Core Slack</a></li>\n</ul>\n</li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul class="wp-block-list">\n<li><a href="https://make.wordpress.org/community/2024/07/04/first-time-attendees/" target="_blank" rel="noreferrer noopener">First-Time Attendees: A Key Metric of Success for WordPress Events</a>&nbsp;</li>\n\n\n\n<li>The&nbsp;<a href="https://make.wordpress.org/docs/2023/04/25/monthly-online-docs-team-contributor-day-starts-april-2023/" target="_blank" rel="noreferrer noopener">Docs team holds an online Contributor Day</a>&nbsp;every fourth Tuesday.</li>\n\n\n\n<li>Reminder:&nbsp;<a href="https://learn.wordpress.org/online-workshops/" target="_blank" rel="noreferrer noopener">Online workshops</a>&nbsp;are live sessions where you can learn alongside other WordPress enthusiasts.</li>\n\n\n\n<li><a href="https://make.wordpress.org/media-corps/2024/07/03/recap-of-the-media-corps-briefing-on-wordpress-6-6/" target="_blank" rel="noreferrer noopener">Recap of the Media Corps Briefing on WordPress 6.6</a>&nbsp;</li>\n</ul>\n</li>\n\n\n\n<li>Have a question you’d like answered? Submit them to&nbsp;<a href="mailto:wpbriefing@WordPress.org">WPBriefing@WordPress.org</a>.</li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">Transcript</h2>\n\n\n\n<span id="more-17539"></span>\n\n\n\n<p>[00:00:00]&nbsp;<strong>Josepha:</strong>&nbsp;Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!&nbsp;</p>\n\n\n\n<p>[00:00:28] (Intro Music)&nbsp;</p>\n\n\n\n<p><span style="margin: 0px;padding: 0px">[00:00:40]&nbsp;<strong>Josepha:</strong>&nbsp;</span>Last week, we released WordPress 6.6, and I had a chance to chat with a long-time contributor and member of the Release Squad about it.&nbsp;Today, I have with me Meher, and she was, well I guess I will let her tell us what she did with the release, but at the time of this recording, yesterday we had the WordPress 6.6 release, codenamed &#8216;Dorsey,&#8217; and so Meher, welcome to the WordPress Briefing.</p>\n\n\n\n<p>[00:01:05] <strong>Meher:</strong> Hi, thank you for inviting me. It&#8217;s nice to be here.</p>\n\n\n\n<p><span style="margin: 0px;padding: 0px">[00:01:09]&nbsp;<strong>Josepha:</strong>&nbsp;Why don&#8217;t you tell us a little bit about yourself, what you do in the WordPress project, how long you&#8217;ve been contributing, and then the role that you played in our big, big mid-year release?</span></p>\n\n\n\n<p>[00:01:19] <strong>Meher:</strong> So my name is Meher. I&#8217;m a front-end developer. I&#8217;m also a CEO of KDC. I&#8217;m also a codable expert in WordPress. I started with contributing into the marketing field. Then, slowly, for 5.6, I got to be on the release squad, learned about training, about how the release goes, process happens. From that time onwards, I&#8217;ve been part of marketing or, basically, I&#8217;ve been part of the marketing team for all the releases. For 6.6, I picked to do the Release Coordinator, something different, something new, wanting to know what goes into it.&nbsp;</p>\n\n\n\n<p>[00:02:03] <strong>Josepha:</strong> That is a big leap from like hanging out in marketing to going to be the Release Coordinator. Before we get into the release itself, just what made you think to yourself, I would like to do that? I would like to stand up and wrangle all of these contributors across the world. Make sure we get a release out?</p>\n\n\n\n<p>[00:02:20] <strong>Meher:</strong> I wanted to try something new. Like even in WordCamp, each role is different. So, even in the release, I wanted to try each different things. And like 5.6, I was in documentation. Then, I was in marketing. So then I got used to marketing, so I stick with my, no, I stuck with marketing. </p>\n\n\n\n<p>[00:02:39] <strong>Josepha:</strong> Yeah.</p>\n\n\n\n<p>[00:02:40] <strong>Meher:</strong> So this time, I want to try something different, and I want to see, you know, how easy was it to be a Release Coordinator because it&#8217;s a Release Coordinator, see, you know, it&#8217;s, it&#8217;s a like a big thing coordinating so many people so many different teams going on, working together, and so yeah, it was fun.</p>\n\n\n\n<p>[00:02:58] <strong>Josepha:</strong> Great. I&#8217;m glad that you found it fun. I always worry when people make big shifts. I&#8217;m like, did we put enough documentation to make it clear? Are they going to find it easy to get started or not? And I think you did a really great job with it. So congratulations, since that happened just yesterday, less than 24 hours ago.</p>\n\n\n\n<p>[00:03:16] <strong>Meher:</strong> Yes, less than 24 hours.</p>\n\n\n\n<p>[00:03:21] <strong>Josepha:</strong> Yeah, yeah. So, from your position as the Release Coordinator, what are the biggest, like, one or two features that you really were excited to see get in this release?</p>\n\n\n\n<p>[00:03:32] <strong>Meher:</strong> Oh, one of the biggest features was the style override patterns.</p>\n\n\n\n<p>[00:03:37] <strong>Josepha:</strong> Oh, yeah.</p>\n\n\n\n<p>[00:03:38] <strong>Meher:</strong> Which I found very useful because a lot of people are using patterns. So, you know, patterns override; if you wanna change something on a specific page, it&#8217;s really useful then just to, you know, recreate a second pattern and then to match up and all. And second, which I liked as a user, was the publish box on the post becoming very clear, very, you know, cluster-free, very minimalistic, and just so comfortable that a normal user will actually understand what is there instead of going to each dropdown and figuring out what needs to be done. So, for me, I think as a developer and user, these two are the fun features, which I like, which 6.5 had, so. There are many other features as well. These are the two great features.</p>\n\n\n\n<p>[00:04:28] <strong>Josepha:</strong> Yeah. I mean, I don&#8217;t think that anyone can argue about the importance of making things a little easier to see, a little easier to use. It&#8217;s been a little bit since WordPress was like fall into it easy to use. I feel like we have been the easiest of the robust CMS systems for like a long time. I know I said CMS systems. That&#8217;s like saying pin number. I know that the S in CMS is systems, but anyway, that notwithstanding, we&#8217;ve been the easiest of the complex solutions for a long time, and I think it&#8217;s always great when we, when we take a moment to be like, what could we make a bit easier to just like, no instructions required you get in there and you can tell like, what any individual thing will do without necessarily, like you said, having to go into drop downs and reading a bunch of stuff a little guesswork is okay. And also, it&#8217;s clear that none of it is dangerous. And so I think that&#8217;s, I think that&#8217;s a a good change myself. So, I agree with your assessment.</p>\n\n\n\n<p>[00:05:27] <strong>Josepha:</strong> So the style override patterns, that&#8217;s part of the suite of design tools that we&#8217;re pulling together, right?&nbsp;</p>\n\n\n\n<p>[00:05:33] <strong>Meher:</strong> Yes.</p>\n\n\n\n<p>[00:05:34] <strong>Josepha:</strong> in your experience, you said you&#8217;re the CEO of your company, like in your experience, does that feel like something that&#8217;s super useful for agencies or particularly useful for freelancers, or should it generally be useful for everyone?</p>\n\n\n\n<p>[00:05:47] <strong>Meher:</strong> It will be useful from a small business point to a freelancer as well because we always try, like, in each page, we always, you know, there is some bits repeated, you know, so, patterns makes it easier, and syndicate pattern makes it more easier so that you can just duplicate and have one place to change. And, like, you have ten pages, you have one pattern across ten pages. The 11th page, you want the same pattern, but little change in that. It&#8217;s easier. It&#8217;s good because you can just change on that page, one particular thing and still go in the parent and change other things to reflect in that. So it will be very helpful for freelancers, small agencies. I do see big agencies take advantage of it. So overall, it should help everyone.</p>\n\n\n\n<p>[00:06:35] <strong>Josepha:</strong> Good. Good. I, for one, isn&#8217;t it great when we can get a feature out that mostly is going to help everyone. But I have been especially interested in the features that we&#8217;re trying to get out that help that kind of like small to medium agency area. I feel like we have a lot of folks in the WordPress community who do exactly what you&#8217;re talking about. You&#8217;re getting something together. You have a mostly what you need across your site. You have one style that&#8217;s out there, but there&#8217;s this one area that you want to have a little bit more personality or a little less personality, depending on what your client is looking for, like this one is applying for jobs, and it needs to be a little less exciting or whatever it is.</p>\n\n\n\n<p>[00:07:13] <strong>Josepha:</strong> I think that&#8217;s great that we have that option. So you don&#8217;t have to try to, I don&#8217;t know, hack your way through that. I know that we&#8217;re not a super get-in-there-and hack-on-it sort of group anymore these days, but I love that we still have that feeling of we&#8217;re gonna, we&#8217;re going to make this a safe hacking space for you. Just get in there and make it work. So that&#8217;s excellent. Excellent. So for you, then, personally, cause you wear a lot of hats, you&#8217;ve your front-end developer; you&#8217;re running your company, you&#8217;re working, you&#8217;re a codable expert. You&#8217;ve got all these things. So from your perspective, what is the thing that got into this release that was a surprising, like a diamond in the rough for you, like a surprising good feature when you just thought it was like an important feature at some point? Was there one that seemed like it was a good idea but became a great idea by the time it was out?</p>\n\n\n\n<p>[00:08:00] <strong>Meher:</strong> Oh, I would say style variations because I did not expect the final style variation to be what it is. A theme developer can create the theme, can add styles, can add fonts, can give different design elements to the theme as a normal user when they when someone wants to just pull up a website, but they&#8217;re not good in design, or they don&#8217;t know which font to use. They choose which font, but then it doesn&#8217;t work. So if the theme provides an easy option just to shift the different styles they&#8217;re using and combining with the fonts. It is a much bigger opportunity for everyone because a normal user can just, they have a black and white site. I want to shift to a colorful site. Just go and see what the theme art has given you and shift it. So I think that I was surprised and I like the outcome. I&#8217;m sure my blogger friends also will like it because then they don&#8217;t have to depend on a designer to you know, give them color schemes and stuff.</p>\n\n\n\n<p>[00:09:01] <strong>Josepha:</strong> Yes. Yeah. So unrelated. It&#8217;s only, it&#8217;s kind of related. I shouldn&#8217;t say it&#8217;s unrelated. It&#8217;s all about WordPress. And now it&#8217;s about color palettes. So, I have a new design on my blog. And unfortunately I am the sort of person that does need a designer to tell me what I meant by the thing I thought. <span style="margin: 0px;padding: 0px">And so, like, I had this idea of the sort of color palette that I wanted and was searching for color palettes inside themes, which I was not succeeding at.</span> And eventually I had a designer who was happy to help you figure this out and get something out there. And they got me something that&#8217;s absolutely perfect. It&#8217;s got an excellent color palette and they redid some images for me. So it looks nice and hip and feels kind of modern. I think it&#8217;s great. But the one thing that I consistently felt confident to mess with while I was in there, because I think they did some custom work in there too, is all of the stuff that&#8217;s included in style variations. Like, I&#8217;m not touching colors because I can&#8217;t put colors together to save my life. But I was pleasantly surprised also by that particular feature. It gives you a feeling of I can change the face of this through the fonts or whatever it is. And I think that&#8217;s a nice, a nice thing.</p>\n\n\n\n<p>[00:10:06] <strong>Meher:</strong> And it&#8217;s a, it&#8217;s a perfect combination. Color and font. Because a lot of people don&#8217;t know today&#8217;s time which font is good. Or which font is needed for an industry.&nbsp;</p>\n\n\n\n<p>[00:10:16] <strong>Josepha:</strong> Exactly. Fortunately, I&#8217;m a site manager of one. And so I just had to ask myself if I liked the font and moved on from there. So, oh. So, like I said, as we&#8217;re recording this, we are less than 24 hours past the release. How was your experience with this release? Was it enjoyable? Did it like expand your horizons? Were there surprises in how a release is run?</p>\n\n\n\n<p>[00:10:43] <strong>Meher:</strong> There was no surprises because I&#8217;ve already been a part of a release. So I.</p>\n\n\n\n<p>[00:10:47] <strong>Josepha:</strong> That&#8217;s&nbsp;fair.&nbsp;</p>\n\n\n\n<p>[00:10:49] <strong>Meher:</strong> You know, it&#8217;s depends on what happens on the day.&nbsp;But yes, behind the scenes, following up, just checking in to make sure, are we on time, do we need more time, or what needs, you know, how much more time is required. It was fairly good, I was only clearly concerned about on the day of the release, because there&#8217;s a lot of things to cover.</p>\n\n\n\n<p>[00:11:09] <strong>Josepha:</strong> Yes.&nbsp;</p>\n\n\n\n<p>[00:11:10] <strong>Meher:</strong> Usually, the party of the beta and the RCs finish in less than hour or so. But the final has a lot more detailed steps and many people to ping, to get, you know, them on the day of the release.</p>\n\n\n\n<p>[00:11:24] <strong>Josepha:</strong> Yeah, for folks who have never watched a release happen. So, I think a lot of the folks who listen to this podcast, they find it in the dashboard, they don&#8217;t necessarily contribute to WordPress. But, like, if you&#8217;ve never watched a WordPress release, we have these release parties for every beta that goes out, every release candidate that goes out, and then the general release. And I always find them so fascinating because, we have hundreds of contributors over the course of an individual release. And then we have probably 50, 60 people who show up at, for some of you all, in the middle of the night and are just being directed, like their attention is just being directed here and there.</p>\n\n\n\n<p>[00:12:06] <strong>Josepha:</strong> And I love watching it because I, I&#8217;m always in the release channel. I&#8217;m in the core channel. All of these are in Slack. And then I&#8217;m also in the admin channel where you have to do the flipping of switches and packaging things. And it&#8217;s really interesting to see, almost like a scan of a brain where things are lighting up for various things. <span style="margin: 0px;padding: 0px">Like, you do the pre-testing in the release channel, and then you do the general testing in the core channel.</span> And then we&#8217;ve got like a person who&#8217;s flipping switches in the back, in the admin area to make sure that it all gets together. And it&#8217;s just really interesting to see how it all works. And yeah, it&#8217;s a really fun thing.</p>\n\n\n\n<p>Dear listener, if you have never, if you&#8217;ve never done this, you have another opportunity. And I think the next release is early in November or something. And even if you&#8217;re there as like a spectator, not necessarily ready to take part in the release, sometimes it&#8217;s kind of nice to see how much effort and how many people are showing up to work on any individual release.</p>\n\n\n\n<p><span style="margin: 0px;padding: 0px">[00:13:01]&nbsp;<strong>Josepha:</strong>&nbsp;This was your first time to lead the release parties, though, right?</span></p>\n\n\n\n<p>[00:13:06] <strong>Meher:</strong> Yes. My first time releasing a release party. Also, to the spectators who have never been a part of release, you can just come and say hi. Like, yesterday, on the day of the release, there was one participant who joined for the first time, and she did contribute.&nbsp;And she was amazed by how smooth it went through. And for me, the best part of any release is seeing the green tick when people start testing. So, you know, everything is smooth sailing.</p>\n\n\n\n<p>[00:13:34] <strong>Josepha:</strong> Yes.</p>\n\n\n\n<p>[00:13:34] <strong>Meher:</strong> And we&#8217;ll reach the destination.</p>\n\n\n\n<p>[00:13:36] <strong>Josepha:</strong> Yes. It&#8217;s, it is a real testament to how well and how closely all of these folks can work together, which if you stop and think about the fact that everybody&#8217;s like all over the world, it&#8217;s all across the globe that this is happening. It is why WordPress works, right? All of these people, all of you coming together to do this on behalf of this software. How cool that you had somebody who joined for the first time and then they were able to contribute immediately.</p>\n\n\n\n<p>[00:14:02] <strong>Meher:</strong> Yes.</p>\n\n\n\n<p>[00:14:03] <strong>Josepha:</strong> I love that.&nbsp;</p>\n\n\n\n<p>[00:14:04] <strong>Meher:</strong> Also, there are a lot of folks who&#8217;ve done it. So they&#8217;re always ready to help out. You know, if you&#8217;re stuck somewhere, as a first-time release lead, there were certain questions I had. There are a lot of people to guide you to the right direction or to say, this needs to go here, or you need to tell the audience this. A lot of support you get from the squad itself, plus the people who are not on the squad and who&#8217;ve done this.</p>\n\n\n\n<p>[00:14:29] <strong>Josepha:</strong> Absolutely. I remember the first release that I led I was the coordinator of it and I believe it was 5.0. I believe it was the one that we put Gutenberg in core with, and it was the most terrifying thing I&#8217;d ever done. Not because I hadn&#8217;t been watching these releases happening for years, but because it&#8217;s different participating and watching and then being the person who is like you said, like making sure that things are still going on time that you understand when you need to say, like, there&#8217;s no way that this works for users right now. We have to take it out and all those things. And then, yeah, the day of, the first time that you have to run one of those global meetings, be like, &#8216;everyone, we don&#8217;t have time for this. Move on&#8217;. That&#8217;s always a really hard first time. Well, cool. That&#8217;s so exciting. So I have a last question for you, and that is, you&#8217;ve kind of let us into it, for first-time contributors to a release, especially anyone who&#8217;s thinking about joining the release squad for the first time, do you have any advice, anything that you wish you had been told when you were coming into this?</p>\n\n\n\n<p>[00:15:32] <strong>Meher:</strong> Come with an open mind and come with a thought that there are people to help you. Ask in any channel. There will be someone or the other who will answer you immediately or a little later, depending on the time zone, and will guide you to the right person or right documentation where you can read up because there is a lot of documentation, good documentation on releases, how it handles and what team is needed, what they are supposed to do. So, you, you have a friendly bunch of people. Just ask.</p>\n\n\n\n<p>[00:16:03] <strong>Josepha:</strong> Excellent. I love it. I love that advice. That was really good advice. Don&#8217;t be scared. Everybody has answers, and they want to give them to you. I agree. That is a real strong truth for the WordPress project. Last thoughts: anything you want to share with the WordPress community with our community of listeners here?</p>\n\n\n\n<p>[00:16:20] <strong>Meher:</strong> Looking forward for new people joining the next release and seeing 6.7 new features, which I&#8217;m excited about, collaborative phase three coming into picture and excited about it.</p>\n\n\n\n<p>[00:16:32] <strong>Josepha:</strong> Yeah. So you can come join us, make.WordPress.org/core, or you can join us in the Slack instance. You can go to chat.WordPress.org and get signed up for that. We coordinate all of this in the core channel, and we hope to see every new contributor that&#8217;s been on the fence. We hope you show up. There&#8217;s a new meeting every two weeks just for y&#8217;all. Meher, this has been an excellent conversation. Thank you so much for joining me today.</p>\n\n\n\n<p>[00:16:56] <strong>Meher:</strong> Thank you for having me. It was fun.</p>\n\n\n\n<p>[00:16:58] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:17:05] <strong>Josepha:</strong> Hopefully, you&#8217;ve had a chance to download the release and try it out on your own sites. As always, if you run into any bugs, let us know so that we can get them in the next point release.</p>\n\n\n\n<p>And that brings us now to our small list of big things. I have a moderate-sized small list. The first one is that WordPress is a reminder, actually. It&#8217;s a lot of reminders this week if I get right down to it, but this first one is a reminder that one of our big-picture goals for 2024 was getting new users into our event series. Our goal, of course, is to warmly welcome more first-time attendees and new users, and future WordPressers at all of our events, and that&#8217;s something that you can help get done. So, for all of our event organizers, or if you have not organized an event yet and would like to, just so that you can meet the fellow WordPressers in your area or, get to grow your own network a little bit. We&#8217;ve got a few best practices that can help you to make sure that you have a good experience for first time attendees. For one, you should always consider some thoughtful event design. Craft your events with some first-time attendees in mind. You have to consider their needs and interests and potential barriers to participation. Second, it helps to have some targeted messaging. Ensure that you have promotional materials that highlight the benefits of attending, but also what new knowledge, skills, or professional connections folks will gain when they come. It&#8217;s also good to share success stories of past first-time attendees. And then just kind of a final note for that on outreach strategies. You should experiment with a range of marketing channels to reach professional new attendees. You can partner with local schools, professional organizations, and online communities who can help to spread the word.</p>\n\n\n\n<p>[00:18:52] <strong>Josepha:</strong> The second thing on our small list of big things is a reminder that the Docs Team holds an online Contributor Day every fourth Tuesday. They&#8217;ve been doing this for about a year now. And I think that it&#8217;s one of the most engaging and fun new contributor experiences we have, which I realize might sound odd for documentation, but it&#8217;s a great team. It&#8217;s got a great number of team reps in it. And they&#8217;re looking for you. They&#8217;re looking out for you to come and join for your first time on a Contributor Day. The next one is actually tomorrow, July 23rd. I&#8217;ll have a link for that in the show notes.</p>\n\n\n\n<p>[00:19:29] <strong>Josepha:</strong> And the third thing on our list is a reminder about online workshops. These are live sessions where you can learn alongside other WordPress enthusiasts, and they&#8217;re, you know, safe spaces where you can come as you are, develop new ideas, explore issues that you&#8217;re having, ask questions, network over shared interests, exchange theories, collaborate, and honestly, thrive on a bit of problem-solving together. New workshops are happening all the time. You can check out the schedule to join in on a live session and even watch some of the previous sessions to see if it&#8217;s for you.&nbsp;</p>\n\n\n\n<p>[00:20:03] <strong>Josepha:</strong> And the final thing on our list is that there is a recap up of the first Media Corps Briefing that was held on June 27th, and it provided media partners with an overview of the Source of Truth and updates that were planned for WordPress 6.6, that was released last week. Obviously, we just talked to Meher about it. But that particular session featured guest Anne McCarthy, who explained and demoed some of the upcoming features and answered a bunch of questions from the participants. The briefing was recorded and published on the WordPress YouTube channel. Apart from the recording, you can also find a summary, the full transcript, and other relevant links from the link in the show notes.&nbsp;</p>\n\n\n\n<p><span style="margin: 0px;padding: 0px">[00:20:42]&nbsp;<strong>Josepha:</strong>&nbsp;And that, my friends, is your small list of big things.</span> Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard today, you can share those with me at WPBriefing@WordPress.org. I am your host, Josepha Haden Chomphosy. Thank you for tuning in today for the WordPress Briefing. And I&#8217;m taking a little break from the podcast in August, and so I will see you again, my friends, in September.&nbsp;</p>\n\n\n\n<p>[00:21:15] (Music outro)&nbsp;</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"17539";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:66:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"WordPress 6.6 “Dorsey”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"https://wordpress.org/news/2024/07/dorsey/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 16 Jul 2024 16:51:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"6.6";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:8:"releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=17517";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:272:"Say hello to the latest WordPress! WordPress 6.6 "Dorsey" is here to deliver on the promise of a better web with style, finesse, and a suite of enhanced tools to create beautifully coherent design elements and the confidence of automatic rollbacks for your plugin updates.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:64097:"\n<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/wordpress.org/news/files/2024/07/Release-Edition-Inline-Image-1.png?resize=1024%2C683&#038;ssl=1" alt="" class="wp-image-17529" srcset="https://i0.wp.com/wordpress.org/news/files/2024/07/Release-Edition-Inline-Image-1.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/07/Release-Edition-Inline-Image-1.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/07/Release-Edition-Inline-Image-1.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/07/Release-Edition-Inline-Image-1.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/07/Release-Edition-Inline-Image-1.png?resize=2048%2C1365&amp;ssl=1 2048w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></figure>\n\n\n\n<p>Say hello to WordPress 6.6 “Dorsey,” named after the legendary American Big Band leader, Tommy Dorsey. Renowned for his smooth-toned trombone and compositions, Dorsey’s music captivated audiences with its emotional depth and vibrant energy.</p>\n\n\n\n<p>Let your heart swing, sing, and sway to the deep brass notes of&nbsp;<a href="https://open.spotify.com/playlist/37i9dQZF1DZ06evO2TT3Ge?si=d9872e46371c4ed7" target="_blank" rel="noreferrer noopener">Dorsey’s Big Band sound</a>&nbsp;as you explore the new features and enhancements of WordPress 6.6.</p>\n\n\n\n<h2 class="wp-block-heading">Hello, 6.6!</h2>\n\n\n\n<p>WordPress 6.6 delivers on the promise of a better web by bringing style, finesse, and a suite of creative possibilities to your site-building experience. This version helps you do more with ease, putting enhanced tools at your fingertips and giving you unprecedented power behind the scenes. You will find more ways to create beautiful, coherent design elements across your site, a new layout for quick page previews in the Site Editor, and the safety of automatic rollbacks for failed plugin auto-updates—among many other highlights.</p>\n\n\n\n<p>In addition to the new features, “Dorsey” continues to deliver the performance and accessibility gains you can expect from every WordPress release. Explore what WordPress 6.6 has to offer and get ready to let its features take your sites to new heights.</p>\n\n\n\n<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">\n<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://wordpress.org/wordpress-6.6.zip" target="_blank" rel="noreferrer noopener">Download WordPress 6.6 “Dorsey”</a></div>\n</div>\n\n\n\n<h2 class="wp-block-heading">What’s inside</h2>\n\n\n\n<h3 class="wp-block-heading">Add more design options to block themes</h3>\n\n\n\n<p>Create color or font sets to multiply design combinations across one theme. These sets offer more contained design possibilities, allowing visual variety within the site’s broader styling guidelines.</p>\n\n\n\n<figure class="wp-block-image"><img decoding="async" src="https://lh7-us.googleusercontent.com/docsz/AD_4nXc7Mg7QzTwFiR7NDQLj6p5m4eddq6MtscZYzTh5QeGqB2sLP3T_t2Io2cqA5QuSixyze9ZVWqsDF9ZD7VscWn0TWA6lCG0OgZ4o5Ar_8MgQta8B3vu3VzJQHYREY9NxUb9J8e3BFESmcnbRwg7g6GuFfguU?key=EV-htfbHG-kjLl6r6s-uKA" alt="" /></figure>\n\n\n\n<h3 class="wp-block-heading">Simplify your workflow with a new layout for pages in the Site Editor</h3>\n\n\n\n<p>See all of your pages and a preview of any selected page with the new side-by-side layout in the Site Editor.</p>\n\n\n\n<figure class="wp-block-image"><img decoding="async" src="https://lh7-us.googleusercontent.com/docsz/AD_4nXfdAh-2XaS_6bdw8YcDZMRpkT0O6oWezPzZT3FzKjoWcxhM4ofivJli8eDRs1pO60wJ7F6YjQblSDop_O8MXQKwRlb_-g8CsFPPVb7hY3vEgIBPLb3tDyrvZZhSZL6Zp-ntXQdB2-ixFVoWaY-Empv3hZQ-?key=EV-htfbHG-kjLl6r6s-uKA" alt="" /></figure>\n\n\n\n<h3 class="wp-block-heading">Auto-update your plugins with peace of mind</h3>\n\n\n\n<p>Enjoy the convenience of plugin auto-updates with the safety of rollbacks if anything goes wrong—offering your site a new level of security, enhanced functionality as it becomes available, and almost no time or bandwidth from you to make it happen.</p>\n\n\n\n<figure class="wp-block-image"><img decoding="async" src="https://lh7-us.googleusercontent.com/docsz/AD_4nXc3cOWzosH9yiEDJrkmndXXX4QShj-vVMJJslAlgxCT74ugbYJuRPszdUi2rrCt8fnmZm1fTdJ3DTkKxYh5ImN4b6lvyBI3bsf5nvzWSBtexeldhPGyjYZM4Me1eUzfq9bAzlzlwxVqI5Hf_i9y1NGvKEdc?key=EV-htfbHG-kjLl6r6s-uKA" alt="" /></figure>\n\n\n\n<h3 class="wp-block-heading">Customize content in synced patterns</h3>\n\n\n\n<p>Make content changes in each instance of a synced pattern while maintaining a consistent style across them. Set these overrides for Heading, Paragraph, Button, and Image blocks when placed in a synced pattern.</p>\n\n\n\n<figure class="wp-block-image"><img decoding="async" src="https://lh7-us.googleusercontent.com/docsz/AD_4nXdH_at4lSW3-Slznfn7HTOEp11xKp889JaLIj-JY5zATJbqZhNPM5MIVZzhn7J2gGhqRbkIzjGMhkFzfQFXfLpxoXu2MXDcPMCXaACaucFHph4dMrd8jHCqFckpk0HtJhEI_cWHTRDR0343_Ut06sgNgaOw?key=EV-htfbHG-kjLl6r6s-uKA" alt="" /></figure>\n\n\n\n<h3 class="wp-block-heading">Performance</h3>\n\n\n\n<p>WordPress 6.6 features important updates like removing redundant WP_Theme_JSON calls, disabling autoload for large options, and eliminating unnecessary polyfill dependencies. Other highlights include lazy-loading post embeds, a new <code>data-wp-on-async</code> directive, and templates in the editor that load approximately 35% faster overall.</p>\n\n\n\n<h3 class="wp-block-heading">Accessibility</h3>\n\n\n\n<p>This release includes 58 accessibility fixes and enhancements. These focus on foundational aspects of the WordPress experience, particularly the data views component powering the new site editing experience and areas like the Inserter, which provide a key way of interacting with blocks and patterns.</p>\n\n\n\n<h3 class="wp-block-heading">And much more</h3>\n\n\n\n<p>Visit the <a href="https://wordpress.org/download/releases/6-6/">feature showcase</a> for a full overview of all the new features and enhancements in WordPress 6.6.</p>\n\n\n\n<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">\n<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://wordpress.org/download/releases/6-6/">Check out what&#8217;s new</a></div>\n</div>\n\n\n\n<h2 class="wp-block-heading">Learn more about WordPress 6.6</h2>\n\n\n\n<p>Explore <a href="https://learn.wordpress.org/">Learn WordPress</a> for quick how-to videos, <a href="https://learn.wordpress.org/social-learning/">online workshops</a>, and other free resources to level up your WordPress knowledge and skills.</p>\n\n\n\n<p>The <a href="https://make.wordpress.org/core/2024/06/25/wordpress-6-6-field-guide/">WordPress 6.6 Field Guide</a> contains detailed technical information and <a href="https://make.wordpress.org/core/tag/dev-notes-6-6/">developer notes</a> to help you build with WordPress and get the most out of this release. Don’t forget to subscribe to the <a href="https://developer.wordpress.org/news/">Developer Blog</a> for updates, tutorials, and other helpful WordPress content for developers.</p>\n\n\n\n<p>For information about installation, file changes, fixes, and other updates, read the <a href="https://wordpress.org/documentation/wordpress-version/version-6-6/">6.6 release notes</a>.</p>\n\n\n\n<h2 class="wp-block-heading">The 6.6 release squad</h2>\n\n\n\n<p>Every release comes to you from a dedicated team of enthusiastic contributors who help keep things on track and moving smoothly. The team that has led 6.6 is a cross-functional group of contributors who are always ready to champion ideas, remove blockers, and resolve issues.</p>\n\n\n\n<ul class="wp-block-list">\n<li>Release Lead: <a href="https://profiles.wordpress.org/matt/">Matt Mullenweg</a></li>\n\n\n\n<li>Release Coordinator: <a href="https://profiles.wordpress.org/meher/">Meher Bala</a></li>\n\n\n\n<li>Core Tech Lead: <a href="https://profiles.wordpress.org/audrasjb/">Jb Audras</a></li>\n\n\n\n<li>Editor Tech Leads: <a href="https://profiles.wordpress.org/ellatrix/">Ella van Durpe</a>, <a href="https://profiles.wordpress.org/vcanales/">Vicente Canales</a></li>\n\n\n\n<li>Core Triage Leads: <a href="https://profiles.wordpress.org/oglekler/">Olga Gleckler</a>, <a href="https://profiles.wordpress.org/nhrrob/">Nazmul Hasan Robin</a></li>\n\n\n\n<li>Editor Triage Leads: <a href="https://profiles.wordpress.org/fabiankaegy/">Fabian Kägy</a>, <a href="https://profiles.wordpress.org/colorful-tones/">Damon Cook</a>&nbsp;</li>\n\n\n\n<li>Documentation Leads: <a href="https://profiles.wordpress.org/juanmaguitar/">JuanMa Garrido</a>, <a href="https://profiles.wordpress.org/jdy68/">Jenny Dupuy</a>, <a href="https://profiles.wordpress.org/josepmoran/">Josep Morán</a></li>\n\n\n\n<li>Marketing &amp; Communications Lead: <a href="https://profiles.wordpress.org/marybaum/">Mary Baum</a></li>\n\n\n\n<li>Test Lead: <a href="https://profiles.wordpress.org/annezazu/">Anne McCarthy</a></li>\n\n\n\n<li>Design Lead: <a href="https://profiles.wordpress.org/richtabor/">Rich Tabor</a></li>\n\n\n\n<li>Performance Lead: <a href="https://profiles.wordpress.org/adamsilverstein/">Adam Silverstein</a></li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">Thank you, contributors</h2>\n\n\n\n<p>The mission of WordPress is to <a href="https://wordpress.org/about/">democratize publishing</a> and embody the <a href="https://opensource.org/osd-annotated">freedoms that come with open source</a>. A global and diverse community of people collaborating to strengthen the software supports this effort.</p>\n\n\n\n<p>WordPress 6.6 reflects the tireless efforts and passion of more than 630 contributors in at least 51 countries. This release also welcomed over 150 first-time contributors!</p>\n\n\n\n<p>Their collaboration delivered more than 1,900 enhancements and fixes, ensuring a stable release for all—a testament to the power and capability of the WordPress open source community.</p>\n\n\n\n<p class="is-style-wporg-props-long alignfull"><a href="https://profiles.wordpress.org/benniledl/">!Benni</a> · <a href="https://profiles.wordpress.org/1naveengiri/">1naveengiri</a> · <a href="https://profiles.wordpress.org/jorbin/">Aaron Jorbin</a> · <a href="https://profiles.wordpress.org/aaronrobertshaw/">Aaron Robertshaw</a> · <a href="https://profiles.wordpress.org/aatanasov/">aatanasov</a> · <a href="https://profiles.wordpress.org/abditsori/">abditsori</a> · <a href="https://profiles.wordpress.org/wpalani/">Abdulrahman Alani</a> · <a href="https://profiles.wordpress.org/webcommsat/">Abha Thakor</a> · <a href="https://profiles.wordpress.org/abhi3315/">abhi3315</a> · <a href="https://profiles.wordpress.org/abhijitrakas/">Abhijit Rakas</a> · <a href="https://profiles.wordpress.org/abitofmind/">abitofmind</a> · <a href="https://profiles.wordpress.org/kawauso/">Adam Harley (Kawauso)</a> · <a href="https://profiles.wordpress.org/adamsilverstein/">Adam Silverstein</a> · <a href="https://profiles.wordpress.org/adamhorne/">adamhorne</a> · <a href="https://profiles.wordpress.org/adeltahri/">Adel Tahri</a> · <a href="https://profiles.wordpress.org/adrianduffell/">adrianduffell</a> · <a href="https://profiles.wordpress.org/aduth/">aduth</a> · <a href="https://profiles.wordpress.org/aezazshekh/">Aezaz Shekh</a> · <a href="https://profiles.wordpress.org/chaion07/">Ahmed Kabir Chaion</a> · <a href="https://profiles.wordpress.org/ajfleming/">ajfleming</a> · <a href="https://profiles.wordpress.org/ajitbohra/">Ajit Bohra</a> · <a href="https://profiles.wordpress.org/ajithrn/">Ajith R N</a> · <a href="https://profiles.wordpress.org/akashdhawade/">Akash Dhawade</a> · <a href="https://profiles.wordpress.org/wildworks/">Aki Hamano</a> · <a href="https://profiles.wordpress.org/atachibana/">Akira Tachibana</a> · <a href="https://profiles.wordpress.org/akmelias/">akmelias</a> · <a href="https://profiles.wordpress.org/alanfuller/">Alan Fuller</a> · <a href="https://profiles.wordpress.org/aljullu/">Albert Juh&#233; Lluveras</a> · <a href="https://profiles.wordpress.org/alesflex/">alesflex</a> · <a href="https://profiles.wordpress.org/acicovic/">Alex Cicovic</a> · <a href="https://profiles.wordpress.org/xknown/">Alex Concha</a> · <a href="https://profiles.wordpress.org/cawa-93/">Alex Kozack</a> · <a href="https://profiles.wordpress.org/ajlende/">Alex Lende</a> · <a href="https://profiles.wordpress.org/alexstine/">Alex Stine</a> · <a href="https://profiles.wordpress.org/alexandrebuffet/">Alexandre Buffet</a> · <a href="https://profiles.wordpress.org/alexminza/">alexminza</a> · <a href="https://profiles.wordpress.org/firewatch/">allilevine</a> · <a href="https://profiles.wordpress.org/mrfoxtalbot/">Alvaro G&#243;mez</a> · <a href="https://profiles.wordpress.org/amanias1977/">amanias1977</a> · <a href="https://profiles.wordpress.org/alh0319/">Amber Hinds</a> · <a href="https://profiles.wordpress.org/amirthepiper/">Amir Abbas</a> · <a href="https://profiles.wordpress.org/amisiewicz/">amisiewicz</a> · <a href="https://profiles.wordpress.org/amitraj2203/">Amit Raj</a> · <a href="https://profiles.wordpress.org/anamarijapapic/">Anamarija Papić</a> · <a href="https://profiles.wordpress.org/anlino/">Anders Nor&#233;n</a> · <a href="https://profiles.wordpress.org/andr3ribeiro/">Andre Ribeiro</a> · <a href="https://profiles.wordpress.org/afercia/">Andrea Fercia</a> · <a href="https://profiles.wordpress.org/awetz583/">Andrea Roenning</a> · <a href="https://profiles.wordpress.org/andraganescu/">Andrei Draganescu</a> · <a href="https://profiles.wordpress.org/euthelup/">Andrei Lupu</a> · <a href="https://profiles.wordpress.org/andrewhayward/">Andrew Hayward</a> · <a href="https://profiles.wordpress.org/l1nuxjedi/">Andrew Hutchings</a> · <a href="https://profiles.wordpress.org/nacin/">Andrew Nacin</a> · <a href="https://profiles.wordpress.org/azaozz/">Andrew Ozz</a> · <a href="https://profiles.wordpress.org/andrewserong/">Andrew Serong</a> · <a href="https://profiles.wordpress.org/oandregal/">André Maneiro</a> · <a href="https://profiles.wordpress.org/afragen/">Andy Fragen</a> · <a href="https://profiles.wordpress.org/aneeshd16/">Aneesh Devasthale</a> · <a href="https://profiles.wordpress.org/angelasjin/">Angela Jin</a> · <a href="https://profiles.wordpress.org/angelaromana/">Angela R.L</a> · <a href="https://profiles.wordpress.org/anilvaza/">Anil Vaza</a> · <a href="https://profiles.wordpress.org/ankit-k-gupta/">Ankit K Gupta</a> · <a href="https://profiles.wordpress.org/ankitmaru/">Ankit Panchal</a> · <a href="https://profiles.wordpress.org/annezazu/">Anne McCarthy</a> · <a href="https://profiles.wordpress.org/antpb/">Anthony Burchell</a> · <a href="https://profiles.wordpress.org/ant1busted/">Antoine</a> · <a href="https://profiles.wordpress.org/antonvlasenko/">Anton Vlasenko</a> · <a href="https://profiles.wordpress.org/aristath/">Ari Stathopoulos</a> · <a href="https://profiles.wordpress.org/perezcarreno/">Armando J.</a> · <a href="https://profiles.wordpress.org/ambrosiawt/">Art Smith</a> · <a href="https://profiles.wordpress.org/artemiosans/">Artemio Morales</a> · <a href="https://profiles.wordpress.org/arthur791004/">Arthur Chu</a> · <a href="https://profiles.wordpress.org/artpi/">Artur Piszek</a> · <a href="https://profiles.wordpress.org/dextorlobo/">Arun Sharma</a> · <a href="https://profiles.wordpress.org/ideag/">Arunas Liuiza</a> · <a href="https://profiles.wordpress.org/asheshmagar/">Ashesh Magar</a> · <a href="https://profiles.wordpress.org/imasikur22/">Asiqur Rahman</a> · <a href="https://profiles.wordpress.org/mohonchandra/">Asish Chandra Mohon</a> · <a href="https://profiles.wordpress.org/aslamdoctor/">Aslam Doctor</a> · <a href="https://profiles.wordpress.org/alisongodar/">asmittle</a> · <a href="https://profiles.wordpress.org/aurooba/">Aurooba Ahmed</a> · <a href="https://profiles.wordpress.org/ayeshrajans/">Ayesh Karunaratne</a> · <a href="https://profiles.wordpress.org/beryldlg/">B&#233;ryl de La Grandi&#232;re</a> · <a href="https://profiles.wordpress.org/balub/">Balu B</a> · <a href="https://profiles.wordpress.org/bangank36/">bangank36</a> · <a href="https://profiles.wordpress.org/bartkalisz/">Bart Kalisz</a> · <a href="https://profiles.wordpress.org/beafialho/">Beatriz Fialho</a> · <a href="https://profiles.wordpress.org/beaulebens/">Beau Lebens</a> · <a href="https://profiles.wordpress.org/scruffian/">Ben Dwyer</a> · <a href="https://profiles.wordpress.org/benlk/">Ben Keith</a> · <a href="https://profiles.wordpress.org/britner/">Ben Ritner - Kadence WP</a> · <a href="https://profiles.wordpress.org/benjamingosset/">Benjamin Gosset</a> · <a href="https://profiles.wordpress.org/benjaminpick/">Benjamin Pick</a> · <a href="https://profiles.wordpress.org/benjamin_zekavica/">Benjamin Zekavica</a> · <a href="https://profiles.wordpress.org/benjpw/">benjpw</a> · <a href="https://profiles.wordpress.org/bernhard-reiter/">bernhard-reiter</a> · <a href="https://profiles.wordpress.org/bph/">Birgit Pauli-Haack</a> · <a href="https://profiles.wordpress.org/bissy/">bissy</a> · <a href="https://profiles.wordpress.org/oldrup/">Bjarne Oldrup</a> · <a href="https://profiles.wordpress.org/blackbam/">Blackbam</a> · <a href="https://profiles.wordpress.org/blockify/">Blockify</a> · <a href="https://profiles.wordpress.org/blogography/">blogography</a> · <a href="https://profiles.wordpress.org/bnewboldbsky/">bnewboldbsky</a> · <a href="https://profiles.wordpress.org/bnjunge/">bnjunge</a> · <a href="https://profiles.wordpress.org/bjorsch/">Brad Jorsch</a> · <a href="https://profiles.wordpress.org/bgoewert/">Brennan Goewert</a> · <a href="https://profiles.wordpress.org/ironprogrammer/">Brian Alexander</a> · <a href="https://profiles.wordpress.org/bacoords/">Brian Coords</a> · <a href="https://profiles.wordpress.org/bgardner/">Brian Gardner</a> · <a href="https://profiles.wordpress.org/bgosnell/">Brian Gosnell</a> · <a href="https://profiles.wordpress.org/masteradhoc/">Brian Haas</a> · <a href="https://profiles.wordpress.org/bridgetwillard/">Bridget Willard</a> · <a href="https://profiles.wordpress.org/bridgetwes/">bridgetwes</a> · <a href="https://profiles.wordpress.org/brookemk/">Brooke</a> · <a href="https://profiles.wordpress.org/freibergergarcia/">Bruno Freiberger Garcia</a> · <a href="https://profiles.wordpress.org/btpub/">Bruno Tritsch</a> · <a href="https://profiles.wordpress.org/burnuser/">burnuser</a> · <a href="https://profiles.wordpress.org/icaleb/">Caleb Burks</a> · <a href="https://profiles.wordpress.org/stringpiggy/">Candy</a> · <a href="https://profiles.wordpress.org/cbravobernal/">Carlos Bravo</a> · <a href="https://profiles.wordpress.org/carlosgprim/">Carlos G. P.</a> · <a href="https://profiles.wordpress.org/poena/">Carolina Nymark</a> · <a href="https://profiles.wordpress.org/cbirdsong/">cbirdsong</a> · <a href="https://profiles.wordpress.org/shireling/">Chad Chadbourne</a> · <a href="https://profiles.wordpress.org/caercam/">Charlie Merland</a> · <a href="https://profiles.wordpress.org/cbringmann/">Chloe Bringmann</a> · <a href="https://profiles.wordpress.org/chouby/">Chouby</a> · <a href="https://profiles.wordpress.org/jazzs3quence/">Chris Reynolds</a> · <a href="https://profiles.wordpress.org/chrisdotdotdot/">chrisdotdotdot</a> · <a href="https://profiles.wordpress.org/apermo/">Christoph Daum</a> · <a href="https://profiles.wordpress.org/christopherplus/">Christopher</a> · <a href="https://profiles.wordpress.org/butterflymedia/">Ciprian</a> · <a href="https://profiles.wordpress.org/clarktbt/">Clark</a> · <a href="https://profiles.wordpress.org/costdev/">Colin Stewart</a> · <a href="https://profiles.wordpress.org/colind/">ColinD</a> · <a href="https://profiles.wordpress.org/colle/">colle</a> · <a href="https://profiles.wordpress.org/comecaramelos/">comecaramelos</a> · <a href="https://profiles.wordpress.org/cotobago/">Constantine Vasilyev</a> · <a href="https://profiles.wordpress.org/cookiesfordevo/">CookiesForDevo</a> · <a href="https://profiles.wordpress.org/coreymckrill/">Corey McKrill</a> · <a href="https://profiles.wordpress.org/courane01/">Courtney Robertson</a> · <a href="https://profiles.wordpress.org/craigfrancis/">Craig Francis</a> · <a href="https://profiles.wordpress.org/crazytonyli/">crazytonyli</a> · <a href="https://profiles.wordpress.org/cwhitmore/">Cullen Whitmore</a> · <a href="https://profiles.wordpress.org/curdin/">Curdin Krummenacher</a> · <a href="https://profiles.wordpress.org/cyrus11/">cyrus11</a> · <a href="https://profiles.wordpress.org/daledupreez/">Dale du Preez</a> · <a href="https://profiles.wordpress.org/colorful-tones/">Damon Cook</a> · <a href="https://profiles.wordpress.org/colorful tones/">Damon Cook</a> · <a href="https://profiles.wordpress.org/dansoschin/">Dan Soschin</a> · <a href="https://profiles.wordpress.org/dansully/">Dan Sullivan</a> · <a href="https://profiles.wordpress.org/daniguardiola/">Dani Guardiola</a> · <a href="https://profiles.wordpress.org/talldanwp/">Daniel Richards</a> · <a href="https://profiles.wordpress.org/darerodz/">darerodz</a> · <a href="https://profiles.wordpress.org/nerrad/">Darren Ethier (nerrad)</a> · <a href="https://profiles.wordpress.org/darshitrajyaguru97/">Darshit Rajyaguru</a> · <a href="https://profiles.wordpress.org/dav4/">dav4</a> · <a href="https://profiles.wordpress.org/davecpage/">Dave Page</a> · <a href="https://profiles.wordpress.org/diggeddy/">David</a> · <a href="https://profiles.wordpress.org/davidakennedy/">David A. Kennedy</a> · <a href="https://profiles.wordpress.org/davidbaumwald/">David Baumwald</a> · <a href="https://profiles.wordpress.org/davidbinda/">David Biňovec</a> · <a href="https://profiles.wordpress.org/davidabowman/">David Bowman</a> · <a href="https://profiles.wordpress.org/dpcalhoun/">David Calhoun</a> · <a href="https://profiles.wordpress.org/dlh/">David Herrera</a> · <a href="https://profiles.wordpress.org/dkjensen/">David Jensen</a> · <a href="https://profiles.wordpress.org/justlevine/">David Levine</a> · <a href="https://profiles.wordpress.org/daviedr/">David Rozando</a> · <a href="https://profiles.wordpress.org/get_dave/">David Smith</a> · <a href="https://profiles.wordpress.org/davideferre/">davideferre</a> · <a href="https://profiles.wordpress.org/rxnlabs/">De''Yont&#233; W.</a> · <a href="https://profiles.wordpress.org/dsas/">Dean Sas</a> · <a href="https://profiles.wordpress.org/deeppatel8950/">Deep Patel</a> · <a href="https://profiles.wordpress.org/deepakvijayan/">Deepak Vijayan</a> · <a href="https://profiles.wordpress.org/dingo_d/">Denis Žoljom</a> · <a href="https://profiles.wordpress.org/dmsnell/">Dennis Snell</a> · <a href="https://profiles.wordpress.org/derekblank/">Derek Blank</a> · <a href="https://profiles.wordpress.org/dsmart/">Derek Smart</a> · <a href="https://profiles.wordpress.org/designsimply/">designsimply</a> · <a href="https://profiles.wordpress.org/dernin/">Devin Curtis</a> · <a href="https://profiles.wordpress.org/dharm1025/">Dharmesh Patel</a> · <a href="https://profiles.wordpress.org/dhrumilk/">Dhrumil Kumbhani</a> · <a href="https://profiles.wordpress.org/dhruval04/">Dhruval Shah</a> · <a href="https://profiles.wordpress.org/dhruvang21/">dhruvang21</a> · <a href="https://profiles.wordpress.org/dhruvkb/">dhruvkb</a> · <a href="https://profiles.wordpress.org/diedeexterkate/">DiedeExterkate</a> · <a href="https://profiles.wordpress.org/diegosomar/">diegosomar</a> · <a href="https://profiles.wordpress.org/dilipbheda/">Dilip Bheda</a> · <a href="https://profiles.wordpress.org/dd32/">Dion Hulse</a> · <a href="https://profiles.wordpress.org/itsjustdj/">DJ</a> · <a href="https://profiles.wordpress.org/djzone/">DjZoNe</a> · <a href="https://profiles.wordpress.org/dmpinder/">dmpinder</a> · <a href="https://profiles.wordpress.org/ocean90/">Dominik Schilling</a> · <a href="https://profiles.wordpress.org/drewapicture/">Drew Jaynes</a> · <a href="https://profiles.wordpress.org/drrxbracho/">drrxbracho</a> · <a href="https://profiles.wordpress.org/elrae/">Earle Davies</a> · <a href="https://profiles.wordpress.org/talksina/">Elena Brescacin</a> · <a href="https://profiles.wordpress.org/ellatrix/">Ella van Durpe</a> · <a href="https://profiles.wordpress.org/clarkeemily/">Emily Clarke</a> · <a href="https://profiles.wordpress.org/manooweb/">Emmanuel Hesry</a> · <a href="https://profiles.wordpress.org/enej/">Enej Bajgorić</a> · <a href="https://profiles.wordpress.org/garridinsi/">Eneko Garrido</a> · <a href="https://profiles.wordpress.org/enodekciw/">enodekciw</a> · <a href="https://profiles.wordpress.org/lopo/">Enrico Battocchi</a> · <a href="https://profiles.wordpress.org/enricosorcinelli/">Enrico Sorcinelli</a> · <a href="https://profiles.wordpress.org/annubis/">Eric-Oliver M&#228;chler</a> · <a href="https://profiles.wordpress.org/kebbet/">Erik</a> · <a href="https://profiles.wordpress.org/erikiva/">erikiva</a> · <a href="https://profiles.wordpress.org/estelaris/">Estela Rueda</a> · <a href="https://profiles.wordpress.org/evanltd/">evanltd</a> · <a href="https://profiles.wordpress.org/fabiankaegy/">Fabian Kägy</a> · <a href="https://profiles.wordpress.org/gaambo/">Fabian Todt</a> · <a href="https://profiles.wordpress.org/faisal03/">Faisal Alvi</a> · <a href="https://profiles.wordpress.org/fanly/">Fanly</a> · <a href="https://profiles.wordpress.org/iamfarhan09/">Farhan Ahmed</a> · <a href="https://profiles.wordpress.org/flixos90/">Felix Arntz</a> · <a href="https://profiles.wordpress.org/firoz2456/">Firoz Sabaliya</a> · <a href="https://profiles.wordpress.org/flabernardez/">Flavia Bern&#225;rdez Rodr&#237;guez</a> · <a href="https://profiles.wordpress.org/mista-flo/">Florian TIAR</a> · <a href="https://profiles.wordpress.org/f-j-kaiser/">Franz Josef Kaiser</a> · <a href="https://profiles.wordpress.org/fushar/">fushar</a> · <a href="https://profiles.wordpress.org/lunule/">Gabor Lippert</a> · <a href="https://profiles.wordpress.org/gajendrasingh/">Gajendra Singh</a> · <a href="https://profiles.wordpress.org/galbaras/">Gal Baras</a> · <a href="https://profiles.wordpress.org/gwallace87/">Gale Wallace</a> · <a href="https://profiles.wordpress.org/voldemortensen/">Garth Mortensen</a> · <a href="https://profiles.wordpress.org/garyj/">Gary Jones</a> · <a href="https://profiles.wordpress.org/mamaduka/">George Mamadashvili</a> · <a href="https://profiles.wordpress.org/georgestephanis/">George Stephanis</a> · <a href="https://profiles.wordpress.org/geriux/">Gerardo Pacheco</a> · <a href="https://profiles.wordpress.org/gierand/">gierand</a> · <a href="https://profiles.wordpress.org/glendaviesnz/">Glen Davies</a> · <a href="https://profiles.wordpress.org/blepoxp/">Glenn Ansley</a> · <a href="https://profiles.wordpress.org/grantmkin/">Grant M. Kinney</a> · <a href="https://profiles.wordpress.org/gziolo/">Greg Ziółkowski</a> · <a href="https://profiles.wordpress.org/wido/">Guido Scialfa</a> · <a href="https://profiles.wordpress.org/priethor/">H&#233;ctor Prieto</a> · <a href="https://profiles.wordpress.org/hakre/">hakre</a> · <a href="https://profiles.wordpress.org/hanneslsm/">hanneslsm</a> · <a href="https://profiles.wordpress.org/hage/">Hans-Gerd Gerhards</a> · <a href="https://profiles.wordpress.org/haritpanchal/">Harit Panchal</a> · <a href="https://profiles.wordpress.org/harshgajipara/">Harsh Gajipara</a> · <a href="https://profiles.wordpress.org/hazdiego/">Haz</a> · <a href="https://profiles.wordpress.org/heinperu/">heinvv</a> · <a href="https://profiles.wordpress.org/helgatheviking/">HelgaTheViking</a> · <a href="https://profiles.wordpress.org/hinnerk/">Hinnerk Altenburg</a> · <a href="https://profiles.wordpress.org/hbhalodia/">Hit Bhalodia</a> · <a href="https://profiles.wordpress.org/hitendra-chopda/">Hitendra Chopda</a> · <a href="https://profiles.wordpress.org/humanify/">humanify</a> · <a href="https://profiles.wordpress.org/huubl/">huubl</a> · <a href="https://profiles.wordpress.org/huzaifaalmesbah/">Huzaifa Al Mesbah</a> · <a href="https://profiles.wordpress.org/iamthomasbishop/">iamthomasbishop</a> · <a href="https://profiles.wordpress.org/ianbelanger/">Ian Belanger</a> · <a href="https://profiles.wordpress.org/ignatiusjeroe/">ignatiusjeroe</a> · <a href="https://profiles.wordpress.org/imranhasanraaz/">Imran</a> · <a href="https://profiles.wordpress.org/inwerpsel/">inwerpsel</a> · <a href="https://profiles.wordpress.org/ipstenu/">Ipstenu (Mika Epstein)</a> · <a href="https://profiles.wordpress.org/isabel_brison/">Isabel Brison</a> · <a href="https://profiles.wordpress.org/itpathsolutions/">IT Path Solutions</a> · <a href="https://profiles.wordpress.org/ivanottinger/">ivanottinger</a> · <a href="https://profiles.wordpress.org/weijland/">Jaap Weijland</a> · <a href="https://profiles.wordpress.org/jpstevens/">Jack Stevens</a> · <a href="https://profiles.wordpress.org/jaclync/">jaclync</a> · <a href="https://profiles.wordpress.org/smithjw1/">Jacob Smith</a> · <a href="https://profiles.wordpress.org/jameskoster/">James Koster</a> · <a href="https://profiles.wordpress.org/jwgoedert/">James Wesley Goedert</a> · <a href="https://profiles.wordpress.org/xhemals/">Jamie Speller</a> · <a href="https://profiles.wordpress.org/janboddez/">Jan Boddez</a> · <a href="https://profiles.wordpress.org/jtolleouw/">Jansen Tolle</a> · <a href="https://profiles.wordpress.org/janthiel/">janthiel</a> · <a href="https://profiles.wordpress.org/jsnajdr/">Jarda Snajdr</a> · <a href="https://profiles.wordpress.org/szopserwis/">Jarek Mazurczak</a> · <a href="https://profiles.wordpress.org/jarekmorawski/">jarekmorawski</a> · <a href="https://profiles.wordpress.org/jpolakovic/">Jaroslav "Dero" Polakovic</a> · <a href="https://profiles.wordpress.org/jason_the_adams/">Jason Adams</a> · <a href="https://profiles.wordpress.org/pbking/">Jason Crist</a> · <a href="https://profiles.wordpress.org/jsnjohnston/">Jason Johnston</a> · <a href="https://profiles.wordpress.org/madtownlems/">Jason LeMahieu (MadtownLems)</a> · <a href="https://profiles.wordpress.org/javiercasares/">Javier Casares</a> · <a href="https://profiles.wordpress.org/jayanthparthsarathy/">jayanthparthsarathy</a> · <a href="https://profiles.wordpress.org/jbinda/">jbinda</a> · <a href="https://profiles.wordpress.org/jdekhtiar/">jdekhtiar</a> · <a href="https://profiles.wordpress.org/audrasjb/">Jean-Baptiste Audras</a> · <a href="https://profiles.wordpress.org/krokodok/">Jeff Chi</a> · <a href="https://profiles.wordpress.org/jffng/">Jeff Ong</a> · <a href="https://profiles.wordpress.org/jeffpaul/">Jeffrey Paul</a> · <a href="https://profiles.wordpress.org/jeffr0/">Jeffro</a> · <a href="https://profiles.wordpress.org/jeflopodev/">jeflopo</a> · <a href="https://profiles.wordpress.org/jdy68/">Jenny Dupuy</a> · <a href="https://profiles.wordpress.org/jeremyfelt/">Jeremy Felt</a> · <a href="https://profiles.wordpress.org/jeherve/">Jeremy Herve</a> · <a href="https://profiles.wordpress.org/jpry/">Jeremy Pry</a> · <a href="https://profiles.wordpress.org/jeryj/">Jerry Jones</a> · <a href="https://profiles.wordpress.org/amieiro/">Jes&#250;s Amieiro</a> · <a href="https://profiles.wordpress.org/onmauitime/">Jess</a> · <a href="https://profiles.wordpress.org/luminuu/">Jessica Lyschik</a> · <a href="https://profiles.wordpress.org/jhned/">jhned</a> · <a href="https://profiles.wordpress.org/jigar-bhanushali/">Jigar Bhanushali</a> · <a href="https://profiles.wordpress.org/jigar9998/">Jigar Panchal</a> · <a href="https://profiles.wordpress.org/jipmoors/">Jip Moors</a> · <a href="https://profiles.wordpress.org/jivedig/">JiveDig</a> · <a href="https://profiles.wordpress.org/joedolson/">Joe Dolson</a> · <a href="https://profiles.wordpress.org/joemcgill/">Joe McGill</a> · <a href="https://profiles.wordpress.org/joen/">Joen Asmussen</a> · <a href="https://profiles.wordpress.org/timse201/">Johannes J&#252;lg</a> · <a href="https://profiles.wordpress.org/johnbillion/">John Blackbourn</a> · <a href="https://profiles.wordpress.org/johnillo/">John Espiritu</a> · <a href="https://profiles.wordpress.org/johnny5/">John Godley</a> · <a href="https://profiles.wordpress.org/bitmachina/">John Hooks</a> · <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby</a> · <a href="https://profiles.wordpress.org/jonsurrell/">Jon Surrell</a> · <a href="https://profiles.wordpress.org/jon092/">jon092</a> · <a href="https://profiles.wordpress.org/jaruzek/">Jonathan</a> · <a href="https://profiles.wordpress.org/psykro/">Jonathan Bossenger</a> · <a href="https://profiles.wordpress.org/desrosj/">Jonathan Desrosiers</a> · <a href="https://profiles.wordpress.org/n2erjo00/">Joni Erkkil&#228;</a> · <a href="https://profiles.wordpress.org/spacedmonkey/">Jonny Harris</a> · <a href="https://profiles.wordpress.org/jordesign/">jordesign</a> · <a href="https://profiles.wordpress.org/jorgefilipecosta/">Jorge Costa</a> · <a href="https://profiles.wordpress.org/josevarghese/">Jose Varghese</a> · <a href="https://profiles.wordpress.org/josepmoran/">Josep Morán</a> · <a href="https://profiles.wordpress.org/josephscott/">Joseph Scott</a> · <a href="https://profiles.wordpress.org/verygoode/">Joshua Goode</a> · <a href="https://profiles.wordpress.org/jossnaz/">Jossnaz</a> · <a href="https://profiles.wordpress.org/juanfra/">Juan Aldasoro</a> · <a href="https://profiles.wordpress.org/juanmaguitar/">JuanMa Garrido</a> · <a href="https://profiles.wordpress.org/jules/">jules</a> · <a href="https://profiles.wordpress.org/juliemoynat/">Julie Moynat</a> · <a href="https://profiles.wordpress.org/jrf/">Juliette Reinders Folmer</a> · <a href="https://profiles.wordpress.org/juliobox/">Julio Potier</a> · <a href="https://profiles.wordpress.org/greenshady/">Justin Tadlock</a> · <a href="https://profiles.wordpress.org/justnorris/">justnorris</a> · <a href="https://profiles.wordpress.org/jyolsna/">Jyolsna J E</a> · <a href="https://profiles.wordpress.org/kadamwhite/">K. Adam White</a> · <a href="https://profiles.wordpress.org/kafleg/">KafleG</a> · <a href="https://profiles.wordpress.org/kevin940726/">Kai Hao</a> · <a href="https://profiles.wordpress.org/kajalgohel/">Kajal Gohel</a> · <a href="https://profiles.wordpress.org/kamran8176/">kamran8176</a> · <a href="https://profiles.wordpress.org/kapilpaul/">Kapil Paul</a> · <a href="https://profiles.wordpress.org/karlijnbk/">Karlijn Bok</a> · <a href="https://profiles.wordpress.org/karolmanijak/">Karol Manijak</a> · <a href="https://profiles.wordpress.org/thekt12/">Karthik Thayyil</a> · <a href="https://profiles.wordpress.org/zoonini/">Kathryn Presner</a> · <a href="https://profiles.wordpress.org/keithdevon/">keithdevon</a> · <a href="https://profiles.wordpress.org/kellenmace/">Kellen Mace</a> · <a href="https://profiles.wordpress.org/ryelle/">Kelly Choyce-Dwan</a> · <a href="https://profiles.wordpress.org/keoshi/">keoshi</a> · <a href="https://profiles.wordpress.org/kevinwhoffman/">Kevin Hoffman</a> · <a href="https://profiles.wordpress.org/khokansardar/">Khokan Sardar</a> · <a href="https://profiles.wordpress.org/killua99/">killua99</a> · <a href="https://profiles.wordpress.org/kirasong/">Kira Schroder</a> · <a href="https://profiles.wordpress.org/kitchin/">kitchin</a> · <a href="https://profiles.wordpress.org/ixkaito/">Kite</a> · <a href="https://profiles.wordpress.org/kjellr/">Kjell Reigstad</a> · <a href="https://profiles.wordpress.org/kkmuffme/">kkmuffme</a> · <a href="https://profiles.wordpress.org/kmvan/">kmvan</a> · <a href="https://profiles.wordpress.org/knutsp/">Knut Sparhell</a> · <a href="https://profiles.wordpress.org/kovshenin/">Konstantin Kovshenin</a> · <a href="https://profiles.wordpress.org/koodii/">koodii</a> · <a href="https://profiles.wordpress.org/kristastevens/">kristastevens</a> · <a href="https://profiles.wordpress.org/kristenfisher427/">kristenfisher427</a> · <a href="https://profiles.wordpress.org/krupajnanda/">Krupa Nanda</a> · <a href="https://profiles.wordpress.org/krupalpanchal/">Krupal Panchal</a> · <a href="https://profiles.wordpress.org/kushang78/">Kushang Tailor</a> · <a href="https://profiles.wordpress.org/kyleak/">kyleak</a> · <a href="https://profiles.wordpress.org/mlaetitia/">Lae</a> · <a href="https://profiles.wordpress.org/lanresmith/">Lanre Smith</a> · <a href="https://profiles.wordpress.org/lgersman/">Lars Gersmann</a> · <a href="https://profiles.wordpress.org/newyorkerlaura/">Laura Byrne</a> · <a href="https://profiles.wordpress.org/laurelfulford/">laurelfulford</a> · <a href="https://profiles.wordpress.org/oncecoupled/">Lauren</a> · <a href="https://profiles.wordpress.org/laurlittle/">Lauren Stein</a> · <a href="https://profiles.wordpress.org/wplmillet/">Laurent MILLET</a> · <a href="https://profiles.wordpress.org/peexy/">Laurent Naudier</a> · <a href="https://profiles.wordpress.org/leemon/">leemon</a> · <a href="https://profiles.wordpress.org/0mirka00/">Lena Morita</a> · <a href="https://profiles.wordpress.org/leonidasmilossis/">Leonidas Milosis</a> · <a href="https://profiles.wordpress.org/lgladdy/">Liam Gladdy</a> · <a href="https://profiles.wordpress.org/rudlinkon/">Linkon Miyan</a> · <a href="https://profiles.wordpress.org/liviopv/">liviopv</a> · <a href="https://profiles.wordpress.org/louiswol94/">Louis Wolmarans</a> · <a href="https://profiles.wordpress.org/thelovekesh/">Lovekesh Kumar</a> · <a href="https://profiles.wordpress.org/luan-ramos/">Luan Ramos</a> · <a href="https://profiles.wordpress.org/luboslives/">luboslives</a> · <a href="https://profiles.wordpress.org/crixu/">Lucas</a> · <a href="https://profiles.wordpress.org/gigitux/">Luigi Teschio</a> · <a href="https://profiles.wordpress.org/lardsax/">Luis</a> · <a href="https://profiles.wordpress.org/lmartins/">Luis Martins</a> · <a href="https://profiles.wordpress.org/interdevel/">Luis Molina (interdevel)</a> · <a href="https://profiles.wordpress.org/luisherranz/">luisherranz</a> · <a href="https://profiles.wordpress.org/lyonmuller/">Lyon M&#252;ller</a> · <a href="https://profiles.wordpress.org/pagelab/">M&#225;rcio Duarte</a> · <a href="https://profiles.wordpress.org/selectedselections/">Maddie - a11n</a> · <a href="https://profiles.wordpress.org/madfcat/">madfcat</a> · <a href="https://profiles.wordpress.org/madhudollu/">Madhu Dollu</a> · <a href="https://profiles.wordpress.org/onemaggie/">Maggie Cabrera</a> · <a href="https://profiles.wordpress.org/mai21/">Mai</a> · <a href="https://profiles.wordpress.org/makdiahussain/">Makdia Hussain</a> · <a href="https://profiles.wordpress.org/manfcarlo/">manfcarlo</a> · <a href="https://profiles.wordpress.org/manojmaharrshi/">Manoj Maharrshi</a> · <a href="https://profiles.wordpress.org/mdxfr/">Marc</a> · <a href="https://profiles.wordpress.org/marc4/">Marc Armengou</a> · <a href="https://profiles.wordpress.org/fullofcaffeine/">Marcelo de Moraes Serpa</a> · <a href="https://profiles.wordpress.org/iworks/">Marcin Pietrzak</a> · <a href="https://profiles.wordpress.org/mciampini/">Marco Ciampini</a> · <a href="https://profiles.wordpress.org/pereirinha/">Marco Pereirinha</a> · <a href="https://profiles.wordpress.org/marherumr/">marherumr</a> · <a href="https://profiles.wordpress.org/chaton666/">Marie Comet</a> · <a href="https://profiles.wordpress.org/tyxla/">Marin Atanasov</a> · <a href="https://profiles.wordpress.org/santosguillamot/">Mario Santos</a> · <a href="https://profiles.wordpress.org/clorith/">Marius L. J.</a> · <a href="https://profiles.wordpress.org/markhowellsmead/">Mark Howells-Mead</a> · <a href="https://profiles.wordpress.org/markjaquith/">Mark Jaquith</a> · <a href="https://profiles.wordpress.org/markjszymanski/">Mark Szymanski</a> · <a href="https://profiles.wordpress.org/mapk/">Mark Uraine</a> · <a href="https://profiles.wordpress.org/mhkuu/">Martijn van der Klis</a> · <a href="https://profiles.wordpress.org/marybaum/">Mary Baum</a> · <a href="https://profiles.wordpress.org/mat-lipe/">Mat Lipe</a> · <a href="https://profiles.wordpress.org/imath/">Mathieu Viet</a> · <a href="https://profiles.wordpress.org/mmaattiiaass/">Matias Benedetto</a> · <a href="https://profiles.wordpress.org/matveb/">Matias Ventura</a> · <a href="https://profiles.wordpress.org/webdevmattcrom/">Matt Cromwell</a> · <a href="https://profiles.wordpress.org/mattmm/">Matt Medeiros</a> · <a href="https://profiles.wordpress.org/matt/">Matt Mullenweg</a> · <a href="https://profiles.wordpress.org/mattormeeple/">Matt Sherman</a> · <a href="https://profiles.wordpress.org/matteoenna/">Matteo Enna</a> · <a href="https://profiles.wordpress.org/maurodf/">maurodf</a> · <a href="https://profiles.wordpress.org/hmbashar/">Md Abul Bashar</a> · <a href="https://profiles.wordpress.org/devsahadat/">Md Sahadat Husain</a> · <a href="https://profiles.wordpress.org/tofajjal02/">Md Tofajjal Hossen</a> · <a href="https://profiles.wordpress.org/mdnesarmridha/">MD.NESAR MRIDHA</a> · <a href="https://profiles.wordpress.org/immeet94/">Meet Makadia</a> · <a href="https://profiles.wordpress.org/meetmehta1205/">Meet Mehta</a> · <a href="https://profiles.wordpress.org/megane9988/">megane9988</a> · <a href="https://profiles.wordpress.org/meher/">Meher Bala</a> · <a href="https://profiles.wordpress.org/hrkhal/">Michael James Ilett</a> · <a href="https://profiles.wordpress.org/czapla/">Michal Czaplinski</a> · <a href="https://profiles.wordpress.org/mcsf/">Miguel Fonseca</a> · <a href="https://profiles.wordpress.org/miguelsansegundo/">miguelsansegundo</a> · <a href="https://profiles.wordpress.org/misulicus/">Mihai Joldis</a> · <a href="https://profiles.wordpress.org/miikkamakela/">Miikka</a> · <a href="https://profiles.wordpress.org/simison/">Mikael Korpela</a> · <a href="https://profiles.wordpress.org/mikehend/">Mike Henderson</a> · <a href="https://profiles.wordpress.org/mmcalister/">Mike McAlister</a> · <a href="https://profiles.wordpress.org/mikeybinns/">Mikey Binns</a> · <a href="https://profiles.wordpress.org/multidots1896/">Minal Diwan</a> · <a href="https://profiles.wordpress.org/illuminea/">Miriam Schwab</a> · <a href="https://profiles.wordpress.org/presents111/">miya</a> · <a href="https://profiles.wordpress.org/mkismy/">mkismy</a> · <a href="https://profiles.wordpress.org/mobarak/">Mobarak Ali</a> · <a href="https://profiles.wordpress.org/mohitdadhich10/">Mohit Dadhich</a> · <a href="https://profiles.wordpress.org/monzuralam/">Monzur Alam</a> · <a href="https://profiles.wordpress.org/jucaduca/">Morais Junior</a> · <a href="https://profiles.wordpress.org/mrwweb/">mrwweb</a> · <a href="https://profiles.wordpress.org/devmuhib/">Muhibul Haque</a> · <a href="https://profiles.wordpress.org/mujuonly/">mujuonly</a> · <a href="https://profiles.wordpress.org/mukesh27/">Mukesh Panchal</a> · <a href="https://profiles.wordpress.org/faguni22/">Mumtahina Faguni</a> · <a href="https://profiles.wordpress.org/musannifzahir/">Musannif Zahir</a> · <a href="https://profiles.wordpress.org/amustaque97/">Mustaque Ahmed</a> · <a href="https://profiles.wordpress.org/myhro/">myhro</a> · <a href="https://profiles.wordpress.org/mykolashlyakhtun/">mykolashlyakhtun</a> · <a href="https://profiles.wordpress.org/nsinelnikov/">Mykyta Synelnikov</a> · <a href="https://profiles.wordpress.org/assassinateur/">Nadir Seghir</a> · <a href="https://profiles.wordpress.org/naeemhaque/">Naeem Haque</a> · <a href="https://profiles.wordpress.org/namithjawahar/">Namith Jawahar</a> · <a href="https://profiles.wordpress.org/narenin/">Narendra Sishodiya</a> · <a href="https://profiles.wordpress.org/nareshbheda/">Naresh Bheda</a> · <a href="https://profiles.wordpress.org/nateinaction/">Nate Gay</a> · <a href="https://profiles.wordpress.org/nhrrob/">Nazmul Hasan Robin</a> · <a href="https://profiles.wordpress.org/nazmul111/">Nazmul Hosen</a> · <a href="https://profiles.wordpress.org/nboot8/">nboot8</a> · <a href="https://profiles.wordpress.org/nendeb/">nendeb</a> · <a href="https://profiles.wordpress.org/neotrope/">neotrope</a> · <a href="https://profiles.wordpress.org/ndiego/">Nick Diego</a> · <a href="https://profiles.wordpress.org/nicmare/">nicmare</a> · <a href="https://profiles.wordpress.org/nico23/">Nico</a> · <a href="https://profiles.wordpress.org/niktat/">Nicolas Tatarchenko</a> · <a href="https://profiles.wordpress.org/nicolefurlan/">Nicole Furlan</a> · <a href="https://profiles.wordpress.org/bgnicolepaschen/">Nicole Paschen Caylor</a> · <a href="https://profiles.wordpress.org/nicomollet/">nicomollet</a> · <a href="https://profiles.wordpress.org/nidhidhandhukiya/">nidhidhandhukiya</a> · <a href="https://profiles.wordpress.org/nielslange/">Niels Lange</a> · <a href="https://profiles.wordpress.org/nihar007/">Nihar Ranjan Das</a> · <a href="https://profiles.wordpress.org/ntsekouras/">Nik Tsekouras</a> · <a href="https://profiles.wordpress.org/rabmalin/">Nilambar Sharma</a> · <a href="https://profiles.wordpress.org/nilovelez/">Nilo Velez</a> · <a href="https://profiles.wordpress.org/niravsherasiya7707/">Nirav Sherasiya</a> · <a href="https://profiles.wordpress.org/nithi22/">Nithin John</a> · <a href="https://profiles.wordpress.org/nithins53/">Nithin SreeRaj</a> · <a href="https://profiles.wordpress.org/nkeller15/">nkeller15</a> · <a href="https://profiles.wordpress.org/noruzzaman/">Noruzzaman</a> · <a href="https://profiles.wordpress.org/nosilver4u/">nosilver4u</a> · <a href="https://profiles.wordpress.org/obliviousharmony/">obliviousharmony</a> · <a href="https://profiles.wordpress.org/ohia/">Ohia ᚛ᚈᚐᚂᚐᚋᚆ᚜</a> · <a href="https://profiles.wordpress.org/okat/">okat</a> · <a href="https://profiles.wordpress.org/dargus/">Old account</a> · <a href="https://profiles.wordpress.org/oglekler/">Olga Gleckler</a> · <a href="https://profiles.wordpress.org/domainsupport/">Oliver Campion</a> · <a href="https://profiles.wordpress.org/webgarten/">Oliver Schmid</a> · <a href="https://profiles.wordpress.org/olliejones/">OllieJones</a> · <a href="https://profiles.wordpress.org/alshakero/">Omar Alshaker</a> · <a href="https://profiles.wordpress.org/omerkurd/">omerkurd</a> · <a href="https://profiles.wordpress.org/paaljoachim/">Paal Joachim Romdahl</a> · <a href="https://profiles.wordpress.org/pablohoneyhoney/">Pablo Honey</a> · <a href="https://profiles.wordpress.org/pacicio/">Pacicio</a> · <a href="https://profiles.wordpress.org/pls78/">Paolo L. Scala</a> · <a href="https://profiles.wordpress.org/papijo/">papijo</a> · <a href="https://profiles.wordpress.org/swissspidy/">Pascal Birchler</a> · <a href="https://profiles.wordpress.org/patricia70/">Patricia BT</a> · <a href="https://profiles.wordpress.org/lumiblog/">Patrick Lumumba</a> · <a href="https://profiles.wordpress.org/pbearne/">Paul Bearne</a> · <a href="https://profiles.wordpress.org/pbiron/">Paul Biron</a> · <a href="https://profiles.wordpress.org/pauldewouters/">Paul de Wouters</a> · <a href="https://profiles.wordpress.org/paulkevan/">Paul Kevan</a> · <a href="https://profiles.wordpress.org/paulwilde/">Paul Wilde</a> · <a href="https://profiles.wordpress.org/paulopmt1/">Paulo Trentin</a> · <a href="https://profiles.wordpress.org/pavanpatil1/">Pavan Patil</a> · <a href="https://profiles.wordpress.org/pavelevap/">pavelevap</a> · <a href="https://profiles.wordpress.org/pedromendonca/">Pedro Mendon&#231;a</a> · <a href="https://profiles.wordpress.org/peiche/">peiche</a> · <a href="https://profiles.wordpress.org/pers/">Per S&#248;derlind</a> · <a href="https://profiles.wordpress.org/perryrylance/">perryrylance</a> · <a href="https://profiles.wordpress.org/provenself/">Peter Rubin</a> · <a href="https://profiles.wordpress.org/peterwilsoncc/">Peter Wilson</a> · <a href="https://profiles.wordpress.org/petitphp/">petitphp</a> · <a href="https://profiles.wordpress.org/petralian/">petralian</a> · <a href="https://profiles.wordpress.org/mr2p/">Phi Phan</a> · <a href="https://profiles.wordpress.org/nekojonez/">Pieterjan Deneys</a> · <a href="https://profiles.wordpress.org/wppinar/">Pinar</a> · <a href="https://profiles.wordpress.org/pitamdey/">Pitam Dey</a> · <a href="https://profiles.wordpress.org/pkuliga/">pkuliga</a> · <a href="https://profiles.wordpress.org/pooja1210/">Pooja N Muchandikar</a> · <a href="https://profiles.wordpress.org/pooja9712/">pooja9712</a> · <a href="https://profiles.wordpress.org/povilasstaskus/">Povilas Sta&#353;kus</a> · <a href="https://profiles.wordpress.org/ppolo99/">ppolo99</a> · <a href="https://profiles.wordpress.org/praful2111/">Praful Patel</a> · <a href="https://profiles.wordpress.org/pranitdugad/">Pranit Dugad</a> · <a href="https://profiles.wordpress.org/prasadkarmalkar/">Prasad Karmalkar</a> · <a href="https://profiles.wordpress.org/pmbaldha/">Prashant Baldha</a> · <a href="https://profiles.wordpress.org/pratiklondhe/">Pratik Londhe</a> · <a href="https://profiles.wordpress.org/freewebmentor/">Prem Tiwari</a> · <a href="https://profiles.wordpress.org/presskopp/">Presskopp</a> · <a href="https://profiles.wordpress.org/presstoke/">presstoke</a> · <a href="https://profiles.wordpress.org/printsachen1/">printsachen1</a> · <a href="https://profiles.wordpress.org/priyanshii5/">Priyanshii Vijayvargiya</a> · <a href="https://profiles.wordpress.org/prottoysarkar/">Prottoy Sarkar Argho</a> · <a href="https://profiles.wordpress.org/quietnoise/">QuietNoise</a> · <a href="https://profiles.wordpress.org/rachelbaker/">Rachel Baker</a> · <a href="https://profiles.wordpress.org/rafaelgalani/">Rafael Galani</a> · <a href="https://profiles.wordpress.org/rafaucau/">Rafał Całka</a> · <a href="https://profiles.wordpress.org/lamarajan/">Rajan Lama</a> · <a href="https://profiles.wordpress.org/rajinsharwar/">Rajin Sharwar</a> · <a href="https://profiles.wordpress.org/rahmohn/">Ramon Ahnert</a> · <a href="https://profiles.wordpress.org/rcorrales/">Ramon Corrales</a> · <a href="https://profiles.wordpress.org/ramonopoly/">Ramon James</a> · <a href="https://profiles.wordpress.org/raquelandefeld/">Raquel</a> · <a href="https://profiles.wordpress.org/ravipatel/">Ravikumar Patel</a> · <a href="https://profiles.wordpress.org/ravinderk/">Ravinder Kumar</a> · <a href="https://profiles.wordpress.org/rejaulalomkhan/">Rejaul Alom Khan</a> · <a href="https://profiles.wordpress.org/defries/">Remkus de Vries</a> · <a href="https://profiles.wordpress.org/tabrisrp/">Remy Perona</a> · <a href="https://profiles.wordpress.org/renishsurani/">renishsurani</a> · <a href="https://profiles.wordpress.org/retrofox/">retrofox</a> · <a href="https://profiles.wordpress.org/youknowriad/">Riad Benguella</a> · <a href="https://profiles.wordpress.org/rdcoll/">Rich Collier</a> · <a href="https://profiles.wordpress.org/richtabor/">Rich Tabor</a> · <a href="https://profiles.wordpress.org/rockfire/">Richard Korthuis</a> · <a href="https://profiles.wordpress.org/richardevs/">richardevs</a> · <a href="https://profiles.wordpress.org/rcreators/">Rishi Mehta</a> · <a href="https://profiles.wordpress.org/noisysocks/">Robert Anderson</a> · <a href="https://profiles.wordpress.org/robertghetau/">Robert Ghetau</a> · <a href="https://profiles.wordpress.org/littlerchicken/">Robin Cornett</a> · <a href="https://profiles.wordpress.org/rodionov201/">rodionov201</a> · <a href="https://profiles.wordpress.org/kreppar/">Rodrigo Arias</a> · <a href="https://profiles.wordpress.org/rodrigosprimo/">Rodrigo Primo</a> · <a href="https://profiles.wordpress.org/rogermedia/">Roger</a> · <a href="https://profiles.wordpress.org/rolfsiebers/">Rolf Siebers</a> · <a href="https://profiles.wordpress.org/roytanck/">Roy Tanck</a> · <a href="https://profiles.wordpress.org/rmccue/">Ryan McCue</a> · <a href="https://profiles.wordpress.org/ryancurban/">Ryan Urban</a> · <a href="https://profiles.wordpress.org/welcher/">Ryan Welcher</a> · <a href="https://profiles.wordpress.org/sebastienserre/">S&#233;bastien SERRE</a> · <a href="https://profiles.wordpress.org/sergiomdgomes/">S&#233;rgio Gomes</a> · <a href="https://profiles.wordpress.org/soean/">S&#246;ren W&#252;nsch</a> · <a href="https://profiles.wordpress.org/s0what/">s0what</a> · <a href="https://profiles.wordpress.org/sagarprajapati/">Sagar Prajapati</a> · <a href="https://profiles.wordpress.org/sahilthakur02/">sahilthakur02</a> · <a href="https://profiles.wordpress.org/sakibmd/">Sakib Mohammed</a> · <a href="https://profiles.wordpress.org/salcode/">Sal Ferrarello</a> · <a href="https://profiles.wordpress.org/xronn/">Sam Berry</a> · <a href="https://profiles.wordpress.org/samanthaxmunoz/">Sam Brockway</a> · <a href="https://profiles.wordpress.org/samiamnot/">samiamnot</a> · <a href="https://profiles.wordpress.org/viralsampat/">Sampat Viral</a> · <a href="https://profiles.wordpress.org/kim88/">Samuel R&#252;egger</a> · <a href="https://profiles.wordpress.org/samuelsidler/">Samuel Sidler</a> · <a href="https://profiles.wordpress.org/sannevndrmeulen/">Sanne van der Meulen</a> · <a href="https://profiles.wordpress.org/mikachan/">Sarah Norris</a> · <a href="https://profiles.wordpress.org/sarkarripon/">Sarkar Ripon</a> · <a href="https://profiles.wordpress.org/smetzdev/">Sascha Metz</a> · <a href="https://profiles.wordpress.org/sauliusv/">Saulius Vikerta</a> · <a href="https://profiles.wordpress.org/saxonafletcher/">Saxon Fletcher</a> · <a href="https://profiles.wordpress.org/saxonfletcher/">Saxon Fletcher</a> · <a href="https://profiles.wordpress.org/scribu/">scribu</a> · <a href="https://profiles.wordpress.org/script2see/">script2see</a> · <a href="https://profiles.wordpress.org/sean212/">Sean Fisher</a> · <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a> · <a href="https://profiles.wordpress.org/flexseth/">Seth Miller</a> · <a href="https://profiles.wordpress.org/smrubenstein/">Seth Rubenstein</a> · <a href="https://profiles.wordpress.org/shailu25/">Shail Mehta</a> · <a href="https://profiles.wordpress.org/sh4lin/">Shalin Shah</a> · <a href="https://profiles.wordpress.org/cafenoirdesign/">Shannon Smith</a> · <a href="https://profiles.wordpress.org/shaunandrews/">shaunandrews</a> · <a href="https://profiles.wordpress.org/sheulyshila/">sheulyshila</a> · <a href="https://profiles.wordpress.org/shital-patel/">Shital Marakana</a> · <a href="https://profiles.wordpress.org/shivapoudel/">Shiva Poudel</a> · <a href="https://profiles.wordpress.org/shivashankerbhatta/">Shiva Shanker Bhatta</a> · <a href="https://profiles.wordpress.org/showravhasan/">Showrav Hasan</a> · <a href="https://profiles.wordpress.org/shreyash3087/">Shreyash Srivastava</a> · <a href="https://profiles.wordpress.org/shub07/">Shubham Kumar Bansal</a> · <a href="https://profiles.wordpress.org/shuvomohajan/">Shuvo Mohajan</a> · <a href="https://profiles.wordpress.org/nomnom99/">Siddharth Thevaril</a> · <a href="https://profiles.wordpress.org/siliconforks/">siliconforks</a> · <a href="https://profiles.wordpress.org/simo_m/">Simone Maranzana</a> · <a href="https://profiles.wordpress.org/siobhyb/">Siobhan</a> · <a href="https://profiles.wordpress.org/sirzooro/">sirzooro</a> · <a href="https://profiles.wordpress.org/sjnbham/">SJNBham</a> · <a href="https://profiles.wordpress.org/snehapatil02/">Sneha Patil</a> · <a href="https://profiles.wordpress.org/sourav08/">Sourav Pahwa</a> · <a href="https://profiles.wordpress.org/spencerfinnell/">Spencer Finnell</a> · <a href="https://profiles.wordpress.org/ryokuhi/">Stefano Minoia</a> · <a href="https://profiles.wordpress.org/sabernhardt/">Stephen Bernhardt</a> · <a href="https://profiles.wordpress.org/stephenbrook/">Stephen Brook</a> · <a href="https://profiles.wordpress.org/netweb/">Stephen Edgar</a> · <a href="https://profiles.wordpress.org/stephenmiracle/">stephenmiracle</a> · <a href="https://profiles.wordpress.org/steveariss/">Steve Ariss</a> · <a href="https://profiles.wordpress.org/stevejonesdev/">Steve Jones</a> · <a href="https://profiles.wordpress.org/steveblum/">steveblum</a> · <a href="https://profiles.wordpress.org/strangehill/">strangehill</a> · <a href="https://profiles.wordpress.org/strarsis/">strarsis</a> · <a href="https://profiles.wordpress.org/studio28/">studio28</a> · <a href="https://profiles.wordpress.org/studiozerozero/">studiozerozero</a> · <a href="https://profiles.wordpress.org/sudipatel007/">Sudip Dadhaniya</a> · <a href="https://profiles.wordpress.org/sumitbagthariya16/">Sumit Bagthariya</a> · <a href="https://profiles.wordpress.org/sumitsingh/">Sumit Singh</a> · <a href="https://profiles.wordpress.org/sunil25393/">SunilPrajapati</a> · <a href="https://profiles.wordpress.org/suascat_wp/">Suwash</a> · <a href="https://profiles.wordpress.org/swapnild/">swapnild</a> · <a href="https://profiles.wordpress.org/syamraj24/">syamraj24</a> · <a href="https://profiles.wordpress.org/cybr/">Sybre Waaijer</a> · <a href="https://profiles.wordpress.org/smub/">Syed Balkhi</a> · <a href="https://profiles.wordpress.org/tahmidulkarim/">Tahmid ul Karim</a> · <a href="https://profiles.wordpress.org/iamtakashi/">Takashi Irie</a> · <a href="https://profiles.wordpress.org/inc2734/">Takashi Kitajima</a> · <a href="https://profiles.wordpress.org/karmatosed/">Tammie Lister</a> · <a href="https://profiles.wordpress.org/voboghure/">Tapan Kumer Das</a> · <a href="https://profiles.wordpress.org/taskotr/">Taras Dashkevych</a> · <a href="https://profiles.wordpress.org/rahmantasnia/">Tasnia Rahman Raima</a> · <a href="https://profiles.wordpress.org/taylorgorman/">Taylor Gorman</a> · <a href="https://profiles.wordpress.org/edent/">Terence Eden</a> · <a href="https://profiles.wordpress.org/teresagobble/">Teresa Gobble</a> · <a href="https://profiles.wordpress.org/thakordarshil/">Thakor Darshil</a> · <a href="https://profiles.wordpress.org/thelmachido/">thelmachido a11n</a> · <a href="https://profiles.wordpress.org/thijso/">Thijs</a> · <a href="https://profiles.wordpress.org/thirumani02/">Thirumani Guhan</a> · <a href="https://profiles.wordpress.org/kraftner/">Thomas Kr&#228;ftner</a> · <a href="https://profiles.wordpress.org/threadi/">threadi</a> · <a href="https://profiles.wordpress.org/tillkruess/">Till Kr&#252;ss</a> · <a href="https://profiles.wordpress.org/tb1909/">Tim Brath&#228;rig</a> · <a href="https://profiles.wordpress.org/timnicholson/">Tim Nicholson</a> · <a href="https://profiles.wordpress.org/tnolte/">Tim Nolte</a> · <a href="https://profiles.wordpress.org/timotijhof/">Timo Tijhof</a> · <a href="https://profiles.wordpress.org/timothyblynjacobs/">Timothy Jacobs</a> · <a href="https://profiles.wordpress.org/tmatsuur/">tmatsuur</a> · <a href="https://profiles.wordpress.org/tmfhokies/">tmfhokies</a> · <a href="https://profiles.wordpress.org/tobiasbg/">TobiasBg</a> · <a href="https://profiles.wordpress.org/tobifjellner/">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href="https://profiles.wordpress.org/tomjcafferkey/">Tom Cafferkey</a> · <a href="https://profiles.wordpress.org/tomalec/">Tomek</a> · <a href="https://profiles.wordpress.org/tomepajk/">tomepajk</a> · <a href="https://profiles.wordpress.org/shimotomoki/">Tomoki Shimomura</a> · <a href="https://profiles.wordpress.org/tomxygen/">tomxygen</a> · <a href="https://profiles.wordpress.org/skithund/">Toni Viemer&#246;</a> · <a href="https://profiles.wordpress.org/starbuck/">Tony G</a> · <a href="https://profiles.wordpress.org/hellofromtonya/">Tonya Mork</a> · <a href="https://profiles.wordpress.org/toro_unit/">Toro_Unit (Hiroshi Urabe)</a> · <a href="https://profiles.wordpress.org/zodiac1978/">Torsten Landsiedel</a> · <a href="https://profiles.wordpress.org/tremidkhar/">Tremi Dkhar</a> · <a href="https://profiles.wordpress.org/truptikanzariya/">Trupti Kanzariya</a> · <a href="https://profiles.wordpress.org/tunetheweb/">tunetheweb</a> · <a href="https://profiles.wordpress.org/twstokes/">twstokes</a> · <a href="https://profiles.wordpress.org/tybor/">tybor</a> · <a href="https://profiles.wordpress.org/u451f/">u451f</a> · <a href="https://profiles.wordpress.org/ugyensupport/">Ugyen Dorji</a> · <a href="https://profiles.wordpress.org/umesh84/">Umesh Gupta</a> · <a href="https://profiles.wordpress.org/up1512001/">up1512001</a> · <a href="https://profiles.wordpress.org/eboxnet/">Vagelis</a> · <a href="https://profiles.wordpress.org/valer1eg/">Val&#233;rie Galassi</a> · <a href="https://profiles.wordpress.org/vcanales/">Vicente Canales</a> · <a href="https://profiles.wordpress.org/szepeviktor/">Viktor Sz&#233;pe</a> · <a href="https://profiles.wordpress.org/vineet2003/">Vinit</a> · <a href="https://profiles.wordpress.org/vinita29/">Vinita Tandulkar</a> · <a href="https://profiles.wordpress.org/vipulgupta003/">Vipul Gupta</a> · <a href="https://profiles.wordpress.org/ashokrane/">Vishal Kothari</a> · <a href="https://profiles.wordpress.org/vivekawsm/">vivekawsm</a> · <a href="https://profiles.wordpress.org/vrrobz/">vrrobz</a> · <a href="https://profiles.wordpress.org/webmandesign/">WebMan Design &#124; Oliver Juhas</a> · <a href="https://profiles.wordpress.org/websitegenii/">websitegenii</a> · <a href="https://profiles.wordpress.org/wesatintellitonic/">wesatintellitonic</a> · <a href="https://profiles.wordpress.org/westonruter/">Weston Ruter</a> · <a href="https://profiles.wordpress.org/whaze/">whaze</a> · <a href="https://profiles.wordpress.org/skorasaurus/">Will Skora</a> · <a href="https://profiles.wordpress.org/earnjam/">William Earnhardt</a> · <a href="https://profiles.wordpress.org/nestea29950/">WilliamG</a> · <a href="https://profiles.wordpress.org/wojtekn/">Wojtek Naruniec</a> · <a href="https://profiles.wordpress.org/wpsoul/">wpsoul</a> · <a href="https://profiles.wordpress.org/yagniksangani/">Yagnik Sangani</a> · <a href="https://profiles.wordpress.org/yankiara/">yankiara</a> · <a href="https://profiles.wordpress.org/collet/">Yann</a> · <a href="https://profiles.wordpress.org/yguyon/">Yannis Guyon</a> · <a href="https://profiles.wordpress.org/fierevere/">Yui</a> · <a href="https://profiles.wordpress.org/yukinobu/">Yukinobu Asakawa</a> · <a href="https://profiles.wordpress.org/yuvrajsinh2211/">Yuvrajsinh Sisodiya</a> · <a href="https://profiles.wordpress.org/zackkrida/">Zack Krida</a> · <a href="https://profiles.wordpress.org/zackkatz/">zackkatz</a> · <a href="https://profiles.wordpress.org/zafarkamal/">Zafar Kamal</a> · <a href="https://profiles.wordpress.org/zeelthakkar/">zeelthakkar</a> · <a href="https://profiles.wordpress.org/zenaulislam/">Zenaul Islam</a> · <a href="https://profiles.wordpress.org/zieladam/">zieladam</a> · <a href="https://profiles.wordpress.org/zkarj/">zkarj</a> · <a href="https://profiles.wordpress.org/zunaid321/">Zunaid Amin</a></p>\n\n\n\n<p>More than <a href="https://translate.wordpress.org/stats/">60 locales have translated 90 percent</a> or more of WordPress 6.6 into their language. Community translators are working hard to ensure more translations are on their way. Thank you to everyone who helps make WordPress available in 200 languages.</p>\n\n\n\n<p>Last but not least, thanks to the volunteers who contribute to the <a href="https://wordpress.org/support/">support forums</a> by answering questions from WordPress users worldwide.</p>\n\n\n\n<h2 class="wp-block-heading">Get involved</h2>\n\n\n\n<p>Participation in WordPress goes far beyond coding, and learning more and getting involved is easy. Discover the teams that come together to <a href="https://make.wordpress.org/">Make WordPress</a> and use <a href="https://make.wordpress.org/contribute/">this interactive tool</a> to help you decide which is right for you.</p>\n\n\n\n<h2 class="wp-block-heading">6.6 haiku</h2>\n\n\n\n<p>Six-point-six is here.<br>Make it all gorgeous; keep it<br>On brand, and relax.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"17517";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:69:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress 6.6 Release Candidate 3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wordpress.org/news/2024/07/wordpress-6-6-release-candidate-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 09 Jul 2024 17:39:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"6.6";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:11:"development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:8:"releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=17497";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:345:"WordPress 6.6 RC3 is ready for download and testing! This version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, please evaluate RC3 on a test server or a local environment. Reaching this phase of the release cycle is a [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"marybaum";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:9781:"\n<p>WordPress 6.6 RC3 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, please evaluate RC3 on a test server or a local environment.</p>\n\n\n\n<p>Reaching this phase of the release cycle is a worthy achievement. While release candidates are considered ready for release, your testing is still vital to make sure everything in WordPress 6.6 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.6 RC3 in four ways:</p>\n\n\n\n<figure class="wp-block-table"><table><tbody><tr><th>Plugin</th><td>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href="https://wordpress.org/wordpress-6.6-RC3.zip">RC3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the this <a href="https://make.wordpress.org/cli/">WP-CLI</a> command:<br><code>wp core update --version=6.6-RC3</code></td></tr><tr><th>WordPress Playground</th><td>Use the <a href="https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20[%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20]%20%7D">6.6 RC3 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table><figcaption class="wp-element-caption">Please test WordPress 6.6 RC3 in one or more of these four ways.</figcaption></figure>\n\n\n\n<p>The target for the WordPress 6.6 release is <strong>next Tuesday,</strong> <strong>July 16, 2024</strong>. Get an overview of the <a href="https://make.wordpress.org/core/6-6/">6.6 release cycle</a>, and check the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/6-6/">6.6-related posts</a> in the next few weeks for further details.</p>\n\n\n\n<h2 class="wp-block-heading">What&#8217;s in WordPress 6.6 RC3?</h2>\n\n\n\n<p>Thanks to your testing (and many other contributors‘ up to now) this release includes eight bug fixes for the Editor and  <a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=06%2F25%2F2024..07%2F01%2F2024&amp;milestone=6.6&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">18 tickets for WordPress Core</a>.</p>\n\n\n\n<p>Get a recap of WordPress 6.6’s highlighted features in the <a href="https://wordpress.org/news/2024/06/wordpress-6-6-beta-1/" data-type="post" data-id="17289">Beta 1 announcement</a>. For more technical information related to issues addressed since RC 2, you can browse the following links:</p>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://github.com/WordPress/gutenberg/commits/wp/6.6?since=2024-07-02&amp;until=2024-07-09">GitHub commits for 6.6</a> since July 2</li>\n\n\n\n<li><a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=06%2F25%2F2024..07%2F01%2F2024&amp;milestone=6.6&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">Closed Trac </a><a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=07%2F02%2F2024..07%2F09%2F2024&amp;milestone=6.6&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">tickets</a> since July 2</li>\n</ul>\n\n\n\n<p>Want to look deeper into the details and technical notes for this release? You might want to make your first stop <a href="https://make.wordpress.org/core/2024/06/25/wordpress-6-6-field-guide/">The WordPress 6.6 Field Guide</a>. Then, check out this list:</p>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://make.wordpress.org/core/2024/06/20/roster-of-design-tools-per-block-wordpress-6-6-edition/">Roster of design tools per block (WordPress 6.6 edition)</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/tag/dev-notes+6-6/">All 6.6-related developer notes</a></li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">You can contribute. Here&#8217;s how</h2>\n\n\n\n<p>WordPress is the world’s most popular open source web platform, thanks to a passionate community of people who collaborate on its development in a wide variety of ways. You can help—whether or not you have any technical expertise.</p>\n\n\n\n<h3 class="wp-block-heading">Get involved in testing</h3>\n\n\n\n<p>Testing for issues is critical to keeping WordPress speedy, stable, and secure. It’s also a vital way for anyone to contribute. <a href="https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/" data-type="post" data-id="17392">This detailed guide</a> will walk you through testing features in WordPress 6.6. If you&#8217;re new to testing, follow <a href="https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/" data-type="post" data-id="17289">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> of the support forums. If you are comfortable writing a reproducible bug report, you can also report it on <a href="https://core.trac.wordpress.org/newticket">WordPress Trac</a>. Before you do either, you may want to check your issue against a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the <a href="https://make.wordpress.org/test/">testing initiatives in Make Core</a> and join the <a href="https://wordpress.slack.com/messages/core-test/">#core-test channel</a> on <a href="https://wordpress.slack.com/">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class="wp-block-heading">Please update your WordPress product</h3>\n\n\n\n<p>If you build themes, plugins, blocks, or patterns, your efforts play an integral role in adding new functionality to WordPress and helping bring new people and ideas to the most vibrant (and massive!) open source community in the world.&nbsp;</p>\n\n\n\n<p>Thanks for continuing to test your products with the WordPress 6.6 betas and release candidates. With RC3, you’ll want to make sure everything is working smoothly, and if it&#8217;s a plugin, update the <em>“Tested up to”</em> version in its <a href="https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/">readme file</a> to 6.6.</p>\n\n\n\n<p>If you find compatibility issues, please post detailed information to the <a href="https://wordpress.org/support/forum/alphabeta/">support forum</a>.</p>\n\n\n\n<h3 class="wp-block-heading">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? <bdo lang="es" dir="ltr">¿Español?</bdo> <bdo lang="fr" dir="ltr">Français?</bdo> <bdo lang="ru" dir="ltr">Русский</bdo>? <bdo lang="ja" dir="ltr">日本</bdo>語? <bdo lang="hin" dir="ltr">हिन्दी</bdo>? <bdo lang="bn" dir="ltr">বাংলা</bdo>? You can <a href="https://translate.wordpress.org/projects/wp/dev/">help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<h2 class="wp-block-heading">The RC3 haiku</h2>\n\n\n\n<p>One week to go. Then:<br>Open the paintbox! Try the tools!<br>Play a new jazz tune.</p>\n\n\n\n<p class="has-text-align-right"><em>Props to  <a href=''https://profiles.wordpress.org/meher/'' class=''mention''><span class=''mentions-prefix''>@</span>meher</a> and <a href=''https://profiles.wordpress.org/audrasjb/'' class=''mention''><span class=''mentions-prefix''>@</span>audrasjb</a>. for peer review.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"17497";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:61:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"WP Briefing: Episode 83: Learning Pathways";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://wordpress.org/news/2024/07/episode-83-learning-pathways/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 08 Jul 2024 12:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"wp-briefing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=17489";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:421:"Discover how Learning Pathways can guide you through your WordPress journey with clarity and purpose. In the latest episode of WordPress Briefing, host Josepha Haden Chomphosy welcomes special guest Wes Theron to discuss the newly introduced Learning Pathways. These curated lesson sets are tailored to various experience levels, roles, and use cases, ensuring a personalized learning experience for every WordPress user.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:51:"https://wordpress.org/news/files/2024/07/WPB083.mp3";s:6:"length";s:1:"0";s:4:"type";s:0:"";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brett McSherry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:35130:"\n<p>Discover how Learning Pathways can guide you through your WordPress journey with clarity and purpose. In the latest episode of WordPress Briefing, host Josepha Haden Chomphosy welcomes special guest Wes Theron to discuss the newly introduced Learning Pathways. These curated lesson sets are tailored to various experience levels, roles, and use cases, ensuring a personalized learning experience for every WordPress user. </p>\n\n\n\n<h2 class="wp-block-heading">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href="https://profiles.wordpress.org/chanthaboune/">Josepha Haden Chomphosy</a><br>Guest: <a href="https://profiles.wordpress.org/west7/">Wes Theron</a><br>Editor:&nbsp;<a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a><br>Logo:&nbsp;<a href="https://profiles.wordpress.org/javiarce/">Javier Arce</a><br>Production:&nbsp;<a href="https://profiles.wordpress.org/bjmcsherry/">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class="wp-block-heading">Show Notes</h2>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://learn.wordpress.org/">Learn.WordPress.org</a>\n<ul class="wp-block-list">\n<li><a href="https://learn.wordpress.org/course/beginner-wordpress-developer/">Beginner WordPress Developer</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/course/beginner-wordpress-user/">Beginner WordPress User</a></li>\n</ul>\n</li>\n\n\n\n<li><a href="https://wordpress.org/playground/">WordPress Playground</a></li>\n\n\n\n<li><a href="https://www.youtube.com/playlist?list=PL1pJFUVKQ7ETacCXdCCxwdAo-_xciwlQJ">Learn WordPress YouTube Playlist</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul class="wp-block-list">\n<li><a href="https://wordpress.org/news/2024/06/wordpress-6-5-5/">WordPress 6.5.5 is now available!</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/community/2024/06/15/wordpress-contributor-mentorship-program-q4-2024-call-for-interest/">WordPress Contributor Mentorship Program Q4 2024</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/6-6/" target="_blank" rel="noreferrer noopener">WordPress 6.6 Official Release</a>\n<ul class="wp-block-list">\n<li><a href="https://www.youtube.com/watch?v=OyYdkXAx7qw">What’s new for theme developers in WordPress 6.6</a></li>\n</ul>\n</li>\n\n\n\n<li><a href="https://make.wordpress.org/meetings/">Upcoming WordPress Meetings</a></li>\n</ul>\n</li>\n\n\n\n<li>Have a question you’d like answered? Submit them to&nbsp;<a href="mailto:wpbriefing@WordPress.org">WPBriefing@WordPress.org</a>.</li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">Transcript</h2>\n\n\n\n<span id="more-17489"></span>\n\n\n\n<p>[00:00:00]&nbsp;<strong>Josepha:</strong>&nbsp;Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:39] <strong>Josepha:</strong> As a steward of the WordPress community, one of the big overarching questions that I grapple with is how to make sure people who have just found out about us know how to get around. Obviously, there&#8217;s the contributor path, which is important to me because I am especially concerned with the longevity of our little open source community, but there&#8217;s also a path for folks who are learning how to use the software.</p>\n\n\n\n<p>[00:01:03] <strong>Josepha:</strong> And so, joining me today to talk through a project called Learning Pathways is Wes Theron. Wes, welcome to the WordPress Briefing.</p>\n\n\n\n<p>[00:01:11] <strong>Wes:</strong> Good day. Thank you very much for having me. It&#8217;s a pleasure.</p>\n\n\n\n<p>[00:01:13] <strong>Josepha:</strong> Before we get into this project that we&#8217;re talking about, do you want to just tell me a little bit about who you are and what you do with the WordPress project?</p>\n\n\n\n<p>[00:01:22] <strong>Wes:</strong> Yeah. So, as you know, my name is Wes Theron. I&#8217;m based in New Zealand, and I&#8217;m an instructional designer. And, I am part of the Training Team. So, most of my life revolves around creating learning content for learn.WordPress.org.</p>\n\n\n\n<p>[00:01:38] <strong>Josepha:</strong> Oh, that&#8217;s quite a life. Teaching people how to use WordPress.</p>\n\n\n\n<p>[00:01:42] <strong>Wes:</strong> Yeah, I teach WordPress. We run online workshops. I create video tutorials, courses, and now, of course, this great project we&#8217;re working on, Learning Pathways.</p>\n\n\n\n<p>[00:01:52] <strong>Josepha:</strong> Yeah. So, I&#8217;ve talked about Learning Pathways a few times here on the podcast, but for folks who have not heard me talk about it or who just need a more in-depth understanding, why don&#8217;t you tell us a little bit about this project as it stands today?&nbsp;</p>\n\n\n\n<p>[00:02:06] <strong>Wes:</strong> Yeah, so when Learn started out, I think the main goal was to just get learning content on the site. But, in May of last year, we shared an individual learning survey with folks, and we were hoping to basically find out what are the needs of the learners? What are learners after? And from that individual learner survey, we actually learned a few things. We learned that tutorials, courses, and online workshops were the most used content types. We also saw that web-based learning is the most popular learning method. And then there was a clear need for a structured way of consuming learning material. And that&#8217;s basically where the Learning Pathways project was born; to create Learning Pathways that basically target various types of learners, but also various skill levels. So July of last year, we started with outlines, creating outlines for these learner pathways.</p>\n\n\n\n<p>[00:03:10] <strong>Wes:</strong> And then, in October of last year, we actually started creating content. So, the first learner pathways we started working on was the User Learning Pathway and the Developer Learning Pathway. And what that entails is of course, creating a Learning Pathway for beginner users, intermediate users, and then advanced users.</p>\n\n\n\n<p>So that&#8217;s how we kind of broke it up. And last week, the Beginner Developer Pathway was actually published, so that&#8217;s very exciting. And a few weeks before that, the Beginner WordPress User Pathway. And yeah, of course, we&#8217;ve got many other pathways in the pipeline that we want to work on. For example, a Designer Learning Pathway and even a Contributor Learning Pathway.</p>\n\n\n\n<p>[00:03:57] <strong>Josepha:</strong> Yeah, when we&#8217;re talking about pathways, what we mean is, like, we are figuring out what you probably need to know when you first arrive and then helping you to identify what you build on based on what your goals might be.</p>\n\n\n\n<p>[00:04:11] <strong>Josepha:</strong> Like, obviously, the beginner user, the goal is basically just like, learn how to get WordPress doing stuff at all. Like that&#8217;s, that&#8217;s an easy goal to understand. But when you all were doing the work to figure out what needed to be in the pathway for a beginner developer, and as you&#8217;re looking towards doing the work around intermediate and advanced topics, like how are you all able to determine what most likely you need in those various steps in the learning process?</p>\n\n\n\n<p>[00:04:42] <strong>Wes:</strong> So, of course, a lot of research went into that. When we created the outlines for these Learning Pathways. We shared it with the community. We asked for feedback. And yeah, a lot of research was done to make sure we cover all the all the bases. </p>\n\n\n\n<p>[00:04:59] <strong>Josepha:</strong> I know that there were a couple of different proposals about how to, like do skills assessments, maybe? There was something where like we were talking with companies that employ WordPress folks in the ecosystem, and then we were talking to WordPressers who were currently trying to make sure that their skills were advanced enough to get those jobs. And we were trying to figure out like the distance between those and where we actually have some concerns around like the language choices that they need, like basic developer language choices and jargon that goes in there and stuff like that.</p>\n\n\n\n<p>[00:05:34] <strong>Josepha:</strong> So this, if I recall correctly, the research for this has been going on for like maybe two or three years, right?</p>\n\n\n\n<p>[00:05:42] <strong>Wes:</strong> Yeah, definitely. And we&#8217;ve reached out to many stakeholders within the WordPress community. And as you say, even agencies, and businesses, you know, trying to find out what do they want people to know when they employ them. And yeah, then of course, speaking to the community, speaking, speaking to folks at WordCamps reaching out to folks an online workshops.</p>\n\n\n\n<p>[00:06:04] <strong>Wes:</strong> So, yeah, it&#8217;s definitely been an ongoing process and also seeing what resources are lacking and what needs to be there.&nbsp;</p>\n\n\n\n<p>[00:06:12] <strong>Josepha:</strong> Yeah, so, the very first, the very first iteration of any training that the WordPress project was offering on, I think it was on learn.WordPress.org, but I don&#8217;t actually know for sure, was a troubleshooting workshop, because when you are trying to figure out WordPress for the first time, when you are trying to figure out any software for the first time, being able to figure out what went wrong is a really important part of that. And so that was like the only workshop that existed over there for quite some time. And so it&#8217;s really nice to see how we have really, not only created a bunch of resources in general, if you all have not looked at learn.WordPress.org lately, it has, like, workshop outlines that you can use to do a training by yourself at your meetup group or at a school or whatever it is.</p>\n\n\n\n<p>[00:07:08] <strong>Josepha:</strong> But then also, I want to say it was maybe two, three years ago, that you all, as a team, the Training Team, started doing these online workshops. And so, when you created the Learning Pathways, considering like how much time and research has gone into this project overall, did you all have learnings that came from those workshops that you had already done? Is this like a collection of workshops or is this something where you can do it at home and learn by yourself and then go someplace else and learn more about WordPress? Like how does that function in what we have already?</p>\n\n\n\n<p>[00:07:45] <strong>Wes:</strong> Yeah, so maybe I should first, maybe let&#8217;s define a learning pathway. So I, I thought about this, but a learning pathway, I would say, is a route taken by learner through a range of modules, lessons, and even courses to build knowledge progressively. So it&#8217;s similar to a course, but of course usually covers like a specific topic or subject where learning pathways usually have a larger goal.</p>\n\n\n\n<p>[00:08:11] <strong>Wes:</strong> So I wouldn&#8217;t say that the online workshops form part of the Learning Pathways project. And maybe I can also clarify that the teacher notes or the lesson plans that you refer to is something that&#8217;s also changing going forward. </p>\n\n\n\n<p>[00:08:23] <strong>Josepha:</strong> Oh, good. Because I wrote some of those, and I am not an instructional designer. And so, ha!</p>\n\n\n\n<p>[00:08:30] <strong>Wes:</strong> We&#8217;ve actually decided to move away from having two different content types. So, we had tutorials. You know, video tutorials, and we had lesson plans, and as you said, the lesson plans were notes that somebody could use to run an online workshop or to go to a WordCamp or at their local meetup and use that to teach something. But moving forward for Learning Pathways, we are actually just going to have one content type, namely lessons. And then lessons from part of creating a course or lessons from part of creating modules and then Learning Pathways. The other exciting thing, and something we haven&#8217;t mentioned, is that at the end of this month, when we launched the Learning Pathways or the first few Learning Pathways, it actually coincides with a website redesign.</p>\n\n\n\n<p>[00:09:18] <strong>Wes:</strong> So, yeah, beyond the lookout, hopefully, learn.WordPress.org is going to have a brand new face at the end, from the end of July or, yeah, or August. So, yeah, that&#8217;s very exciting.</p>\n\n\n\n<p>[00:09:30] <strong>Josepha:</strong> Excellent. Excellent. So, you said that these Learning Pathways are part of a larger goal. Is that a goal for your learners or a goal for WordPress? A goal for the team?</p>\n\n\n\n<p>[00:09:40] <strong>Wes:</strong> I would say all of the above.</p>\n\n\n\n<p>[00:09:42] <strong>Josepha:</strong> Goals for everybody. We&#8217;re like the Oprah of goals. Don&#8217;t come get me, Oprah. That&#8217;s all I got to say about it.</p>\n\n\n\n<p>[00:09:48] <strong>Wes:</strong> Yeah, I think for us as a team, at the end of the day, we want folks to be able to use the content and find the content and utilize all the learning material on learn.WordPress.org. And then, of course, at the end of the day, for learners, we want folks to be able to succeed in whatever they are trying to do. Is it to build their own website? Is it to maybe find a job as a developer? And. Yeah, I mean, the list can go on.</p>\n\n\n\n<p>[00:10:21] <strong>Josepha:</strong> Yeah. So, on the subject of wanting to help people succeed, I think that as far as I hear from the majority of contributors that I have worked with over the years, like helping other people figure out how to do this and making sure that they can succeed is always something that is top of mind for contributors to open source probably in general, but definitely to WordPress. Like, we really care about helping other people figure out how to have the same sort of benefits that we&#8217;ve had in the project and with the software. So if you have somebody who is familiar with all the bits and pieces of WordPress and really, really want to like show up and help teach some things. Is it the case that they can take part in like running a Learning Pathway? Is it something where we mostly need people to help us build some content? Like if we&#8217;ve got people who are just desperate to help other people succeed in WordPress, what kinds of things can they show up and help do on this project?</p>\n\n\n\n<p>[00:11:22] <strong>Wes:</strong> Yes, please come to the Training Team. There are many ways to get involved. If you just want to review content, you can do that. But yeah, we do have a need for content creators, folks, you know, creating a video lesson or putting their hand up and saying, I will actually create an entire module or an entire learning, a Learning Pathway. We do have some awesome contributors that&#8217;s part of the Training Team that are already doing that. Some people are writing scripts. Some folks are actually, you know, creating everything from the beginning to the end. So they are writing the script, they recording the video, publishing the video, et cetera. And then we&#8217;ve, of course, have people reviewing content. We&#8217;ve got folks running online workshops. If maybe creating video content is not their, is not their forte, they can can run online workshops. So yeah, many ways getting involved.</p>\n\n\n\n<p>[00:12:16] <strong>Wes:</strong> But Josepha, I wanted to point something else out that I haven&#8217;t done. I think there was a real need for Learning Pathways because, at the moment, if somebody new to WordPress or new to developing with WordPress wants to find learning content. You know, where do they go? What&#8217;s the main platform to go to? I think most people probably go to YouTube, right?&nbsp;But a lot of the content there are, are scattered and fragmented. </p>\n\n\n\n<p>So a lot of learning material or learning about WordPress is all over the place. It&#8217;s not in one place. And as I said, a place where you can actually learn from A to Z, learn progressively learning in a structured way. Yes, we know there are courses available that you can pay for, but the awesome thing about this project is that we are providing these Learning Pathways, these learning resources, for free for folks to be able to work through at their own time. I know that&#8217;s something else you asked earlier on. So yes, this is a course in quotation marks; this is a Learning Pathway that somebody can start whenever it suits them, you know, in the comfort of their own home, and they can work through the Learning Pathway from the beginning to the end. Or, if they feel I actually know everything taught in module one and two, I&#8217;m going to start at module three, they can do that. They basically come in at their skill level.</p>\n\n\n\n<p>[00:13:43] <strong>Josepha:</strong> Yes. I think it&#8217;s really important to try to meet people where they are. And I know that it&#8217;s difficult because, like, we don&#8217;t take a lot of data from our users. You don&#8217;t have to give us basically anything in order to use WordPress. And by basically, I mean you literally don&#8217;t have to give us anything to use WordPress.</p>\n\n\n\n<p>[00:14:01] <strong>Josepha:</strong> And so we always have some difficulty in figuring out what is it that our users need the most in order to succeed the quickest. And so I agree that there was a real need for this not only because, like, there&#8217;s plenty of content for getting from, like, some knowledge to a good amount of knowledge. There&#8217;s almost no content around, like, I didn&#8217;t know CMSs existed until yesterday, and now I need to quickly learn how to do it because it&#8217;s become a thing I need to do in my job. There&#8217;s some really clear, like use cases for being able to onboard quickly and progressively.<br><br>And I understand that, like, having a clear, structured way to learn doesn&#8217;t always fit with the idea of meeting people where they are. But I do really think that, that like what you were saying, it can be as structured as you need it to be. But also, if you get into it and you think to yourself, you know, I know this information already. I can move on to the next module. I can move on to the module after that. Similar to the way we do that at WordCamps also. If you get into a session and you thought it was going to be useful for you, and you discover that it&#8217;s not once you&#8217;re there, you don&#8217;t have to stay. You can go to a different room where they&#8217;re teaching about SEO if it turns out that you don&#8217;t need to learn about JavaScript today.</p>\n\n\n\n<p>[00:15:23] <strong>Josepha:</strong> And I think that that&#8217;s, it&#8217;s kind of the value that this is hoping to bring, like, because it is a little bit built one on top of the other when you discover that you have already learned something, you can easily try out the next step and know that it&#8217;s probably a good next step.</p>\n\n\n\n<p>[00:15:38] <strong>Wes:</strong> Exactly. And if you maybe want to teach this to other folks. The plan is to, you know, we had lesson plans. We have a lot of lesson plans on Learn. But the plan is also to, instead of having, as I said, two different content types, is to have lessons but then add a tab where you can click on teacher notes and actually teach something as well if that is your goal. But yes, our lessons and modules also include quizzes and, hopefully, some practical activities. We&#8217;ve incorporated WordPress Playground where, where folks can actually, you know, test out what they&#8217;ve learned or test their knowledge. So yeah, I agree with you that you can basically join the Learning Pathway wherever you feel the most comfortable.</p>\n\n\n\n<p>[00:16:28] <strong>Josepha:</strong> So we&#8217;ve been kind of in the weeds of the project itself, the program itself, and if you want to like do stuff with that and in that. Let&#8217;s switch gears a little bit and talk about just what people who are wanting to join those pathways would need to know. Do you have any advice for somebody who is just today learning about these Learning Pathways and they think to themselves, I definitely want to sign up for one of those. Like, for one, how do they get started? And for two, your like top two or three bits of advice for as they get started? </p>\n\n\n\n<p>[00:17:05] <strong>Wes:</strong> So you can make your way to learn.WordPress.org, and you can basically open the, the pathway, and you can start wherever, wherever you want to. We have made it possible to actually view these pathways or our content without logging in with your dot org profile. The other thing I also wanted to mention is that our content is actually hosted on YouTube now.</p>\n\n\n\n<p>So the great thing is we have these pathways within YouTube as well. So, folks can go to the, YouTube channel and see our content. And, of course, that basically reaches a very wide audience. And hopefully some of those videos will also bring people to the dot org site so that they can access the content.</p>\n\n\n\n<p>[00:17:57] <strong>Josepha:</strong> I think it&#8217;s great that you don&#8217;t have to sign up for a profile. If you are a brand new WordPresser and ran into this in your dashboard and are listening to this podcast now. So dot org profiles are a place where you can kind of log your activity in the WordPress community and the WordPress project. You do not have to have one in order to use WordPress. You don&#8217;t have to have one in order to look at these courses or to learn from them. But I always think that it&#8217;s kind of nice to get your profile set up so that people kind of know who you are and what you&#8217;re doing. And then also your activity shows up. Like, you can see that you enrolled in the course and you get to know for yourself that you made some progress. I know that when you&#8217;re getting started, it&#8217;s hard to, like, see your progress because you don&#8217;t know how far you have to go. And so, like progress when you&#8217;re starting out is really difficult to feel is real. And so I like it just so that you have a few reminders to yourself, like, look how far I&#8217;ve come as you&#8217;re trying to figure out how far you still have to go. And so I like that a lot. </p>\n\n\n\n<p>[00:18:58] <strong>Wes:</strong> You won&#8217;t be able to access all the content on Learn without your dot org profile. But one of the things we&#8217;ve made possible is to access these Learning Pathways, the new ones being launched without, you know, removing those blockers. So, of course, when you work through a Learning Pathway, you will be able to track your progress, and you will be able to see which lessons you have completed. So yeah, one of the pieces of advice I would give to somebody starting with the Learning Pathways actually to first go through the modules. And go through the lessons to see which things you know and feel comfortable with so that you don&#8217;t waste time maybe going through the first module and say, oh, I know this, and you&#8217;ve wasted time. Rather do a bit of research, a bit of reading, and then find the right place for you to start the journey.</p>\n\n\n\n<p>[00:19:45] <strong>Josepha:</strong> That&#8217;s excellent. I also, just as a learner, I try to always learn some stuff. And also, as you get older, it&#8217;s harder and harder to learn things partially because like you&#8217;re in a set path, but also, and here&#8217;s my advice to new learners: you worry about looking foolish. Like you, you worry, you&#8217;re showing up, and you don&#8217;t know anything about anybody else in the classroom. And so there&#8217;s this feeling of like, what if I&#8217;m the only person who does not know how to make this work? What if I&#8217;m the only person who can&#8217;t figure out what Wes meant by &#8220;Playground&#8221; or whatever it is? There&#8217;s this real feeling of looking silly when you&#8217;re doing something like this.</p>\n\n\n\n<p>[00:20:25] <strong>Josepha:</strong> I can&#8217;t control what anybody else says or does to anyone else, unfortunately. But what I can say is that I think that there&#8217;s never a bad time to start something you wish you had done, right? Like, the best time to have learned how to use your CMS, your website, make your website work was probably a year ago or something, but the second best time is today. And so, like, why not go ahead and get started and be part of that small group of adults that are learning new things every single day? I think that&#8217;s great. And so that&#8217;s my tip is to just embrace looking silly sometimes because you&#8217;re making some choices about your future, and that&#8217;s always a good choice.</p>\n\n\n\n<p>[00:21:04] <strong>Wes:</strong> And I would also say test your knowledge. So you&#8217;ve mentioned WordPress Playground. And as I said, we&#8217;ve incorporated into the Learning Pathways, but sometimes you watch a video, or you read something, and you feel like, oh yeah, I know this, but you know, the proof is in the pudding. So go and test it out. Use a test website or use WordPress Playground and test yourself to see if you can actually implement this or do something. So yeah, that&#8217;s definitely one of the other tips I want to highlight; you know, they also say you, you learn by doing.</p>\n\n\n\n<p>[00:21:38] <strong>Josepha:</strong> Yeah, absolutely. And also, like if you have gotten to a point you&#8217;ve done the learning, you&#8217;ve done some practicing, you think you&#8217;ve got it and want to like try to figure out what other things can be done with it. I recommend this is how I did a lot of my early WordPress learning to organize an event with your local meetup.<br><br>Like, I did not know enough about WordPress when I started organizing WordPress meetups. I literally knew nothing. And I basically brought people in and was like, hey, we need people to teach us about this, us being half me. Come in and teach us. And, and that can be a really good thing, partially because, like, you get to know your local folks and see what&#8217;s going on and get a sense for, like, what is out there, especially if you&#8217;re learning this in order to run a business or to accomplish something for your job that you already have, like knowing what&#8217;s out there is super helpful. But then I find that once you embrace the fact that sometimes you will look silly, and that&#8217;s the only way that we can know we&#8217;re learning something. Like once you&#8217;ve embraced it, having some people who are willing to look a little silly with you is kind of, kind of fun, kind of nice. Also, like we&#8217;re all going to look at this problem that we definitely don&#8217;t understand and hopefully look like, at the end, we know what we&#8217;re doing, but between looking at it the first time and at the end of this meetup, we&#8217;re all going to look a little bit silly, ask silly questions. And I think that that&#8217;s a really helpful thing, too. But yeah, knowing some basic information is a great place to start before you do that, especially if you get anxious about looking silly. And I think these pathways are going to really help to get folks a little bit of a leg up on those big questions that they have as you&#8217;re starting to learn how to use WordPress.</p>\n\n\n\n<p>[00:23:18] <strong>Josepha:</strong> So we talked about, like, tips and tricks for learners in general. But if you had something that you wanted to share with us that, like, you&#8217;re really excited about for either the Training Team or for the Learning Pathways in general, I think the Learning Pathways are slated to be shipped by, like, end of September or something. So, like, a lot of them are coming quite quickly.&nbsp;</p>\n\n\n\n<p>[00:23:38] <strong>Wes:</strong> So I am most excited about the website redesign and the new look and feel of the website. And also, you know, one of the goals for us as a Training Team is for learn.WordPress.org to be one of the places people come to and learn about WordPress. And I feel these Learning Pathways and the new website redesign and all the hard work that&#8217;s gone into this project is hopefully going to, make that happen. As I said, our content is also available on YouTube. So we&#8217;ve really tried to make it easy for folks to find our content and also now to digest our content in a progressive and in a structured way. Because, you know, learning is hard. And hopefully, these Learning Pathways have made it easier for folks to, as you said, to build on your knowledge. You know, a lot of times, there&#8217;s knowledge gaps. And I think that&#8217;s what makes learning so hard. And hopefully with these pathways, you can build that knowledge one step at a time.</p>\n\n\n\n<p>[00:24:44] <strong>Josepha:</strong> Yeah. And as is the way with open source, like we can only make these pieces of content better if you all show up and help us like try it out, learn some stuff, and tell us what was confusing. Tell us what was too big a step. Cause yeah, you&#8217;re right. There are some knowledge gaps and when you&#8217;re on the other side of knowing something, it is so hard to tell how big a step is, you know?</p>\n\n\n\n<p>[00:25:11] <strong>Wes:</strong> Exactly.</p>\n\n\n\n<p>[00:25:12] <strong>Josepha:</strong> And so we need y&#8217;all to come in here and tell us very plainly as a new learner like that was eventually what I needed, but this part here was especially confusing. This part over here was too like too many little steps like we just we&#8217;re trying to make sure that it works for you WordPressers, future WordPressers of the world. And so yeah, come build some learning with us over here on the Training Team.</p>\n\n\n\n<p>[00:25:35] <strong>Wes:</strong> And yes, please, we want feedback because, as you say, as we iterate, we want to improve. So there will be a place where you can provide feedback, and at the end of the pathway where there will also be a satisfaction survey for folks to to complete.</p>\n\n\n\n<p>[00:25:50] <strong>Josepha:</strong> Great. Well, folks, we&#8217;re gonna have a bunch of links in the show notes. There&#8217;s so much stuff out here to learn with and about WordPress. Wes, thank you so much for joining me today.</p>\n\n\n\n<p>[00:26:01] <strong>Wes:</strong> Thank you for having me. And I will see you all on Learn.</p>\n\n\n\n<p>[00:26:05] (Music interlude)</p>\n\n\n\n<p>[00:26:12] <strong>Josepha:</strong> That brings us now to our small list of big things. Although I have to say we have a bunch of links that we&#8217;re going to share in the show notes. If you&#8217;re listening to this in a place where there are not show notes, you can head over to WordPress.org/news. That&#8217;s where we keep all of those. If you are lucky, we also will help you find it on Twitter/X, but I think that it&#8217;s hard to find things over there these days. So WordPress.org/news is your best bet. Now, it is time for the small list of big things.</p>\n\n\n\n<p>So, first up on my list is that WordPress 6.5.5 is now available. It&#8217;s got a few fixes in it, some maintenance things and some security fixes as well. I recommend that you update your sites immediately. You can download it from WordPress.org/download, or you can just visit your WordPress dashboard. If you&#8217;re on a managed host, they may have already done this for you, too. But auto-updates, manual updates, CLI updates. However, you want to get it done, get it done. But it is recommended to do this as soon as possible. 6.5.5.&nbsp;</p>\n\n\n\n<p>[00:27:16] <strong>Josepha:</strong> The second thing on my list is that the WordPress Contributor Mentorship program has a call for interest out. This is a program that we launched about a year ago as well. And we had such a good bit of success at the end of the first round in February that there was significant interest in doing another cohort. So, that program connects seasoned WordPress contribution experts with folks who are new to contributing and offer a fantastic opportunity for mentees to gain hands-on experience contributing to WordPress while their mentors share their expertise and improve their leadership skills. So, most of the time, what you are going to be contributing to is probably a release of WordPress, but there are also a lot of opportunities to contribute to things like the Training Team that we&#8217;ve been talking about today and other teams as well. Not everything is focused all around our release cycle. We have things happening in the WordPress project literally all the time. It is a project that never sleeps.&nbsp;</p>\n\n\n\n<p>[00:28:17] <strong>Josepha:</strong> Speaking of projects that never sleep, our next official release, our second release of the year, is coming out. WordPress 6.6 is coming out just about a week from now. It is the second major release of 2024 and has a lot of things in it that you will want to check out. If you have not yet seen the hallway hangout where we take a look at what was happening in the release, what we intended to get into the release, take a look at it. And if you haven&#8217;t tested it yet, if you are one of our plugin developers, if you are building something on top of WordPress core, now is the time to check that out and test it against your products.</p>\n\n\n\n<p>And then the final thing is that it&#8217;s a new month, my friends. Here we are in July, and we have a ton of things happening in the project. That&#8217;s the theme of my small list of big things: the project that never sleeps. But we have a lot of team meetings that are happening. If you haven&#8217;t attended one in a while or even if you have never attended one of these meetings and you were trying to figure out when to start, now is as good a time as any. You can join your fellow community members and contribute to the WordPress project. And there are ways that you can do that from home and from your computer and for some parts of the project, like from your phone, if you are taking photos out and about and submitting those. So check out make.WordPress.org/meetings. It&#8217;ll give you a sense for everything that&#8217;s happening. Do not get overwhelmed by that calendar. You can just choose which team you think is most interesting to you. </p>\n\n\n\n<p>[00:29:45] <strong>Josepha:</strong> And that, my friends, is your small list of big things. Your small list of never-sleeping things. Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard, you can share those with me at WPBriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\n\n\n<p>[00:30:15] (Music outro)</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"17489";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:69:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress 6.6 Release Candidate 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wordpress.org/news/2024/07/wordpress-6-6-release-candidate-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Jul 2024 17:09:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"6.6";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:11:"development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:8:"releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=17469";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:345:"WordPress 6.6 RC2 is ready for download and testing! This version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, please evaluate RC2 on a test server or a local environment. Reaching this phase of the release cycle is a [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"marybaum";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:10955:"\n<p>WordPress 6.6 RC2 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, please evaluate RC2 on a test server or a local environment.</p>\n\n\n\n<p>Reaching this phase of the release cycle is a worthy achievement. While release candidates are considered ready for release, your testing is still vital to make sure everything in WordPress 6.6 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.6 RC2 in four ways:</p>\n\n\n\n<figure class="wp-block-table"><table><tbody><tr><th>Plugin</th><td>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href="https://wordpress.org/wordpress-6.6-RC2.zip">RC2 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the this <a href="https://make.wordpress.org/cli/">WP-CLI</a> command:<br><code>wp core update --version=6.6-RC2</code></td></tr><tr><th>WordPress Playground</th><td>Use the <a href="https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20[%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20]%20%7D">6.6 RC2 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table><figcaption class="wp-element-caption">Please test WordPress 6.6 RC2 in one or more of these four ways.</figcaption></figure>\n\n\n\n<p>The target for the WordPress 6.6 release is <strong>July 16, 2024</strong>. Get an overview of the <a href="https://make.wordpress.org/core/6-6/">6.6 release cycle</a>, and check the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/6-6/">6.6-related posts</a> in the next few weeks for further details.</p>\n\n\n\n<h2 class="wp-block-heading">What&#8217;s in WordPress 6.6 RC2?</h2>\n\n\n\n<p>Thanks to your testing and many other contributors‘ up to now, this release includes more than 19 bug fixes for the Editor and more than <a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=06%2F25%2F2024..07%2F01%2F2024&amp;milestone=6.6&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">20 tickets for WordPress Core</a>.</p>\n\n\n\n<p>Get a recap of WordPress 6.6’s highlighted features in the <a href="https://wordpress.org/news/2024/06/wordpress-6-6-beta-1/" data-type="post" data-id="17289">Beta 1 announcement</a>. For more technical information related to issues addressed since Beta 3, you can browse the following links:</p>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://github.com/WordPress/gutenberg/commits/wp/6.6?since=2024-06-24&amp;until=2024-06-30">GitHub commits for 6.6</a> since June 25</li>\n\n\n\n<li><a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=06%2F25%2F2024..07%2F01%2F2024&amp;milestone=6.6&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">Closed Trac tickets</a> since June 25</li>\n</ul>\n\n\n\n<p>Want to look deeper into the details and technical notes for this release? You might want to make your first stop <a href="https://make.wordpress.org/core/2024/06/25/wordpress-6-6-field-guide/">The WordPress 6.6 Field Guide</a>. Then, check out this list:</p>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://make.wordpress.org/core/2024/06/20/roster-of-design-tools-per-block-wordpress-6-6-edition/">Roster of design tools per block (WordPress 6.6 edition)</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2024/07/01/hallway-hangout-section-styles-and-other-block-style-variation-updates/">Hallway Hangout: Section styles and other block style variation updates</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2024/07/01/recap-hallway-hangout-exploring-grid-layouts/">Recap Hallway Hangout: Exploring Grid Layouts</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2024/06/28/editing-custom-fields-from-connected-blocks/">Editing custom fields from connected blocks</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2024/06/28/updates-to-the-interactivity-api-in-6-6/">Updates to the Interactivity API in 6.6</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/tag/dev-notes+6-6/">All 6.6-related developer notes</a></li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">You can contribute. Here&#8217;s how</h2>\n\n\n\n<p>WordPress is the world’s most popular open source web platform, thanks to a passionate community of people who collaborate on its development in a wide variety of ways. You can help—whether or not you have any technical expertise.</p>\n\n\n\n<h3 class="wp-block-heading">Get involved in testing</h3>\n\n\n\n<p>Testing for issues is critical to keeping WordPress speedy, stable, and secure. It’s also a vital way for anyone to contribute. <a href="https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/" data-type="post" data-id="17392">This detailed guide</a> will walk you through testing features in WordPress 6.6. If you&#8217;re new to testing, follow <a href="https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/" data-type="post" data-id="17289">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> of the support forums. If you are comfortable writing a reproducible bug report, you can also report it on <a href="https://core.trac.wordpress.org/newticket">WordPress Trac</a>. Before you do either, you may want to check your issue against a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the <a href="https://make.wordpress.org/test/">testing initiatives in Make Core</a> and join the <a href="https://wordpress.slack.com/messages/core-test/">#core-test channel</a> on <a href="https://wordpress.slack.com/">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class="wp-block-heading">Search for vulnerabilities</h3>\n\n\n\n<p>From now until the final release candidate of WordPress 6.6 (scheduled for July 9), the <a href="https://make.wordpress.org/security/2024/06/04/wordpress-6-6-is-coming/">financial reward for reporting new, unreleased security vulnerabilities</a> doubles. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href="https://hackerone.com/wordpress">HackerOne page</a> and in the <a href="https://wordpress.org/about/security/">security white paper</a>.</p>\n\n\n\n<h3 class="wp-block-heading">Update your theme or plugin</h3>\n\n\n\n<p>If you build themes, plugins, blocks, or patterns, your products play an integral role in extending the functionality and value of WordPress for all users. </p>\n\n\n\n<p>Thanks for continuing to test your products with the WordPress 6.6 beta releases. With RC2, you’ll want to finish your testing and update the <em>“Tested up to”</em> version in your <a href="https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/">plugin’s readme file</a> to 6.6.</p>\n\n\n\n<p>If you find compatibility issues, please post detailed information to the <a href="https://wordpress.org/support/forum/alphabeta/">support forum</a>.</p>\n\n\n\n<h3 class="wp-block-heading">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? <bdo lang="es" dir="ltr">¿Español?</bdo> <bdo lang="fr" dir="ltr">Français?</bdo> <bdo lang="ru" dir="ltr">Русский</bdo>? <bdo lang="ja" dir="ltr">日本</bdo>語? <bdo lang="hin" dir="ltr">हिन्दी</bdo>? <bdo lang="bn" dir="ltr">বাংলা</bdo>? You can <a href="https://translate.wordpress.org/projects/wp/dev/">help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<h2 class="wp-block-heading">Release the haiku</h2>\n\n\n\n<p>6.6 draws near.<br>In two weeks the final&#8217;s here.<br>Test. Test. Then test more.</p>\n\n\n\n<p class="has-text-align-right"><em>Props to <a href=''https://profiles.wordpress.org/juanmaguitar/'' class=''mention''><span class=''mentions-prefix''>@</span>juanmaguitar</a>, <a href=''https://profiles.wordpress.org/meher/'' class=''mention''><span class=''mentions-prefix''>@</span>meher</a>, <a href=''https://profiles.wordpress.org/desrosj/'' class=''mention''><span class=''mentions-prefix''>@</span>desrosj</a></em> <em>and <a href=''https://profiles.wordpress.org/atachibana/'' class=''mention''><span class=''mentions-prefix''>@</span>atachibana</a> for peer review.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"17469";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:69:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress 6.6 Release Candidate 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wordpress.org/news/2024/06/wordpress-6-6-release-candidate-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 25 Jun 2024 16:23:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"6.6";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:11:"development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:8:"releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=17429";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:356:"The first release candidate (RC1) for WordPress 6.6 is ready for download and testing! This version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, please evaluate RC1 on a test server or a local environment. Reaching this phase of [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"marybaum";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:11225:"\n<p>The first release candidate (RC1) for WordPress 6.6 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, please evaluate RC1 on a test server or a local environment.</p>\n\n\n\n<p>Reaching this phase of the release cycle is a worthy achievement. While release candidates are considered ready for release, testing is still vital to make sure everything in WordPress 6.6 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.6 RC1 in four ways:</p>\n\n\n\n<figure class="wp-block-table"><table><tbody><tr><th>Plugin</th><td>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href="https://wordpress.org/wordpress-6.6-RC1.zip">RC1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the this <a href="https://make.wordpress.org/cli/">WP-CLI</a> command:<br><code>wp core update --version=6.6-RC1</code></td></tr><tr><th>WordPress Playground</th><td>Use the <a href="https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20[%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20]%20%7D">6.6 RC1 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table><figcaption class="wp-element-caption">Please test WordPress 6.6 RC1 in one or more of these four ways.</figcaption></figure>\n\n\n\n<p>The current target for the WordPress 6.6 release is <strong>July 16, 2024</strong>. Get an overview of the <a href="https://make.wordpress.org/core/6-6/">6.6 release cycle</a>, and check the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/6-6/">6.6-related posts</a> in the next few weeks for further details.</p>\n\n\n\n<h2 class="wp-block-heading">Two notes about changes in the RC period</h2>\n\n\n\n<p><strong>Hard string freeze:</strong> From now until July 16, there is a <a href="https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze">hard string freeze</a> in place—no strings may change, and no new strings may be committed. That&#8217;s to give the Polyglots team time to translate WordPress 6.6 into as many languages as possible before final release.</p>\n\n\n\n<p><strong>Two-committer signoff:</strong> Commits in the RC period also require two Core committers to sign off on every merge. Since release candidates are supposed to be ready to go, only major fixes and blessed tasks should merge at this late date.</p>\n\n\n\n<h2 class="wp-block-heading">What&#8217;s in WordPress 6.6 RC1?</h2>\n\n\n\n<p>Thanks to your testing and many other contributors‘ up to now, this release includes more than 40 bug fixes for the Editor and more than <a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=02%2F27%2F2024..03%2F05%2F2024&amp;milestone=6.5&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">40 tickets for WordPress Core</a>.</p>\n\n\n\n<p>Get a recap of WordPress 6.6’s highlighted features in the <a href="https://wordpress.org/news/2024/06/wordpress-6-6-beta-1/" data-type="post" data-id="17289">Beta 1 announcement</a>. For more technical information related to issues addressed since Beta 3, you can browse the following links:</p>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://github.com/WordPress/gutenberg/commits/wp/6.6?since=2024-06-18&amp;until=2024-06-24">GitHub commits for 6.6</a> since June 18</li>\n\n\n\n<li><a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=06%2F18%2F24..06%2F24%2F2024&amp;milestone=6.6&amp;max=1000&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">Closed Trac tickets</a> since June 18</li>\n</ul>\n\n\n\n<p>Want to look deeper into the details and technical notes for this release? These recent posts cover some of the latest updates:</p>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://make.wordpress.org/core/2024/06/21/wordpress-6-6-css-specificity/">WordPress 6.6 CSS Specificity</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2024/06/20/site-wide-background-images-in-wordpress-6-6/">Site-wide background images in WordPress 6.6</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2024/06/24/section-styles/">Section Styles</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2024/06/20/roster-of-design-tools-per-block-wordpress-6-6-edition/">Roster of design tools per block (WordPress 6.6 edition)</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2024/06/25/wordpress-6-6-field-guide/">The WordPress 6.6 Field Guide</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/tag/dev-notes-6-6/">All 6.6-related developer notes</a></li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">How you can contribute</h2>\n\n\n\n<p>WordPress is open source software made possible by a passionate community of people who collaborate on and contribute to to its development. The resources below outline a wide variety of ways you can help the world’s most popular open source web platform, whether or not you have any technical expertise.</p>\n\n\n\n<h3 class="wp-block-heading">Get involved in testing</h3>\n\n\n\n<p>Testing for issues is critical to making sure WordPress is speedy and stable. It’s also a vital way for anyone to contribute. <a href="https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/" data-type="post" data-id="17392">This detailed guide</a> will walk you through testing features in WordPress 6.6. If you&#8217;re new to testing, follow <a href="https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/" data-type="post" data-id="17289">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> of the support forums. If you are comfortable writing a reproducible bug report, you can also report it on <a href="https://core.trac.wordpress.org/newticket">WordPress Trac</a>. Before you do either, you may want to check your issue against a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the <a href="https://make.wordpress.org/test/">testing initiatives in Make Core</a> and join the <a href="https://wordpress.slack.com/messages/core-test/">#core-test channel</a> on <a href="https://wordpress.slack.com/">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class="wp-block-heading">Search for vulnerabilities</h3>\n\n\n\n<p>From now until the final release candidate of WordPress 6.6 (scheduled for July 16), the <a href="https://make.wordpress.org/security/2024/06/04/wordpress-6-6-is-coming/">monetary reward for reporting new, unreleased security vulnerabilities</a> doubles. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href="https://hackerone.com/wordpress">HackerOne page</a> and in the <a href="https://wordpress.org/about/security/">security white paper</a>.</p>\n\n\n\n<h3 class="wp-block-heading">Update your theme or plugin</h3>\n\n\n\n<p>If you build themes, plugins, blocks or patterns, your products play an integral role in extending the functionality and value of WordPress for all users.&nbsp;</p>\n\n\n\n<p>Thanks for continuing to test your themes and plugins with the WordPress 6.6 beta releases. With RC1, you’ll want to finish your testing and update the <em>“Tested up to”</em> version in your <a href="https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/">plugin’s readme file</a> to 6.6.</p>\n\n\n\n<p>If you find compatibility issues, please post detailed information to the <a href="https://wordpress.org/support/forum/alphabeta/">support forum</a>.</p>\n\n\n\n<h3 class="wp-block-heading">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? <bdo lang="es" dir="ltr">¿Español?</bdo> <bdo lang="fr" dir="ltr">Français?</bdo> <bdo lang="ru" dir="ltr">Русский</bdo>? <bdo lang="ja" dir="ltr">日本</bdo>語? <bdo lang="hin" dir="ltr">हिन्दी</bdo>? <bdo lang="bn" dir="ltr">বাংলা</bdo>? You can <a href="https://translate.wordpress.org/projects/wp/dev/">help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<h2 class="wp-block-heading">Release the haiku</h2>\n\n\n\n<p>We&#8217;re here already?<br>RC1 means three weeks left.<br>Have some fun—come test!</p>\n\n\n\n<p><em>Props to <a href=''https://profiles.wordpress.org/meher/'' class=''mention''><span class=''mentions-prefix''>@</span>meher</a>, <a href=''https://profiles.wordpress.org/audrasjb/'' class=''mention''><span class=''mentions-prefix''>@</span>audrasjb</a> for collaborating on this post.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"17429";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:63:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"WordPress 6.5.5";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/news/2024/06/wordpress-6-5-5/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 Jun 2024 19:10:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:11:"development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=17426";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:377:"WordPress 6.5.5 is now available! This release features three security fixes. Because this is a security release, it is recommended that you update your sites immediately. This minor release also includes 3 bug fixes in Core. You can download WordPress 6.5.5 from WordPress.org, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Aaron Jorbin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5127:"\n<h2 class="wp-block-heading">WordPress 6.5.5 is now available!</h2>\n\n\n\n<p>This release features three security fixes. Because this is a security release, <strong>it is recommended that you update your sites immediately. </strong>This minor release also includes <a href="https://core.trac.wordpress.org/query?component=!Build%2FTest+Tools&amp;milestone=6.5.5&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;col=component&amp;order=priority">3 bug fixes</a> in Core.</p>\n\n\n\n<p>You can <a href="https://wordpress.org/wordpress-6.5.5.zip">download WordPress 6.5.5 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>WordPress 6.5.5 is a short-cycle release. The next major release will be version 6.6 which is scheduled for July 16, 2024.</p>\n\n\n\n<p>For more information on WordPress 6.5.5, please visit the <a href="https://wordpress.org/documentation/wordpress-version/version-6-5-5/">HelpHub site</a>.</p>\n\n\n\n<h2 class="wp-block-heading">Security updates included in this release</h2>\n\n\n\n<p>The security team would like to thank the following people for <a href="https://hackerone.com/wordpress?type=team">responsibly reporting vulnerabilities</a>, and allowing them to be fixed in this release:</p>\n\n\n\n<ul class="wp-block-list">\n<li>A cross-site scripting (XSS) vulnerability affecting the HTML API reported by Dennis Snell of the WordPress Core Team, along with Alex Concha and Grzegorz (Greg) Ziółkowski of the WordPress security team.</li>\n\n\n\n<li>A cross-site scripting (XSS) vulnerability affecting the Template Part block reported independently by Rafie Muhammad of Patchstack and during a third party security audit.</li>\n\n\n\n<li>A path traversal issue affecting sites hosted on Windows reported independently by Rafie M &amp; Edouard L of Patchstack, David Fifield, <a href="https://hackerone.com/x89">x89</a>, <a href="https://hackerone.com/apple502j">apple502j</a>, and <a href="https://hackerone.com/mishre">mishre</a>.</li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href="https://profiles.wordpress.org/jorbin/">Aaron Jorbin</a>.</p>\n\n\n\n<p>WordPress 6.5.5 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance and security fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class="is-style-wporg-props-medium"><a href="https://profiles.wordpress.org/jorbin">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/xknown">Alex Concha</a>, <a href="https://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/bernhard-reiter">bernhard-reiter</a>, <a href="https://profiles.wordpress.org/costdev">Colin Stewart</a>, <a href="https://profiles.wordpress.org/davidbaumwald/">David Baumwald</a>, <a href="https://profiles.wordpress.org/dmsnell">Dennis Snell</a>, <a href="https://profiles.wordpress.org/grantmkin">Grant M. Kinney</a>, <a href="https://profiles.wordpress.org/gziolo">Greg Ziółkowski</a>, <a href="https://profiles.wordpress.org/audrasjb">Jb Audras</a>, <a href="https://profiles.wordpress.org/desrosj">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/matveb">Matias Ventura</a>, <a href="https://profiles.wordpress.org/mcsf">Miguel Fonseca</a>, <a href="https://profiles.wordpress.org/peterwilsoncc">Peter Wilson</a>, <a href="https://profiles.wordpress.org/rajinsharwar">Rajin Sharwar</a>, <a href="https://profiles.wordpress.org/coffee2code">Scott Reilly</a>, <a href="https://profiles.wordpress.org/hellofromTonya">Tonya Mork</a></p>\n\n\n\n<h2 class="wp-block-heading">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href="https://core.trac.wordpress.org/report/6">pick a ticket</a>, and join the conversation in the <a href="https://wordpress.slack.com/archives/C02RQBWTW">#core</a> Slack channel. Need help? Check out the <a href="https://make.wordpress.org/core/handbook/tutorials/faq-for-new-contributors/">Core Contributor Handbook</a>.</p>\n\n\n\n<p><em>Already testing WordPress 6.6? The fourth beta is now available (<a href="https://wordpress.org/wordpress-6.6-beta4.zip">zip</a>) and it contains these security fixes. For more on 6.6, see the <a href="https://wordpress.org/news/2024/06/wordpress-6-6-beta-3/">beta 3 announcement post</a>. Learn more about <a href="https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/">testing WordPress 6.6 here</a>.</em></p>\n\n\n\n<p>Props to <a href="https://profiles.wordpress.org/paulkevan/">Paul Kevan</a>, <a href="https://profiles.wordpress.org/ehtis/">Ehtisham Siddiqui</a>, <a href="https://profiles.wordpress.org/xknown/">Alex Concha</a>, <a href="https://profiles.wordpress.org/hellofromTonya">Tonya Mork</a>, and <a href="https://profiles.wordpress.org/angelasjin/">Angela Jin</a> for reviewing.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"17426";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:61:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WP Briefing: Episode 82: WCEU Hallway Track";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"https://wordpress.org/news/2024/06/episode-82-wceu-hallway-track/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 Jun 2024 12:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"wp-briefing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=17409";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:312:"Big events create big moments, and WordCamp Europe 2024 was no exception. Join host Josepha Haden Chomphosy on this episode of the WordPress Briefing as she shares her top insights  and favorite highlights from the event. Discover what the WordPress community focused on during this exciting three-day gathering.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:51:"https://wordpress.org/news/files/2024/06/WPB082.mp3";s:6:"length";s:1:"0";s:4:"type";s:0:"";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brett McSherry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:10086:"\n<p>Big events create big moments, and WordCamp Europe 2024 was no exception. Join host Josepha Haden Chomphosy on this episode of the WordPress Briefing as she shares her top insights  and favorite highlights from the event. Discover what the WordPress community focused on during this exciting three-day gathering.</p>\n\n\n\n<h2 class="wp-block-heading">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href="https://profiles.wordpress.org/chanthaboune/">Josepha Haden Chomphosy</a><br>Editor:&nbsp;<a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a><br>Logo:&nbsp;<a href="https://profiles.wordpress.org/javiarce/">Javier Arce</a><br>Production:&nbsp;<a href="https://profiles.wordpress.org/bjmcsherry/">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class="wp-block-heading">Show Notes</h2>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://europe.wordcamp.org/">WordCamp Europe</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul class="wp-block-list">\n<li><a href="https://make.wordpress.org/core/6-6/">WordPress 6.6 RC1 (and upcoming schedule)</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/project/2024/05/31/wordpress-project-contributor-handbook-v2/">WordPress Project Contributor Handbook v2</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/sustainability/2024/06/12/the-sustainability-teams-handbook-for-events-is-here/">The Sustainability Team’s Handbook for Events&nbsp;is here!</a></li>\n\n\n\n<li><a href="https://us.wordcamp.org/2024/volunteering-at-wordcamp-us-2024/">Volunteering at WordCamp US 2024</a>&nbsp;</li>\n</ul>\n</li>\n\n\n\n<li>Have a question you’d like answered? Submit them to&nbsp;<a href="mailto:wpbriefing@WordPress.org">WPBriefing@WordPress.org</a>.</li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">Transcript</h2>\n\n\n\n<p>[00:00:00]&nbsp;<strong>Josepha:</strong>&nbsp;Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:40]&nbsp;<strong>Josepha:</strong> My friends, another WordCamp Europe is in the books. We had the second-highest number of tickets sold in the history of our event series, with the first being WordCamp Europe in Berlin. But even with that number of tickets sold, that number of people gathering together to talk about WordPress and related things, there were still a lot of people who didn&#8217;t get to join us.</p>\n\n\n\n<p>[00:01:01] <strong>Josepha:</strong> For some, that came with experiencing FOMO, but some of you embraced the JOMO of it all. Either way, at this point, there are a good collection of wrap-ups and round-ups going around, so I&#8217;m here to tell you a bit about what was buzzing in the hallway track.&nbsp;</p>\n\n\n\n<p>Firstly, everyone was so excited to see old friends and make new ones. Everywhere I turned, I saw WordPressers in clusters catching up, most included new to the crew faces. So we know that we were using the Pac-Man rule that we love so much. But even while they were catching up on the last two, three, four years, they were also talking to each other about how to get more folks to things like this. </p>\n\n\n\n<p>Since we all generally agree that your first time meeting other WordPressers can be a truly pivotal moment in your WordPress journey, it was a delight to hear so much brainstorming focused on that. From mentorship to community introduction and the future of our events, the question of how to keep our ecosystem healthy and thriving was a big topic. Does any one of us have all the answers to this? No, but fortunately, we&#8217;ve got a global set of thinkers working on this global question. So, together, I&#8217;m sure we can come up with some good guesses to try out.</p>\n\n\n\n<p>[00:02:21] <strong>Josepha:</strong> Secondly, I saw a ton of talks and discussions about career development, not only about how to learn more but also how to be a champion for open source in your company, how to advocate for contribution as a best business practice. And what other communities can teach us about how they commit to their user&#8217;s continuing education, for lack of a friendlier term.</p>\n\n\n\n<p>And boy, do I love a good conversation about how to make working in open source easier, make it more meaningful, and more impactful. I&#8217;m in favor of anything that helps to dignify our profession. The front-facing, easy-to-use experience of WordPress, in particular, has been misunderstood to mean that we are a simple piece of software for simple tasks. And that is the way with our mission really. If we succeed at democratizing publishing or learning or commerce for that matter, we are taking the arcane and making it mundane. But simple to use doesn&#8217;t mean simple to create. And I want all of our future employers and clients to see that.</p>\n\n\n\n<p>[00:03:24] <strong>Josepha:</strong> And then the final thing that I saw lighting up the hallway track was the idea of bringing life and excitement back to the web. WordPress has been fighting against closed systems for a long time, but as Matt alluded to in his keynote, merely having an open web is still not quite as fun as having an active and dynamic one. And we saw that both in general desire to bring fun back to being online, but also in the fresh variety of demos and workshops that we saw in the fun that was brought to the event. There were new and shocking implementations of Playground, I must say. Which, as far as I can tell, will basically be able to run everything one day.</p>\n\n\n\n<p>[00:04:03] <strong>Josepha:</strong> But at WordCamp Europe, it ran; it powered our second massive hybrid translation event, where we translated something like 50,000 strings. We also had an amazing speed-building duel with an accepted future challenge between Jessica Lyschik and Matt Mullenweg. And not for nothing; the way we designed; the way the event area was put together included ways to stop and just have fun.</p>\n\n\n\n<p>There was a little grassy area with yard games and smaller pods of chairs for those quick hallway catch-ups that you just don&#8217;t get anywhere else. And for me, it was simply lovely to see everyone embracing the fun that was there, but also hearing about how much they wanted to help the web embrace the fun that could be.</p>\n\n\n\n<p>[00:04:48] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:04:55] <strong>Josepha:</strong> Thanks for listening to my hallway track recap. Hopefully, it caused JOMO, not FOMO. And now, let&#8217;s turn our attention to the small list of big things.</p>\n\n\n\n<p>[00:05:05] <strong>Josepha:</strong> First thing on my list is WordPress 6.6 update. So we are reaching the release candidate phase tomorrow. WordPress 6.6 RC1 will be released, so download and join the community helping us to get this release out the door. It is scheduled for July 16th. If you have plugins or themes or any sort of business that uses WordPress, now is the time to get in and test it on a test site. I don&#8217;t recommend putting it in production at any point, but come and test it. Help us break it so that we can make sure that it doesn&#8217;t break for other people, for the, you know, 43% of the web that uses it when we get it out the door on the 16th.&nbsp;</p>\n\n\n\n<p>The second thing on the list is that we have a WordPress Project Contributor Handbook V2 out there. It aims to be the quintessential resource for everyone in our community. And it will provide a bird&#8217;s eye view of where to find key information and different aspects of our community. How it all kind of connects together. And, just like a release, we really need some feedback from you. There is the repo on GitHub where you can go and kind of make inline comments, join the discussion about it. It can be a go-to resource if we look at it together and make sure that it has as much information as clearly stated as you wished you had when you were learning your way around WordPress for the first time.&nbsp;</p>\n\n\n\n<p>[00:06:27] <strong>Josepha:</strong> The third thing on the list is actually another handbook. So, the Sustainability Team has put together a handbook specifically for events. It&#8217;s their first version, and over the past few months, members of that team have been sharing their ideas and experiences on how WordPress community events can be held more sustainably. All this input created a first draft, which eventually became this first version. And so we&#8217;ll put a link in the show notes, wander over there, take a look at it, see what some best practices for sustainable events are in the WordPress ecosystem.&nbsp;</p>\n\n\n\n<p>[00:07:02] <strong>Josepha:</strong> And then the final thing on my list is about WordCamp US. I realize this is a podcast about WordCamp Europe right now. And so it&#8217;s odd to think that I&#8217;m moving right along into WordCamp US. However, there is a deadline coming up. July 1st is the last day to sign up to be a volunteer at this event. It&#8217;s taking place this year in Portland, Oregon, on the west side of the US. And it should be a really fun time. It&#8217;s middle of September. Come on out there. Learn about WordPress. Learn about contribution. Maybe get some voodoo donuts. You know, the important things.&nbsp;</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard, you can share those with me at WPBriefing@WordPress.org. I am your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\n\n\n<p>[00:08:06] (Music outro)&nbsp;</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"17409";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:32:"https://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:9:"\n	hourly	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:4:"\n	1	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:4:"site";a:1:{i:0;a:5:{s:4:"data";s:8:"14607090";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:48:"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:12:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Sun, 11 Aug 2024 00:44:18 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:4:"vary";s:37:"Accept-Encoding, accept, content-type";s:25:"strict-transport-security";s:12:"max-age=3600";s:6:"x-olaf";s:3:"⛄";s:13:"last-modified";s:29:"Fri, 02 Aug 2024 13:33:19 GMT";s:4:"link";s:63:"<https://wordpress.org/news/wp-json/>; rel="https://api.w.org/"";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:16:"content-encoding";s:2:"br";s:7:"alt-svc";s:19:"h3=":443"; ma=86400";s:4:"x-nc";s:9:"HIT ord 1";}}s:5:"build";s:14:"20211221010300";}', 'no');
INSERT INTO `wp_options` VALUES
(179684, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1723380258', 'no'),
(179685, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1723337058', 'no'),
(179686, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1723380259', 'no'),
(179687, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1723380259', 'no'),
(179688, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1723337059', 'no'),
(179691, 'sm_beta_notice_dismissed_from_wp_admin', 'true', 'yes'),
(179692, 'wpforms_pointers', 'a:2:{s:10:"engagement";a:0:{}s:7:"dismiss";a:1:{i:0;s:19:"admin_menu_payments";}}', 'yes'),
(179694, 'wpforms_notifications', 'a:4:{s:4:"feed";a:0:{}s:6:"events";a:5:{s:22:"wp-mail-smtp-education";a:5:{s:2:"id";s:22:"wp-mail-smtp-education";s:5:"title";s:43:"Don’t Miss Your Form Notification Emails!";s:7:"content";s:260:"Did you know that many WordPress sites are not properly configured to send emails? With the free WP Mail SMTP plugin, you can easily optimize your site to send emails, avoid the spam folder, and make sure your emails land in the recipient’s inbox every time.";s:4:"btns";a:2:{s:4:"main";a:2:{s:3:"url";s:64:"http://abortion-options.org/wp-admin/admin.php?page=wpforms-smtp";s:4:"text";s:11:"Install Now";}s:3:"alt";a:2:{s:3:"url";s:195:"https://wpforms.com/docs/how-to-set-up-smtp-using-the-wp-mail-smtp-plugin/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=WP%20Mail%20SMTP%20Learn%20More";s:4:"text";s:10:"Learn More";}}s:5:"start";s:19:"2024-08-12 00:26:57";}s:15:"join-vip-circle";a:5:{s:2:"id";s:15:"join-vip-circle";s:5:"title";s:27:"Want to Be a VIP? Join Now!";s:7:"content";s:326:"Running a WordPress site can be challenging. But help is just around the corner! Our Facebook group contains tons of tips and help to get your business growing! When you join our VIP Circle, you’ll get instant access to tips, tricks, and answers from a community of loyal WPForms users. Best of all, membership is 100% free!";s:4:"btns";a:1:{s:4:"main";a:2:{s:3:"url";s:43:"https://www.facebook.com/groups/wpformsvip/";s:4:"text";s:8:"Join Now";}}s:5:"start";s:19:"2024-09-08 00:26:57";}s:14:"survey-reports";a:5:{s:2:"id";s:14:"survey-reports";s:5:"title";s:46:"Want to Know What Your Customers Really Think?";s:7:"content";s:334:"Nothing beats real feedback from your customers and visitors. That’s why many small businesses love our awesome Surveys and Polls addon. Instantly unlock full survey reporting right in your WordPress dashboard. And don’t forget: building a survey is easy with our pre-made templates, so you could get started within a few minutes!";s:4:"btns";a:2:{s:4:"main";a:1:{s:7:"license";a:5:{s:4:"lite";a:2:{s:3:"url";s:178:"https://wpforms.com/lite-upgrade/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Surveys%20and%20Polls%20Upgrade%20Lite&utm_locale=en_US";s:4:"text";s:11:"Upgrade Now";}s:5:"basic";a:2:{s:3:"url";s:166:"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Surveys%20and%20Polls%20Upgrade%20Basic";s:4:"text";s:11:"Upgrade Now";}s:4:"plus";a:2:{s:3:"url";s:166:"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Surveys%20and%20Polls%20Upgrade%20Basic";s:4:"text";s:11:"Upgrade Now";}s:3:"pro";a:2:{s:3:"url";s:66:"http://abortion-options.org/wp-admin/admin.php?page=wpforms-addons";s:4:"text";s:11:"Install Now";}s:5:"elite";a:2:{s:3:"url";s:66:"http://abortion-options.org/wp-admin/admin.php?page=wpforms-addons";s:4:"text";s:11:"Install Now";}}}s:3:"alt";a:2:{s:3:"url";s:202:"https://wpforms.com/docs/how-to-install-and-use-the-surveys-and-polls-addon/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Surveys%20and%20Polls%20Learn%20More";s:4:"text";s:10:"Learn More";}}s:5:"start";s:19:"2024-09-23 00:26:57";}s:16:"form-abandonment";a:5:{s:2:"id";s:16:"form-abandonment";s:5:"title";s:31:"Get More Leads From Your Forms!";s:7:"content";s:363:"Are your forms converting fewer visitors than you hoped? Often, visitors quit forms partway through. That can prevent you from getting all the leads you deserve to capture. With our Form Abandonment addon, you can capture partial entries even if your visitor didn’t hit Submit! From there, it’s easy to follow up with leads and turn them into loyal customers.";s:4:"btns";a:2:{s:4:"main";a:1:{s:7:"license";a:5:{s:4:"lite";a:2:{s:3:"url";s:175:"https://wpforms.com/lite-upgrade/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Form%20Abandonment%20Upgrade%20Lite&utm_locale=en_US";s:4:"text";s:11:"Upgrade Now";}s:5:"basic";a:2:{s:3:"url";s:163:"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Form%20Abandonment%20Upgrade%20Basic";s:4:"text";s:11:"Upgrade Now";}s:4:"plus";a:2:{s:3:"url";s:163:"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Form%20Abandonment%20Upgrade%20Basic";s:4:"text";s:11:"Upgrade Now";}s:3:"pro";a:2:{s:3:"url";s:66:"http://abortion-options.org/wp-admin/admin.php?page=wpforms-addons";s:4:"text";s:11:"Install Now";}s:5:"elite";a:2:{s:3:"url";s:66:"http://abortion-options.org/wp-admin/admin.php?page=wpforms-addons";s:4:"text";s:11:"Install Now";}}}s:3:"alt";a:2:{s:3:"url";s:201:"https://wpforms.com/docs/how-to-install-and-use-form-abandonment-with-wpforms/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Form%20Abandonment%20Learn%20More";s:4:"text";s:10:"Learn More";}}s:5:"start";s:19:"2024-10-08 00:26:57";}s:5:"ideas";a:5:{s:2:"id";s:5:"ideas";s:5:"title";s:36:"What’s Your Dream WPForms Feature?";s:7:"content";s:288:"If you could add just one feature to WPForms, what would it be? We want to know! Our team is busy surveying valued customers like you as we plan the year ahead. We’d love to know which features would take your business to the next level! Do you have a second to share your idea with us?";s:4:"btns";a:1:{s:4:"main";a:2:{s:3:"url";s:36:"https://wpforms.com/share-your-idea/";s:4:"text";s:15:"Share Your Idea";}}s:5:"start";s:19:"2024-12-07 00:26:57";}}s:9:"dismissed";a:0:{}s:6:"update";i:1723339249;}', 'yes'),
(179766, '_site_transient_timeout_theme_roots', '1723386154', 'no'),
(179767, '_site_transient_theme_roots', 'a:9:{s:6:"ArtSee";s:7:"/themes";s:14:"daisyraegemini";s:7:"/themes";s:11:"deep-silent";s:7:"/themes";s:7:"default";s:7:"/themes";s:17:"gluedideas_subtle";s:7:"/themes";s:14:"twentynineteen";s:7:"/themes";s:15:"twentyseventeen";s:7:"/themes";s:13:"twentysixteen";s:7:"/themes";s:16:"twentytwentyfour";s:7:"/themes";}', 'no'),
(179778, '_site_transient_timeout_wp_theme_files_patterns-c21945fff114118cf54742ed3ad2f405', '1723402056', 'off'),
(179779, '_site_transient_wp_theme_files_patterns-c21945fff114118cf54742ed3ad2f405', 'a:2:{s:7:"version";s:3:"1.0";s:8:"patterns";a:0:{}}', 'off'),
(179780, '_site_transient_timeout_wp_theme_files_patterns-cd9bf8d189fbd4235d03df19ed406dc4', '1723402070', 'off'),
(179781, '_site_transient_wp_theme_files_patterns-cd9bf8d189fbd4235d03df19ed406dc4', 'a:2:{s:7:"version";b:0;s:8:"patterns";a:0:{}}', 'off'),
(179782, '_site_transient_timeout_welcome-to-wordpress_api_data', '1723421875', 'off'),
(179783, '_site_transient_welcome-to-wordpress_api_data', 'O:8:"stdClass":0:{}', 'off'),
(179784, '_site_transient_timeout_browser_595caf50877c42cf90ecd573e65bfc41', '1724005075', 'off'),
(179785, '_site_transient_browser_595caf50877c42cf90ecd573e65bfc41', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:9:"127.0.0.0";s:8:"platform";s:7:"Windows";s:10:"update_url";s:29:"https://www.google.com/chrome";s:7:"img_src";s:43:"http://s.w.org/images/browsers/chrome.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/chrome.png?1";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'off'),
(179786, '_transient_timeout_action_scheduler_last_pastdue_actions_check', '1723421876', 'off'),
(179787, '_transient_action_scheduler_last_pastdue_actions_check', '1723400276', 'off');

-- --------------------------------------------------------

--
-- Table structure for table `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` VALUES
(1, 3, '_edit_lock', '1430693953:1'),
(2, 3, '_edit_last', '1'),
(3, 6, '_edit_lock', '1430778017:1'),
(4, 6, '_edit_last', '1'),
(5, 8, '_edit_lock', '1430693936:1'),
(6, 8, '_edit_last', '1'),
(7, 10, '_edit_lock', '1308088327'),
(8, 10, '_edit_last', '1'),
(9, 12, '_edit_lock', '1537386571:5'),
(10, 12, '_edit_last', '5'),
(11, 12, '_wp_page_template', 'default'),
(12, 8, '_wp_page_template', 'default'),
(13, 16, '_edit_lock', '1234986051'),
(14, 16, '_edit_last', '1'),
(15, 16, '_wp_page_template', 'default'),
(16, 18, '_edit_lock', '1234988430'),
(17, 18, '_edit_last', '1'),
(18, 18, '_wp_page_template', 'default'),
(19, 6, '_wp_page_template', 'default'),
(20, 1, '_edit_lock', '1238451467'),
(21, 1, '_edit_last', '1'),
(22, 30, '_edit_lock', '1309287535'),
(23, 30, '_edit_last', '1'),
(24, 38, '_edit_lock', '1255544998'),
(25, 38, '_edit_last', '1'),
(28, 45, '_edit_lock', '1537386469:5'),
(29, 45, '_edit_last', '1'),
(30, 48, '_edit_lock', '1262027660'),
(31, 48, '_edit_last', '1'),
(32, 49, '_edit_lock', '1262028582'),
(33, 49, '_edit_last', '1'),
(34, 53, '_edit_lock', '1270656333'),
(35, 53, '_edit_last', '1'),
(45, 6, '_oembed_a4c4ed22ac1e030eee1ec610cf7e4b01', '{{unknown}}'),
(58, 132, '_edit_lock', '1537386183:5');

-- --------------------------------------------------------

--
-- Table structure for table `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`),
  KEY `post_name` (`post_name`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` VALUES
(3, 1, '2009-02-18 10:39:14', '2009-02-18 18:39:14', '<span class="style1"><strong>Are you pregnant? </strong>Scared and feeling alone or uncertain what to do next? Facing an unexpected pregnancy can seem over whelming.  Need a helping hand, or someone to listen to you?</span>\r\n<p align="left"><a href="http://www.lifenews.com/nat2984.html" target="_new"><img style="float: left; padding: 10px;" src="http://abortion-options.org/clip_image001.jpg" alt="head" width="111" height="128" border="0" /></a><strong>I feel so alone.  Who will help me?</strong> How far along am I?  What about my future plans and dreams.  I can’t support a baby right now. Let us help you make positive decisions for you future.  There are trained counselors waiting to discuss all your options.  <strong>You are not alone!</strong></p>\r\nExplore your options.  Knowledge is empowering.  Real empowerment comes when you find the resources and inner strength necessary to make your best choice.  Does God care about me?  How does God see my unborn child?\r\n\r\n<strong>Give your child the gift of life.</strong> Free confidential counseling and referral for pregnancy testing and ultrasound is available.\r\n\r\n<strong>You  have a choice <span style="text-decoration: underline;">Adoption,  Abortion?</span></strong>\r\n\r\nOver 24 years ago I was considering  <strong>Adoption,  Abortion</strong>, or <strong>keep the baby</strong>.\r\n\r\nI was  unwed and pregnant. I called Love Lines for prayer for direction. I decided to keep my son,\r\n\r\nwho now plays violin for our church and loves the Lord! I am very thankful for\r\n\r\nLove Lines and how God has used Love Lines to<strong> bless, protect, and help </strong>so many people.\r\n\r\n<strong>Had a abortion, FEELING GUILTY, Suffering emotionally is that you ?</strong>\r\n\r\n<strong>Rachel''s Vineyard Retreat</strong> is for you!  This non-denominational Christ-based overnight weekend retreat is a beautiful opportunity for hope and healing for women and men who have been impacted. Nearly 1 in 4 women (not to mention how many men) are living with this hidden<strong> grief</strong> for many years. Past participants have said "So many lost years. I should have come sooner". The retreat weekend is on going so look at the website below for dates and deadlines. The cost is very reasonable ($150) for 2 nights lodging and 6 meals at a beautiful retreat center in the woods. Contact Debbi Stocco: <span style="text-decoration: underline;">rvineyard@nationalrd.com</span>, 651-206-8926. All contact and registration is completely private and confidential.\r\n\r\nFor more information on this nationally acclaimed retreat visit <a href="http://www.rachelsvineyard.org/"><span style="text-decoration: underline;">www.rachelsvineyard.org</span></a>\r\n\r\n<em>"For I know the thoughts I think toward  you "</em> says the LORD, " thoughts of peace and not evil (harm),  to give you a future and a hope.  Jeremiah 29:11 (NKJ)\r\n\r\n"It is God who works in you both to will and to do for His good pleasure."  Phil 2:13', 'Abortion Options', '', 'publish', 'closed', 'open', '', 'abortion-options', '', '', '2015-05-03 15:01:31', '2015-05-03 23:01:31', '', 0, 'http://dev.abortion-options.org/?page_id=3', 0, 'page', '', 0),
(4, 1, '2009-02-18 10:38:40', '2009-02-18 18:38:40', '', 'Abortion Options', '', 'inherit', 'closed', 'open', '', '3-revision-v1', '', '', '2009-02-18 10:38:40', '2009-02-18 18:38:40', '', 3, 'http://dev.abortion-options.org/?p=4', 0, 'revision', '', 0),
(5, 1, '2009-02-18 10:39:14', '2009-02-18 18:39:14', '<span class="style1"><strong>Are  you pregnant? </strong> Scared and feeling  alone or uncertain what to do next? Facing  an unexpected pregnancy can seem over whelming.   Need a helping hand, or someone to listen to you?</span>\r\n<p align="center"><a href="http://www.lifenews.com/nat2984.html" target="_new"><img src="http://abortion-options.org/clip_image001.jpg" border="0" alt="head" width="111" height="128" /></a></p>\r\n\r\n<blockquote>\r\n<p align="left">\r\n<strong>I  feel so alone.  Who will help me?</strong> How far along am I?  What about my future plans and dreams.  I can’t support a baby right now.\r\nLet  us help you make positive decisions for you future.  There are trained counselors\r\nwaiting  to discuss all your options.  <strong>You are not alone!</strong></blockquote>\r\nExplore  your options.  Knowledge is  empowering.  Real empowerment comes when you  find the resources and inner strength necessary to make your best choice.  Does God  care about me?  How does God see my  unborn child?\r\n\r\n<strong>Give  your child the gift of life.</strong> Free confidential  counseling and referral for pregnancy testing  and ultrasound is available.', 'Abortion Options', '', 'inherit', 'closed', 'open', '', '3-revision-v1', '', '', '2009-02-18 10:39:14', '2009-02-18 18:39:14', '', 3, 'http://dev.abortion-options.org/?p=5', 0, 'revision', '', 0),
(6, 1, '2009-02-18 10:44:33', '2009-02-18 18:44:33', '<div id="yui_3_16_0_1_1429147520437_6956">\r\n<p id="yui_3_16_0_1_1429147520437_6955"><b id="yui_3_16_0_1_1429147520437_6959">First Care Pregnancy Center\r\n</b><strong id="yui_3_16_0_1_1429147520437_6957">A comprehensive pregnancy center and licensed adoption agency. Online appointments available.<br clear="none" />(4 locations)<br clear="none" /></strong></p>\r\n<strong><a href="http://firstcaremn.com/" target="_blank">http://firstcaremn.com/</a></strong>\r\n\r\n</div>\r\n&nbsp;\r\n\r\nPost-abortion support and care\r\n<div id="yui_3_16_0_1_1429147520437_6956">\r\n\r\n<strong><a href="http://www.conquerorsafterabortion.org" target="_blank">conquerorsafterabortion.org</a></strong>\r\n\r\n</div>\r\n&nbsp;\r\n\r\n<strong>New Life Family Services</strong>\r\n\r\n<strong><a href="http://www.nlfs.org" target="_blank">nlfs.org</a></strong>\r\n\r\n&nbsp;\r\n\r\nLiberate Ministries\r\n<p style="text-align: left;"><a href="http://www.liberateministries.org" target="_blank"><strong>www.liberateministries.org</strong></a></p>\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'publish', 'closed', 'closed', '', 'resources-links', '', '', '2015-05-04 14:20:16', '2015-05-04 22:20:16', '', 0, 'http://dev.abortion-options.org/?page_id=6', 1, 'page', '', 0),
(7, 1, '2009-02-18 10:44:11', '2009-02-18 18:44:11', '', 'Resources', '', 'inherit', 'closed', 'open', '', '6-revision-v1', '', '', '2009-02-18 10:44:11', '2009-02-18 18:44:11', '', 6, 'http://dev.abortion-options.org/?p=7', 0, 'revision', '', 0),
(8, 1, '2009-02-18 10:48:23', '2009-02-18 18:48:23', '<img style="float:right; padding: 10px;" src="http://abortion-options.org/picture_library/Athena_and_Philip2.jpg" alt="athena and philip" />\r\n<p style="text-align: left;">Faced with credible medical reasons to have an abortion.</p>\r\n\r\nAthena had had an emergency surgery. The surgeons removed a cyst from her uterus and cleaned out all of her female parts. During the process she had been given about five pregnancy tests. They all turned out negative. Nothing seemed to be there.\r\n\r\nTwo months went by and she was not bouncing back from the surgery. She couldn''t seem to figure out what was going on. She was always tired. She just didn''t feel good.\r\n\r\nWhen she told her girl friend that she just can''t seem to bounce back the friend told her very assertively that she was pregnant.\r\n\r\nAthena told her that they both knew it just couldn''t be true. Athena was sterile; the doctors told her that she was sterile. They told her she would never have children.\r\n\r\nWhen her mother was pregnant with Athena, she had taken a medication to prevent miscarriage. Because of the effects of the drug, Athena had been told she would never have children.\r\n\r\n<img style="float:left; padding: 10px;" src="http://abortion-options.org/picture_library/Athena_and_Philip1.jpg" alt="" width="136" height="182" />In addition she had done nothing to cause a pregnancy. She had not made love for two months. Her girlfriend insisted she was pregnant and she would prove it. She bought a drug store pregnancy test. It came out positive.\r\n\r\nAthena said it had to be wrong, it was one of those false readings. But the test does not give false positives, only false negatives.\r\n\r\nShe went back to the doctor and she told her she was two and a half months pregnant. They told her to get an abortion. During the surgery they had cleaned out all of the uterine lining; there was nothing for the child to latch on to. The chance of a normal child was close to a million to one.\r\n\r\nShe called Lee at work. With her background it was her only chance to have a child. She could not bring herself to abort. He said that, "we''re not going to abort it. It''s just wrong."\r\n\r\n<img style="float:right; padding: 10px;" src="http://abortion-options.org/picture_library/Athena_and_Philip3.jpg" alt="" width="239" height="152" />The doctors even called him at work a couple of times. They told him that his girlfriend really needs to abort this child. They were not married at the time, but they did marry shortly after.\r\n\r\nPhillip was born seven months later. He''s perfect. He''s smart. He''s brilliant. He won 48 trophies as the most beautiful baby in the United States in 1989.\r\n\r\nIn 2010 Phillip has recently married and is a senior at a local University.', 'Athena''s Story', '', 'publish', 'closed', 'open', '', 'athenas-story', '', '', '2010-09-29 09:07:22', '2010-09-29 17:07:22', '', 0, 'http://dev.abortion-options.org/?page_id=8', 0, 'page', '', 0),
(9, 1, '2009-02-18 10:48:12', '2009-02-18 18:48:12', '<p style="text-align: left;">Faced with credible medical reasons to have an abortion.</p>\n\nAthena had had an emergency surgery. The surgeons removed a cyst from her uterus and cleaned out all of her female parts. During the process she had been given about five pregnancy tests. They all turned out negative. Nothing seemed to be there.\n\nTwo months went by and she was not bouncing back from the surgery. She couldn''t seem to figure out what was going on. She was always tired. She just didn''t feel good.\n\nWhen she told her girl friend that she just can''t seem to bounce back the friend told her very assertively that she was pregnant.\n\nAthena told her that they both knew it just couldn''t be true. Athena was sterile; the doctors told her that she was sterile. They told her she would never have children.\n\nWhen her mother was pregnant with Athena, she had taken a medication to prevent miscarriage. Because of the effects of the drug, Athena had been told she would never have children.\n\nIn addition she had done nothing to cause a pregnancy. She had not made love for two months. Her girlfriend insisted she was pregnant and she would prove it. She bought a drug store pregnancy test. It came out positive.\n\nAthena said it had to be wrong, it was one of those false readings. But the test does not give false positives, only false negatives.\n\nShe went back to the doctor and she told her she was two and a half months pregnant. They told her to get an abortion. During the surgery they had cleaned out all of the uterine lining; there was nothing for the child to latch on to. The chance of a normal child was close to a million to one.\n\nShe called Lee at work. With her background it was her only chance to have a child. She could not bring herself to abort. He said that, "we''re not going to abort it. It''s just wrong."\n\nThe doctors even called him at work a couple of times. They told him that his girlfriend really needs to abort this child. They were not married at the time, but they did marry shortly after\n<p align="center">.<img src="http://abortion-options.org/picture_library/Athena_and_Philip1.jpg" alt="" width="136" height="182" /></p>\n\nPhillip was born seven months later. He''s perfect. He''s smart. He''s brilliant. He won 48 trophies as the most beautiful baby in the United States in 1989.\n<p align="center"><img src="http://abortion-options.org/picture_library/Athena_and_Philip3.jpg" alt="" width="239" height="152" /></p>', 'Athena''s Story', '', 'inherit', 'closed', 'open', '', '8-revision', '', '', '2009-02-18 10:48:12', '2009-02-18 18:48:12', '', 8, 'http://dev.abortion-options.org/?p=9', 0, 'revision', '', 0),
(10, 1, '2009-02-18 10:49:06', '2009-02-18 18:49:06', '<p class="style1">During my teenage years, I lived a lifestyle of promiscuity, alcohol, and drug use.  I felt lonely and unloved.  Needing attention, I naturally looked to my parents.  But because our home was filled with strife, I began to look for the love I needed in the arms of many men.  The result-I ended up pregnant at 20 years old.  When I told the father, he didn’t want anything to do with me or the baby.  I felt I couldn’t tell my parents or anyone else.  I felt that I had only one alternative and that was to abort the baby.</p>\r\n<p class="style1">In the clinic they explained to me the process of abortion and told me that there would be no harm to my body.  They said I could have the abortion and go on with the rest of my life.  Following the abortion I was led to a recovery area.  While I was lying down on some type of table, I began to cry as overwhelming emotions came over me.  My roommate picked me up and I cried all the way home.  Later when I was alone, I began to think, “What have I done?”  The little voice inside of me was saying, “You killed your child and that is a sin.”  It was then that I got down on my knees and cried out to God to please forgive me for murdering my child.</p>\r\n<p class="style1">Immediately following the abortion, I moved from Florida to Minnesota where my family was living at the time.  I thought that a fresh start is what I needed and that no one needed to know what I had done.  However, I became sick with PID (Pelvic Inflammatory Disease), a condition that happens more frequently to women who have had an abortion.  The doctor said that as a result of the PID I was sterile.</p>\r\n<p class="style1">Besides my physical health, the rest of my life was deteriorating as a result of the abortion.  I dropped out of college, broke all ties with my college friends, and moved out on my own.  Eventually, I fell back into promiscuity again, this time with the men at my work.  I was lonely and miserable, and hated myself for falling back into old habits in my new life in Minnesota.  One night when I was sick to my stomach and totally disgusted with myself, I helped myself throw up.  That night was the first experience of what would become several years of serious bulimia.</p>\r\n\r\n<p class="style1">When I met my future husband Jeff, we started out as friends only.  As time went on, we developed a deeper relationship and began thinking about marriage and children.  I told him about my past and that I didn’t think I could have children.  I went to see my doctor and he suggested a test that checks the condition of the fallopian tubes.  Before I had the test, Jeff and I prayed together for a healing.  As I watched the dye going up my fallopian tubes on the monitor, the right one seemed to be blocked.  So I silently prayed and as I watched the dye began to slowly go up the tube.  I was amazed and thankful that God honored our prayers.  We were married within two years and we have two beautiful healthy children.\r\nAs life went on my emotions became pretty frazzled.  I wrestled a lot with anger, sadness, depression, shame, quilt, joylessness, and isolation.  My marriage and family life began to suffer.  I would get regular flashbacks of having the abortion.  All this time I didn’t think I needed help in the area of abortion.\r\n<p class="style1">At the new church we were attending we met another couple.  The wife happened to be the director of PATH (Post-Abortive Trauma Healing).  The next thing I knew, I had somehow committed to go through the next PATH class being held.  As the class went on, flashbacks of the day I aborted my child and memories of how I lived my life kept racing through my mind.  I pieced it together and came to the realization that 20 years ago when I aborted my baby I began to run and had been running every since.</p>\r\n<p class="style1">Through faith in Jesus Christ, God has  replaced my horrible memories with new healthy ones of HIS doing.</p>\r\n<p class="style1">Julie Weber</p>\r\n\r\n<p class="style1">(You can read more  of Julie’s story in her book, “Lady Liberty-A Post-Abortive Story of Healing”)\r\nCall Love Lines Crisis Ministry at 612-379-1199 and go to <a href="http://www.liberateministries.org">www.liberateministries.org</a>', 'Julie''s Story', '', 'publish', 'closed', 'open', '', 'julies-story', '', '', '2011-06-14 13:52:06', '2011-06-14 21:52:06', '', 0, 'http://dev.abortion-options.org/?page_id=10', 0, 'page', '', 0),
(11, 1, '2009-02-18 10:49:01', '2009-02-18 18:49:01', '', 'Julie''s Story', '', 'inherit', 'closed', 'open', '', '10-revision', '', '', '2009-02-18 10:49:01', '2009-02-18 18:49:01', '', 10, 'http://dev.abortion-options.org/?p=11', 0, 'revision', '', 0),
(12, 1, '2009-02-18 11:08:37', '2009-02-18 19:08:37', '<p style="text-align: left;"><img style="float: right; padding: 10px;" src="http://abortion-options.org/untitled.jpg" alt="" width="140" height="160" /><strong>Need someone to talk to?</strong>\r\n<strong>Caring counselors are available to speak with you </strong></p>\r\n<p style="text-align: left;"><strong>(612) 379-1199</strong>\r\n<strong>Love</strong><strong> Lines Crisis Center</strong>\r\n<b>2855 Anthony Lane S. Suite 115</b>\r\n<strong>St Anthony, MN  55418</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n\r\nIf you would like to contact us please send an email to <strong>counselor@lovelines.org</strong> and thank you. \r\n\r\n\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input name="cmd" type="hidden" value="_s-xclick" />\r\n<input name="hosted_button_id" type="hidden" value="WMQF536GJ6ALL" />\r\n<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" />\r\n<img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /></form>', 'Contact Us', '', 'publish', 'closed', 'open', '', 'contact-us', '', '', '2018-09-19 11:51:44', '2018-09-19 19:51:44', '', 0, 'http://dev.abortion-options.org/?page_id=12', 2, 'page', '', 0),
(13, 1, '2009-02-18 11:08:21', '2009-02-18 19:08:21', '', 'Contact Us', '', 'inherit', 'closed', 'open', '', '12-revision-v1', '', '', '2009-02-18 11:08:21', '2009-02-18 19:08:21', '', 12, 'http://dev.abortion-options.org/?p=13', 0, 'revision', '', 0),
(14, 1, '2010-09-29 09:06:50', '2010-09-29 17:06:50', '<img style="float:right; padding: 10px;" src="http://abortion-options.org/picture_library/Athena_and_Philip2.jpg" alt="athena and philip" />\n<p style="text-align: left;">Faced with credible medical reasons to have an abortion.</p>\n\nAthena had had an emergency surgery. The surgeons removed a cyst from her uterus and cleaned out all of her female parts. During the process she had been given about five pregnancy tests. They all turned out negative. Nothing seemed to be there.\n\nTwo months went by and she was not bouncing back from the surgery. She couldn''t seem to figure out what was going on. She was always tired. She just didn''t feel good.\n\nWhen she told her girl friend that she just can''t seem to bounce back the friend told her very assertively that she was pregnant.\n\nAthena told her that they both knew it just couldn''t be true. Athena was sterile; the doctors told her that she was sterile. They told her she would never have children.\n\nWhen her mother was pregnant with Athena, she had taken a medication to prevent miscarriage. Because of the effects of the drug, Athena had been told she would never have children.\n\n<img style="float:left; padding: 10px;" src="http://abortion-options.org/picture_library/Athena_and_Philip1.jpg" alt="" width="136" height="182" />In addition she had done nothing to cause a pregnancy. She had not made love for two months. Her girlfriend insisted she was pregnant and she would prove it. She bought a drug store pregnancy test. It came out positive.\n\nAthena said it had to be wrong, it was one of those false readings. But the test does not give false positives, only false negatives.\n\nShe went back to the doctor and she told her she was two and a half months pregnant. They told her to get an abortion. During the surgery they had cleaned out all of the uterine lining; there was nothing for the child to latch on to. The chance of a normal child was close to a million to one.\n\nShe called Lee at work. With her background it was her only chance to have a child. She could not bring herself to abort. He said that, "we''re not going to abort it. It''s just wrong."\n\n<img style="float:right; padding: 10px;" src="http://abortion-options.org/picture_library/Athena_and_Philip3.jpg" alt="" width="239" height="152" />The doctors even called him at work a couple of times. They told him that his girlfriend really needs to abort this child. They were not married at the time, but they did marry shortly after.\n\nPhillip was born seven months later. He''s perfect. He''s smart. He''s brilliant. He won 48 trophies as the most beautiful baby in the United States in 1989.\n\nIn 2010 Phillip has recently married and is a senior at a local University.', 'Athena''s Story', '', 'inherit', 'closed', 'open', '', '8-autosave', '', '', '2010-09-29 09:06:50', '2010-09-29 17:06:50', '', 8, 'http://dev.abortion-options.org/?p=14', 0, 'revision', '', 0),
(15, 1, '2009-02-18 10:48:23', '2009-02-18 18:48:23', '<p style="text-align: left;">Faced with credible medical reasons to have an abortion.</p>\r\n\r\nAthena had had an emergency surgery. The surgeons removed a cyst from her uterus and cleaned out all of her female parts. During the process she had been given about five pregnancy tests. They all turned out negative. Nothing seemed to be there.\r\n\r\nTwo months went by and she was not bouncing back from the surgery. She couldn''t seem to figure out what was going on. She was always tired. She just didn''t feel good.\r\n\r\nWhen she told her girl friend that she just can''t seem to bounce back the friend told her very assertively that she was pregnant.\r\n\r\nAthena told her that they both knew it just couldn''t be true. Athena was sterile; the doctors told her that she was sterile. They told her she would never have children.\r\n\r\nWhen her mother was pregnant with Athena, she had taken a medication to prevent miscarriage. Because of the effects of the drug, Athena had been told she would never have children.\r\n\r\nIn addition she had done nothing to cause a pregnancy. She had not made love for two months. Her girlfriend insisted she was pregnant and she would prove it. She bought a drug store pregnancy test. It came out positive.\r\n\r\nAthena said it had to be wrong, it was one of those false readings. But the test does not give false positives, only false negatives.\r\n\r\nShe went back to the doctor and she told her she was two and a half months pregnant. They told her to get an abortion. During the surgery they had cleaned out all of the uterine lining; there was nothing for the child to latch on to. The chance of a normal child was close to a million to one.\r\n\r\nShe called Lee at work. With her background it was her only chance to have a child. She could not bring herself to abort. He said that, "we''re not going to abort it. It''s just wrong."\r\n\r\nThe doctors even called him at work a couple of times. They told him that his girlfriend really needs to abort this child. They were not married at the time, but they did marry shortly after\r\n<p align="center">.<img src="http://abortion-options.org/picture_library/Athena_and_Philip1.jpg" alt="" width="136" height="182" /></p>\r\n\r\nPhillip was born seven months later. He''s perfect. He''s smart. He''s brilliant. He won 48 trophies as the most beautiful baby in the United States in 1989.\r\n<p align="center"><img src="http://abortion-options.org/picture_library/Athena_and_Philip3.jpg" alt="" width="239" height="152" /></p>', 'Athena''s Story', '', 'inherit', 'closed', 'open', '', '8-revision-2', '', '', '2009-02-18 10:48:23', '2009-02-18 18:48:23', '', 8, 'http://dev.abortion-options.org/?p=15', 0, 'revision', '', 0),
(16, 1, '2009-02-18 11:31:02', '2009-02-18 19:31:02', 'TERMS OF USE FOR www.abortion-options.org\r\n\r\nWelcome to www.abortion-options.org, a division of lovelines.org. If you continue to browse and use this website you are agreeing to comply with and be bound by the following terms and conditions of use, which together with our privacy policy govern Abortion Options or Love Lines relationship with you in relation to this website.\r\n\r\nThe term “Abortion Options” or "Love Lines" or “us” or “we” refers to the owner of the website. The term “you” refers to the user or viewer of our website.\r\n\r\nThe use of this website is subject to the following terms of use:\r\n\r\nThe content of the pages of this website is for your general information and use only. It is subject to change without notice.\r\n\r\nNeither we nor any third parties provide any warranty or guarantee as to the accuracy, timeliness, performance, completeness or suitability of the information and materials found or offered on this website for any particular purpose. You acknowledge that such information and materials may contain inaccuracies or errors and we expressly exclude liability for any such inaccuracies or errors to the fullest extent permitted by law.\r\n\r\nYour use of any information or materials on this website is entirely at your own risk, for which we shall not be liable. It shall be your own responsibility to ensure that any products, services or information available through this website meet your specific requirements.\r\n\r\nThis website contains material which is owned by or licensed to us. This material includes, but is not limited to, the design, layout, look, appearance and graphics. Reproduction is prohibited other than in accordance with the copyright notice, which forms part of these terms and conditions.\r\n\r\nAll trademarks reproduced in this website, which are not the property of, or licensed to the operator, are acknowledged on the website.\r\n\r\nUnauthorized use of this website may give to a claim for damages and/or be a criminal offense.\r\n\r\nFrom time to time this website may also include links to other websites. These links are provided for your convenience to provide further information. They do not signify that we endorse the website(s). We have no responsibility for the content of the linked website(s).\r\n\r\nYour use of this website and any dispute arising out of such use of the website is subject to the laws of United States of America.\r\n\r\nREVISIONS TO THIS WEBSITE TERMS OF USE WITHOUT NOTICE\r\n\r\nThis TERMS OF USE for www.abortion-options.org is dynamic. It will continually change. You may not assume that it remains the same and you agree to check the policy each time you visit the site for changes. Unless, in the sole opinion of the website, this policy changes so drastically as to suggest a posted notification on the site or via email, you will receive no notification of changes to this TERMS AND CONDITIONS for www.abortion-options.org nor, under any circumstances, does this site promise notification. Your continued use of this site always evidences your acceptance of the TERMS AND CONDITIONS for www.abortion-options.org or any modifications.\r\n\r\nLATEST UPDATE\r\n\r\nThis TERMS OF USE for www.abortion-options.org was last updated on: Feb 18, 2009', 'Terms and Conditions', '', 'publish', 'closed', 'open', '', 'terms-and-conditions', '', '', '2009-02-18 11:40:49', '2009-02-18 19:40:49', '', 0, 'http://dev.abortion-options.org/?page_id=16', 5, 'page', '', 0),
(17, 1, '2009-02-18 11:30:50', '2009-02-18 19:30:50', '', 'Terms and Conditions', '', 'inherit', 'closed', 'open', '', '16-revision', '', '', '2009-02-18 11:30:50', '2009-02-18 19:30:50', '', 16, 'http://dev.abortion-options.org/?p=17', 0, 'revision', '', 0),
(18, 1, '2009-02-18 11:34:27', '2009-02-18 19:34:27', 'PRIVACY POLICY FOR www.abortion-options.org\r\n\r\nThis privacy policy sets out how “www.abortion-options.org” uses and protects any information that you give “www.abortion-options.org” when you use this website.\r\n\r\n“www.abortion-options.org” is committed to ensuring that your privacy is protected. Should we ask you to provide certain information by which you can be identified when using this website, then you can be assured that it will only be used in accordance with this privacy statement.\r\n\r\n“www.abortion-options.org” may change this policy from time to time by updating this page. You should check this page from time to time to ensure that you are happy with any changes. This policy is effective from February 18, 2009.\r\n\r\nWHAT WE COLLECT\r\n\r\nWe may collect the following information:\r\n\r\nName, Email Address, Phone Numbers, Demographic information such as postcode, preferences and interests, Information relevant to customer surveys and/or offers.\r\n\r\nWhat we do with the information we gather\r\n\r\nWe require this information to understand your needs and provide you with a better service, and in particular for the following reasons:\r\n\r\nInternal record keeping.\r\n\r\nWe may use the information to improve our products and services.\r\n\r\nWe may periodically send promotional email about new products, special offers or other information which we think you may find interesting using the email address which you have provided.\r\n\r\nFrom time to time, we may also use your information to contact you for market research purposes. We may contact you by email, phone, fax or mail.\r\n\r\nWe may use the information to customize the website according to your interests.\r\nSecurity\r\n\r\nWe are committed to ensuring that your information is secure. In order to prevent unauthorized access or disclosure we have put in place suitable physical, electronic and managerial procedures to safeguard and secure the information we collect online.\r\nHow we use cookies\r\n\r\nA cookie is a small file which asks permission to be placed on your computer''s hard drive. Once you agree, the file is added and the cookie helps analyze web traffic or lets you know when you visit a particular site. Cookies allow web applications to respond to you as an individual. The web application can tailor its operations to your needs, likes and dislikes by gathering and remembering information about your preferences.\r\n\r\nWe use traffic log cookies to identify which pages are being used. This helps us analyze data about web page traffic and improve our website in order to tailor it to customer needs. We only use this information for statistical analysis purposes and then the data is removed from the system.\r\n\r\nOverall, cookies help us provide you with a better website, by enabling us to monitor which pages you find useful and which you do not. A cookie in no way gives us access to your computer or any information about you, other than the data you choose to share with us.\r\n\r\nYou can choose to accept or decline cookies. Most web browsers automatically accept cookies, but you can usually modify your browser setting to decline cookies if you prefer. This may prevent you from taking full advantage of the website.\r\n\r\nLINKS TO OTHER WEBSITES\r\n\r\nOur website may contain links to enable you to visit other websites of interest easily. However, once you have used these links to leave our site, you should note that we do not have any control over that other website. Therefore, we cannot be responsible for the protection and privacy of any information which you provide whilst visiting such sites and such sites are not governed by this privacy statement. You should exercise caution and look at the privacy statement applicable to the website in question.\r\n\r\nYOUR PERSONAL INFORMATION\r\n\r\nWe will not sell, distribute or lease your personal information to third parties unless we have your permission or are required by law. We may use your personal information to send you promotional information about third parties which we think you may find interesting if you tell us that you wish this to happen.\r\n\r\nYou may request details of personal information which we hold about you under the Data Protection Act 1998. A small fee will be payable. If you would like a copy of the information held on you please contact us.\r\n\r\nIf you believe that any information we are holding on you is incorrect or incomplete, please write to or email us as soon as possible, at the above address. We will promptly correct any information found to be incorrect.\r\n\r\nQUESTIONS, COMMENTS, OR REPORT OF INCIDENTS\r\n\r\nYou may direct questions, comments or reports to:\r\n\r\nby filling out our contact us form.\r\n\r\nREVISIONS TO THIS PRIVACY POLICY WITHOUT NOTICE\r\n\r\nThis Privacy Policy is dynamic. It will continually change. You may not assume that it remains the same and you agree to check the policy each time you visit the site for changes. Unless, in the sole opinion of the website, this policy changes so drastically as to suggest a posted notification on the site or via email, you will receive no notification of changes to this Privacy Policy nor, under any circumstances, does this site promise notification. Your continued use of this site always evidences your acceptance of the terms this Privacy Policy or any modifications.\r\n\r\nLATEST UPDATE\r\n\r\nThis Privacy Policy was last updated on: February 18, 2009', 'Privacy Policy', '', 'publish', 'closed', 'open', '', 'privacy-policy', '', '', '2009-02-18 11:41:17', '2009-02-18 19:41:17', '', 0, 'http://dev.abortion-options.org/?page_id=18', 10, 'page', '', 0),
(19, 1, '2009-02-18 11:34:19', '2009-02-18 19:34:19', '', 'Privacy Policy', '', 'inherit', 'closed', 'open', '', '18-revision', '', '', '2009-02-18 11:34:19', '2009-02-18 19:34:19', '', 18, 'http://dev.abortion-options.org/?p=19', 0, 'revision', '', 0),
(20, 1, '2009-02-18 11:34:27', '2009-02-18 19:34:27', '\r\n\r\nPRIVACY POLICY FOR www.abortion-options.org\r\n\r\nThis privacy policy sets out how “www.abortion-options.org” uses and protects any information that you give “www.abortion-options.org” when you use this website.\r\n\r\n“www.abortion-options.org” is committed to ensuring that your privacy is protected. Should we ask you to provide certain information by which you can be identified when using this website, then you can be assured that it will only be used in accordance with this privacy statement.\r\n\r\n“www.abortion-options.org” may change this policy from time to time by updating this page. You should check this page from time to time to ensure that you are happy with any changes. This policy is effective from February 18, 2009.\r\n\r\nWHAT WE COLLECT\r\n\r\nWe may collect the following information:\r\n\r\nName, Email Address, Phone Numbers, Demographic information such as postcode, preferences and interests, Information relevant to customer surveys and/or offers.\r\n\r\nWhat we do with the information we gather\r\n\r\nWe require this information to understand your needs and provide you with a better service, and in particular for the following reasons:\r\n\r\nInternal record keeping.\r\n\r\nWe may use the information to improve our products and services.\r\n\r\nWe may periodically send promotional email about new products, special offers or other information which we think you may find interesting using the email address which you have provided.\r\n\r\nFrom time to time, we may also use your information to contact you for market research purposes. We may contact you by email, phone, fax or mail.\r\n\r\nWe may use the information to customize the website according to your interests.\r\nSecurity\r\n\r\nWe are committed to ensuring that your information is secure. In order to prevent unauthorized access or disclosure we have put in place suitable physical, electronic and managerial procedures to safeguard and secure the information we collect online.\r\nHow we use cookies\r\n\r\nA cookie is a small file which asks permission to be placed on your computer''s hard drive. Once you agree, the file is added and the cookie helps analyze web traffic or lets you know when you visit a particular site. Cookies allow web applications to respond to you as an individual. The web application can tailor its operations to your needs, likes and dislikes by gathering and remembering information about your preferences.\r\n\r\nWe use traffic log cookies to identify which pages are being used. This helps us analyze data about web page traffic and improve our website in order to tailor it to customer needs. We only use this information for statistical analysis purposes and then the data is removed from the system.\r\n\r\nOverall, cookies help us provide you with a better website, by enabling us to monitor which pages you find useful and which you do not. A cookie in no way gives us access to your computer or any information about you, other than the data you choose to share with us.\r\n\r\nYou can choose to accept or decline cookies. Most web browsers automatically accept cookies, but you can usually modify your browser setting to decline cookies if you prefer. This may prevent you from taking full advantage of the website.\r\n\r\nLINKS TO OTHER WEBSITES\r\n\r\nOur website may contain links to enable you to visit other websites of interest easily. However, once you have used these links to leave our site, you should note that we do not have any control over that other website. Therefore, we cannot be responsible for the protection and privacy of any information which you provide whilst visiting such sites and such sites are not governed by this privacy statement. You should exercise caution and look at the privacy statement applicable to the website in question.\r\n\r\nYOUR PERSONAL INFORMATION\r\n\r\nWe will not sell, distribute or lease your personal information to third parties unless we have your permission or are required by law. We may use your personal information to send you promotional information about third parties which we think you may find interesting if you tell us that you wish this to happen.\r\n\r\nYou may request details of personal information which we hold about you under the Data Protection Act 1998. A small fee will be payable. If you would like a copy of the information held on you please contact us.\r\n\r\nIf you believe that any information we are holding on you is incorrect or incomplete, please write to or email us as soon as possible, at the above address. We will promptly correct any information found to be incorrect.\r\n\r\nQUESTIONS, COMMENTS, OR REPORT OF INCIDENTS\r\n\r\nYou may direct questions, comments or reports to:\r\n\r\nby filling out our contact us form.\r\n\r\nREVISIONS TO THIS PRIVACY POLICY WITHOUT NOTICE\r\n\r\nThis Privacy Policy is dynamic. It will continually change. You may not assume that it remains the same and you agree to check the policy each time you visit the site for changes. Unless, in the sole opinion of the website, this policy changes so drastically as to suggest a posted notification on the site or via email, you will receive no notification of changes to this Privacy Policy nor, under any circumstances, does this site promise notification. Your continued use of this site always evidences your acceptance of the terms this Privacy Policy or any modifications.\r\n\r\nLATEST UPDATE\r\n\r\nThis Privacy Policy was last updated on: February 18, 2009', 'Privacy Policy', '', 'inherit', 'closed', 'open', '', '18-revision-2', '', '', '2009-02-18 11:34:27', '2009-02-18 19:34:27', '', 18, 'http://dev.abortion-options.org/?p=20', 0, 'revision', '', 0),
(21, 1, '2009-02-18 11:08:37', '2009-02-18 19:08:37', '<p align="center"><strong>Need someone to talk to?</strong>\r\n<strong>Caring counselors are available to speak  with you </strong>\r\n<strong>24 hours a day</strong>\r\n\r\n<p align="center"><strong>(612) 379-1199</strong>\r\n<strong>Love</strong><strong> Lines Crisis Center</strong><strong> </strong>\r\n<strong>2535    Central Avenue NE</strong><strong> </strong>\r\n<strong>Minneapolis</strong><strong>, MN  55418</strong><strong> </strong>\r\n<p align="center"><img src="http://abortion-options.org/untitled.jpg" alt="" width="140" height="160" /></p>', 'Contact Us', '', 'inherit', 'closed', 'open', '', '12-revision-v1', '', '', '2009-02-18 11:08:37', '2009-02-18 19:08:37', '', 12, 'http://dev.abortion-options.org/?p=21', 0, 'revision', '', 0),
(22, 1, '2009-02-18 10:44:33', '2009-02-18 18:44:33', '<p style="text-align: left;"><strong>Links for free pregnancy testing and  ultrasound services:</strong></p>\r\n\r\n<p style="text-align: left;"><strong> University Life   Care Center</strong>\r\n<strong> 1315 - 4th Street S.E.</strong>\r\n<strong> Minneapolis, MN</strong>\r\n<strong> 612-623-3211</strong>\r\n<strong> Ulifecare.org </strong>\r\n\r\n<p style="text-align: left;"><strong> Total Life Care Centers</strong>\r\n<strong> 525 Thomas Ave.</strong>\r\n<strong> St. Paul, MN</strong>\r\n<strong> 651-291-9473 or  1-888-652-1140</strong>\r\n<strong> TotalLifeCare.org</strong>', 'Resources', '', 'inherit', 'closed', 'open', '', '6-revision-v1', '', '', '2009-02-18 10:44:33', '2009-02-18 18:44:33', '', 6, 'http://dev.abortion-options.org/?p=22', 0, 'revision', '', 0),
(23, 1, '2009-02-18 11:31:02', '2009-02-18 19:31:02', '\r\n\r\nTERMS OF USE FOR www.abortion-options.org\r\n\r\nWelcome to www.abortion-options.org, a division of lovelines.org. If you continue to browse and use this website you are agreeing to comply with and be bound by the following terms and conditions of use, which together with our privacy policy govern Abortion Options or Love Lines relationship with you in relation to this website.\r\n\r\nThe term “Abortion Options” or "Love Lines" or “us” or “we” refers to the owner of the website. The term “you” refers to the user or viewer of our website.\r\n\r\nThe use of this website is subject to the following terms of use:\r\n\r\nThe content of the pages of this website is for your general information and use only. It is subject to change without notice.\r\n\r\nNeither we nor any third parties provide any warranty or guarantee as to the accuracy, timeliness, performance, completeness or suitability of the information and materials found or offered on this website for any particular purpose. You acknowledge that such information and materials may contain inaccuracies or errors and we expressly exclude liability for any such inaccuracies or errors to the fullest extent permitted by law.\r\n\r\nYour use of any information or materials on this website is entirely at your own risk, for which we shall not be liable. It shall be your own responsibility to ensure that any products, services or information available through this website meet your specific requirements.\r\n\r\nThis website contains material which is owned by or licensed to us. This material includes, but is not limited to, the design, layout, look, appearance and graphics. Reproduction is prohibited other than in accordance with the copyright notice, which forms part of these terms and conditions.\r\n\r\nAll trademarks reproduced in this website, which are not the property of, or licensed to the operator, are acknowledged on the website.\r\n\r\nUnauthorized use of this website may give to a claim for damages and/or be a criminal offense.\r\n\r\nFrom time to time this website may also include links to other websites. These links are provided for your convenience to provide further information. They do not signify that we endorse the website(s). We have no responsibility for the content of the linked website(s).\r\n\r\nYour use of this website and any dispute arising out of such use of the website is subject to the laws of United States of America.\r\n\r\nREVISIONS TO THIS WEBSITE TERMS OF USE WITHOUT NOTICE\r\n\r\nThis TERMS OF USE for www.abortion-options.org is dynamic. It will continually change. You may not assume that it remains the same and you agree to check the policy each time you visit the site for changes. Unless, in the sole opinion of the website, this policy changes so drastically as to suggest a posted notification on the site or via email, you will receive no notification of changes to this TERMS AND CONDITIONS for www.abortion-options.org nor, under any circumstances, does this site promise notification. Your continued use of this site always evidences your acceptance of the TERMS AND CONDITIONS for www.abortion-options.org or any modifications.\r\n\r\nLATEST UPDATE\r\n\r\nThis TERMS OF USE for www.abortion-options.org was last updated on: Feb 18, 2009', 'Terms and Conditions', '', 'inherit', 'closed', 'open', '', '16-revision-2', '', '', '2009-02-18 11:31:02', '2009-02-18 19:31:02', '', 16, 'http://dev.abortion-options.org/?p=23', 0, 'revision', '', 0),
(24, 1, '2009-02-18 11:37:22', '2009-02-18 19:37:22', '\r\nTERMS OF USE FOR www.abortion-options.org\r\n\r\nWelcome to www.abortion-options.org, a division of lovelines.org. If you continue to browse and use this website you are agreeing to comply with and be bound by the following terms and conditions of use, which together with our privacy policy govern Abortion Options or Love Lines relationship with you in relation to this website.\r\n\r\nThe term “Abortion Options” or "Love Lines" or “us” or “we” refers to the owner of the website. The term “you” refers to the user or viewer of our website.\r\n\r\nThe use of this website is subject to the following terms of use:\r\n\r\nThe content of the pages of this website is for your general information and use only. It is subject to change without notice.\r\n\r\nNeither we nor any third parties provide any warranty or guarantee as to the accuracy, timeliness, performance, completeness or suitability of the information and materials found or offered on this website for any particular purpose. You acknowledge that such information and materials may contain inaccuracies or errors and we expressly exclude liability for any such inaccuracies or errors to the fullest extent permitted by law.\r\n\r\nYour use of any information or materials on this website is entirely at your own risk, for which we shall not be liable. It shall be your own responsibility to ensure that any products, services or information available through this website meet your specific requirements.\r\n\r\nThis website contains material which is owned by or licensed to us. This material includes, but is not limited to, the design, layout, look, appearance and graphics. Reproduction is prohibited other than in accordance with the copyright notice, which forms part of these terms and conditions.\r\n\r\nAll trademarks reproduced in this website, which are not the property of, or licensed to the operator, are acknowledged on the website.\r\n\r\nUnauthorized use of this website may give to a claim for damages and/or be a criminal offense.\r\n\r\nFrom time to time this website may also include links to other websites. These links are provided for your convenience to provide further information. They do not signify that we endorse the website(s). We have no responsibility for the content of the linked website(s).\r\n\r\nYour use of this website and any dispute arising out of such use of the website is subject to the laws of United States of America.\r\n\r\nREVISIONS TO THIS WEBSITE TERMS OF USE WITHOUT NOTICE\r\n\r\nThis TERMS OF USE for www.abortion-options.org is dynamic. It will continually change. You may not assume that it remains the same and you agree to check the policy each time you visit the site for changes. Unless, in the sole opinion of the website, this policy changes so drastically as to suggest a posted notification on the site or via email, you will receive no notification of changes to this TERMS AND CONDITIONS for www.abortion-options.org nor, under any circumstances, does this site promise notification. Your continued use of this site always evidences your acceptance of the TERMS AND CONDITIONS for www.abortion-options.org or any modifications.\r\n\r\nLATEST UPDATE\r\n\r\nThis TERMS OF USE for www.abortion-options.org was last updated on: Feb 18, 2009', 'Terms and Conditions', '', 'inherit', 'closed', 'open', '', '16-revision-3', '', '', '2009-02-18 11:37:22', '2009-02-18 19:37:22', '', 16, 'http://dev.abortion-options.org/?p=24', 0, 'revision', '', 0),
(25, 1, '2009-02-18 11:35:21', '2009-02-18 19:35:21', '\r\nPRIVACY POLICY FOR www.abortion-options.org\r\n\r\nThis privacy policy sets out how “www.abortion-options.org” uses and protects any information that you give “www.abortion-options.org” when you use this website.\r\n\r\n“www.abortion-options.org” is committed to ensuring that your privacy is protected. Should we ask you to provide certain information by which you can be identified when using this website, then you can be assured that it will only be used in accordance with this privacy statement.\r\n\r\n“www.abortion-options.org” may change this policy from time to time by updating this page. You should check this page from time to time to ensure that you are happy with any changes. This policy is effective from February 18, 2009.\r\n\r\nWHAT WE COLLECT\r\n\r\nWe may collect the following information:\r\n\r\nName, Email Address, Phone Numbers, Demographic information such as postcode, preferences and interests, Information relevant to customer surveys and/or offers.\r\n\r\nWhat we do with the information we gather\r\n\r\nWe require this information to understand your needs and provide you with a better service, and in particular for the following reasons:\r\n\r\nInternal record keeping.\r\n\r\nWe may use the information to improve our products and services.\r\n\r\nWe may periodically send promotional email about new products, special offers or other information which we think you may find interesting using the email address which you have provided.\r\n\r\nFrom time to time, we may also use your information to contact you for market research purposes. We may contact you by email, phone, fax or mail.\r\n\r\nWe may use the information to customize the website according to your interests.\r\nSecurity\r\n\r\nWe are committed to ensuring that your information is secure. In order to prevent unauthorized access or disclosure we have put in place suitable physical, electronic and managerial procedures to safeguard and secure the information we collect online.\r\nHow we use cookies\r\n\r\nA cookie is a small file which asks permission to be placed on your computer''s hard drive. Once you agree, the file is added and the cookie helps analyze web traffic or lets you know when you visit a particular site. Cookies allow web applications to respond to you as an individual. The web application can tailor its operations to your needs, likes and dislikes by gathering and remembering information about your preferences.\r\n\r\nWe use traffic log cookies to identify which pages are being used. This helps us analyze data about web page traffic and improve our website in order to tailor it to customer needs. We only use this information for statistical analysis purposes and then the data is removed from the system.\r\n\r\nOverall, cookies help us provide you with a better website, by enabling us to monitor which pages you find useful and which you do not. A cookie in no way gives us access to your computer or any information about you, other than the data you choose to share with us.\r\n\r\nYou can choose to accept or decline cookies. Most web browsers automatically accept cookies, but you can usually modify your browser setting to decline cookies if you prefer. This may prevent you from taking full advantage of the website.\r\n\r\nLINKS TO OTHER WEBSITES\r\n\r\nOur website may contain links to enable you to visit other websites of interest easily. However, once you have used these links to leave our site, you should note that we do not have any control over that other website. Therefore, we cannot be responsible for the protection and privacy of any information which you provide whilst visiting such sites and such sites are not governed by this privacy statement. You should exercise caution and look at the privacy statement applicable to the website in question.\r\n\r\nYOUR PERSONAL INFORMATION\r\n\r\nWe will not sell, distribute or lease your personal information to third parties unless we have your permission or are required by law. We may use your personal information to send you promotional information about third parties which we think you may find interesting if you tell us that you wish this to happen.\r\n\r\nYou may request details of personal information which we hold about you under the Data Protection Act 1998. A small fee will be payable. If you would like a copy of the information held on you please contact us.\r\n\r\nIf you believe that any information we are holding on you is incorrect or incomplete, please write to or email us as soon as possible, at the above address. We will promptly correct any information found to be incorrect.\r\n\r\nQUESTIONS, COMMENTS, OR REPORT OF INCIDENTS\r\n\r\nYou may direct questions, comments or reports to:\r\n\r\nby filling out our contact us form.\r\n\r\nREVISIONS TO THIS PRIVACY POLICY WITHOUT NOTICE\r\n\r\nThis Privacy Policy is dynamic. It will continually change. You may not assume that it remains the same and you agree to check the policy each time you visit the site for changes. Unless, in the sole opinion of the website, this policy changes so drastically as to suggest a posted notification on the site or via email, you will receive no notification of changes to this Privacy Policy nor, under any circumstances, does this site promise notification. Your continued use of this site always evidences your acceptance of the terms this Privacy Policy or any modifications.\r\n\r\nLATEST UPDATE\r\n\r\nThis Privacy Policy was last updated on: February 18, 2009', 'Privacy Policy', '', 'inherit', 'closed', 'open', '', '18-revision-3', '', '', '2009-02-18 11:35:21', '2009-02-18 19:35:21', '', 18, 'http://dev.abortion-options.org/?p=25', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(26, 1, '2009-02-18 10:40:34', '2009-02-18 18:40:34', '<span class="style1"><strong>Are  you pregnant? </strong> Scared and feeling  alone or uncertain what to do next? Facing  an unexpected pregnancy can seem over whelming.   Need a helping hand, or someone to listen to you?</span>\r\n<p align="left"><a href="http://www.lifenews.com/nat2984.html" target="_new"><img src="http://abortion-options.org/clip_image001.jpg" border="0" alt="head" width="111" height="128" /></a><strong>I  feel so alone.  Who will help me?</strong> How far along am I?  What about my future plans and dreams.  I can’t support a baby right now. Let  us help you make positive decisions for you future.  There are trained counselors waiting  to discuss all your options.  <strong>You are not alone!</strong></p>\r\n\r\n<blockquote></blockquote>\r\nExplore  your options.  Knowledge is  empowering.  Real empowerment comes when you  find the resources and inner strength necessary to make your best choice.  Does God  care about me?  How does God see my  unborn child?\r\n\r\n<strong>Give  your child the gift of life.</strong> Free confidential  counseling and referral for pregnancy testing  and ultrasound is available.', 'Abortion Options', '', 'inherit', 'closed', 'open', '', '3-revision-v1', '', '', '2009-02-18 10:40:34', '2009-02-18 18:40:34', '', 3, 'http://dev.abortion-options.org/?p=26', 0, 'revision', '', 0),
(27, 1, '2009-02-23 09:47:29', '2009-02-23 17:47:29', '<p style="text-align: left;"><img src="http://abortion-options.org/untitled.jpg" alt="" width="140" height="160" styl/><strong>Need someone to talk to?</strong>\n<strong>Caring counselors are available to speak  with you </strong>\n<strong>24 hours a day</strong>\n\n<p style="text-align: left;"><strong>(612) 379-1199</strong>\n<strong>Love</strong><strong> Lines Crisis Center</strong><strong> </strong>\n<strong>2535    Central Avenue NE</strong><strong> </strong>\n<strong>Minneapolis</strong><strong>, MN  55418</strong><strong> </strong>\n', 'Contact Us', '', 'inherit', 'closed', 'open', '', '12-autosave-v1', '', '', '2009-02-23 09:47:29', '2009-02-23 17:47:29', '', 12, 'http://dev.abortion-options.org/?p=27', 0, 'revision', '', 0),
(28, 1, '2009-02-18 11:36:01', '2009-02-18 19:36:01', '<p align="center"><strong>Need someone to talk to?</strong>\r\n<strong>Caring counselors are available to speak  with you </strong>\r\n<strong>24 hours a day</strong>\r\n\r\n<p align="center"><strong>(612) 379-1199</strong>\r\n<strong>Love</strong><strong> Lines Crisis Center</strong><strong> </strong>\r\n<strong>2535    Central Avenue NE</strong><strong> </strong>\r\n<strong>Minneapolis</strong><strong>, MN  55418</strong><strong> </strong>\r\n<p align="center"><img src="http://abortion-options.org/untitled.jpg" alt="" width="140" height="160" /></p>', 'Contact Us', '', 'inherit', 'closed', 'open', '', '12-revision-v1', '', '', '2009-02-18 11:36:01', '2009-02-18 19:36:01', '', 12, 'http://dev.abortion-options.org/?p=28', 0, 'revision', '', 0),
(30, 1, '2009-04-01 09:34:58', '2009-04-01 17:34:58', '<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: center; mso-outline-level: 1;" align="center"></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">My story is about total deliverance.<span style="mso-spacerun: yes;"> </span>To make a long story short, my Christian boyfriend and I became sexually active in college.<span style="mso-spacerun: yes;"> </span>I was a very new Christian when I found out I was pregnant.<span style="mso-spacerun: yes;"> </span>I was overwhelmed and marriage wasn’t going to happen, so when I was 3 months pregnant I had an abortion.<span style="mso-spacerun: yes;"> </span>I was 19 years old and had minimal coping skills needed to deal with the after-effects of having an abortion.<span style="mso-spacerun: yes;"> </span>It truly took years to recover from it emotionally.</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">I was the only girl of 5 children.<span style="mso-spacerun: yes;"> </span>My parents never had “the talk” with me.<span style="mso-spacerun: yes;"> </span>Later when I learned that my oldest brother was conceived out of wedlock, I wondered if “the talk” never took place due to hypocrisy.<span style="mso-spacerun: yes;"> </span>Since my parents didn’t know the Lord, they had never experienced total forgiveness from the Lord.</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">I’ve rejoiced often when I have read in scripture special versus that helped me with recovery.<span style="mso-spacerun: yes;"> </span>The one that has helped the most is Psalm 103:12 which says, “As far as the East is from the West, so far has He removed our transgressions from us”.<span style="mso-spacerun: yes;"> </span>Keep in mind that the East and the West never meet!</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">Over the past 35 years Satan has tried to pull me back into shame and quilt.<span style="mso-spacerun: yes;"> </span>The weapons of warfare that the Lord has given us to defect the enemy (Satan) are so powerful!<span style="mso-spacerun: yes;"> </span>I have to stand on any and all provisions the Lord has established to keep me <span style="text-decoration: underline;">free</span>, spiritually and emotionally.<span style="mso-spacerun: yes;"> </span>Needless to say, I look forward to meeting my child in heaven one fine day.</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;">Over the years God has put me in powerful places to minister to others who have had devastating abortions.<span style="mso-spacerun: yes;"> </span>He has allowed my experience to be used to help others.<span style="mso-spacerun: yes;"> </span>Romans 8:28 says, “All things work together for good to them that love God”.<span style="mso-spacerun: yes;"> </span></span></span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">When something very detrimental happens and it happens to you personally, there’s nothing better (next to being saved) than the Lord’s forgiveness. No sin is too great for God to forgive!<span style="mso-spacerun: yes;"> </span>Amen</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> <strong>Getting Deliverance</strong></span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"></p>\r\n\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">Roxanne called about her 16 year old daughter who is pregnant and had an abortion at age 15. Roxanne called for prayer and encouragement, She had not been the spiritual Mom her daughter needed at 15. Roxanne was to busy and did not pay much attention to her. Both Roxanne and her Daughter repented, they rededicated their lives to Jesus and are on their way to total deliverance. This child will have the chance to do God''s will after he or she is born.\r\n</span>', 'Total Deliverance', '', 'publish', 'closed', 'open', '', 'total-deliverance', '', '', '2011-06-28 10:58:54', '2011-06-28 18:58:54', '', 0, 'http://abortion-options.org/?page_id=30', 0, 'page', '', 0),
(31, 1, '2009-04-01 09:34:04', '2009-04-01 17:34:04', '<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: center; mso-outline-level: 1;" align="center"><span style="font-size: small; font-family: Times New Roman;">Total Deliverance</span></p>\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">My story is about total deliverance.<span style="mso-spacerun: yes;">  </span>To make a long story short, my Christian boyfriend and I became sexually active in college.<span style="mso-spacerun: yes;">  </span>I was a very new Christian when I found out I was pregnant.<span style="mso-spacerun: yes;">  </span>I was overwhelmed and marriage wasn’t going to happen, so when I was 3 months pregnant I had an abortion.<span style="mso-spacerun: yes;">  </span>I was 19 years old and had minimal coping skills needed to deal with the after-effects of having an abortion.<span style="mso-spacerun: yes;">  </span>It truly took years to recover from it emotionally.</span></p>\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">I was the only girl of 5 children.<span style="mso-spacerun: yes;">  </span>My parents never had “the talk” with me.<span style="mso-spacerun: yes;">  </span>Later when I learned that my oldest brother was conceived out of wedlock, I wondered if “the talk” never took place due to hypocrisy.<span style="mso-spacerun: yes;">  </span>Since my parents didn’t know the Lord, they had never experienced total forgiveness from the Lord.</span></p>\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">I’ve rejoiced often when I have read in scripture special versus that helped me with recovery.<span style="mso-spacerun: yes;">  </span>The one that has helped the most is Psalm 103:12 which says, “As far as the East is from the West, so far has He removed our transgressions from us”.<span style="mso-spacerun: yes;">    </span>Keep in mind that the East and the West never meet!</span></p>\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">Over the past 35 years Satan has tried to pull me back into shame and quilt.<span style="mso-spacerun: yes;">  </span>The weapons of warfare that the Lord has given us to defect the enemy (Satan) are so powerful!<span style="mso-spacerun: yes;">  </span>I have to yield to any and all provisions the Lord has established to keep me <span style="text-decoration: underline;">free</span>, spiritually and emotionally.<span style="mso-spacerun: yes;">  </span>Needless to say, I look forward to meeting my child in heaven one fine day.</span></p>\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;">Over the years God has put me in powerful places to minister to others who have had devastating abortions.<span style="mso-spacerun: yes;">  </span>He has allowed my experience to be used to help others.<span style="mso-spacerun: yes;">  </span>Romans 8:28 says, “All things work together for good to them that love God”.<span style="mso-spacerun: yes;">  </span></span></span></p>\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">When something very detrimental happens and it happens to you personally, there’s nothing better than the Lord’s forgiveness next to being saved.<span style="mso-spacerun: yes;">  </span>No sin is too great for God to forgive!<span style="mso-spacerun: yes;">  </span>Amen</span></p>\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>', 'Total Deliverance', '', 'inherit', 'closed', 'open', '', '30-revision', '', '', '2009-04-01 09:34:04', '2009-04-01 17:34:04', '', 30, 'http://abortion-options.org/?p=31', 0, 'revision', '', 0),
(32, 1, '2009-04-01 09:34:58', '2009-04-01 17:34:58', '<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: center; mso-outline-level: 1;" align="center"><span style="font-size: small; font-family: Times New Roman;">Total Deliverance</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">My story is about total deliverance.<span style="mso-spacerun: yes;">  </span>To make a long story short, my Christian boyfriend and I became sexually active in college.<span style="mso-spacerun: yes;">  </span>I was a very new Christian when I found out I was pregnant.<span style="mso-spacerun: yes;">  </span>I was overwhelmed and marriage wasn’t going to happen, so when I was 3 months pregnant I had an abortion.<span style="mso-spacerun: yes;">  </span>I was 19 years old and had minimal coping skills needed to deal with the after-effects of having an abortion.<span style="mso-spacerun: yes;">  </span>It truly took years to recover from it emotionally.</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">I was the only girl of 5 children.<span style="mso-spacerun: yes;">  </span>My parents never had “the talk” with me.<span style="mso-spacerun: yes;">  </span>Later when I learned that my oldest brother was conceived out of wedlock, I wondered if “the talk” never took place due to hypocrisy.<span style="mso-spacerun: yes;">  </span>Since my parents didn’t know the Lord, they had never experienced total forgiveness from the Lord.</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">I’ve rejoiced often when I have read in scripture special versus that helped me with recovery.<span style="mso-spacerun: yes;">  </span>The one that has helped the most is Psalm 103:12 which says, “As far as the East is from the West, so far has He removed our transgressions from us”.<span style="mso-spacerun: yes;">    </span>Keep in mind that the East and the West never meet!</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">Over the past 35 years Satan has tried to pull me back into shame and quilt.<span style="mso-spacerun: yes;">  </span>The weapons of warfare that the Lord has given us to defect the enemy (Satan) are so powerful!<span style="mso-spacerun: yes;">  </span>I have to yield to any and all provisions the Lord has established to keep me <span style="text-decoration: underline;">free</span>, spiritually and emotionally.<span style="mso-spacerun: yes;">  </span>Needless to say, I look forward to meeting my child in heaven one fine day.</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;">Over the years God has put me in powerful places to minister to others who have had devastating abortions.<span style="mso-spacerun: yes;">  </span>He has allowed my experience to be used to help others.<span style="mso-spacerun: yes;">  </span>Romans 8:28 says, “All things work together for good to them that love God”.<span style="mso-spacerun: yes;">  </span></span></span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">When something very detrimental happens and it happens to you personally, there’s nothing better than the Lord’s forgiveness next to being saved.<span style="mso-spacerun: yes;">  </span>No sin is too great for God to forgive!<span style="mso-spacerun: yes;">  </span>Amen</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>', 'Total Deliverance', '', 'inherit', 'closed', 'open', '', '30-revision-2', '', '', '2009-04-01 09:34:58', '2009-04-01 17:34:58', '', 30, 'http://abortion-options.org/?p=32', 0, 'revision', '', 0),
(33, 1, '2011-06-28 10:59:04', '2011-06-28 18:59:04', '<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: center; mso-outline-level: 1;" align="center"></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">My story is about total deliverance.<span style="mso-spacerun: yes;"> </span>To make a long story short, my Christian boyfriend and I became sexually active in college.<span style="mso-spacerun: yes;"> </span>I was a very new Christian when I found out I was pregnant.<span style="mso-spacerun: yes;"> </span>I was overwhelmed and marriage wasn’t going to happen, so when I was 3 months pregnant I had an abortion.<span style="mso-spacerun: yes;"> </span>I was 19 years old and had minimal coping skills needed to deal with the after-effects of having an abortion.<span style="mso-spacerun: yes;"> </span>It truly took years to recover from it emotionally.</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">I was the only girl of 5 children.<span style="mso-spacerun: yes;"> </span>My parents never had “the talk” with me.<span style="mso-spacerun: yes;"> </span>Later when I learned that my oldest brother was conceived out of wedlock, I wondered if “the talk” never took place due to hypocrisy.<span style="mso-spacerun: yes;"> </span>Since my parents didn’t know the Lord, they had never experienced total forgiveness from the Lord.</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">I’ve rejoiced often when I have read in scripture special versus that helped me with recovery.<span style="mso-spacerun: yes;"> </span>The one that has helped the most is Psalm 103:12 which says, “As far as the East is from the West, so far has He removed our transgressions from us”.<span style="mso-spacerun: yes;"> </span>Keep in mind that the East and the West never meet!</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">Over the past 35 years Satan has tried to pull me back into shame and quilt.<span style="mso-spacerun: yes;"> </span>The weapons of warfare that the Lord has given us to defect the enemy (Satan) are so powerful!<span style="mso-spacerun: yes;"> </span>I have to stand on any and all provisions the Lord has established to keep me <span style="text-decoration: underline;">free</span>, spiritually and emotionally.<span style="mso-spacerun: yes;"> </span>Needless to say, I look forward to meeting my child in heaven one fine day.</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;">Over the years God has put me in powerful places to minister to others who have had devastating abortions.<span style="mso-spacerun: yes;"> </span>He has allowed my experience to be used to help others.<span style="mso-spacerun: yes;"> </span>Romans 8:28 says, “All things work together for good to them that love God”.<span style="mso-spacerun: yes;"> </span></span></span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">When something very detrimental happens and it happens to you personally, there’s nothing better (next to being saved) than the Lord’s forgiveness. No sin is too great for God to forgive!<span style="mso-spacerun: yes;"> </span>Amen</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> <strong>Getting Deliverance</strong></span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"></p>\r\n\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">Roxanne called about her 16 year old daughter who is pregnant and had an abortion at age 15. Roxanne called for prayer and encouragement, She had not been the spiritual Mom her daughter needed at 15. Roxanne was to busy and did not pay much attention to her. Both Roxanne and her Daughter repented, they rededicated their lives to Jesus and are on their way to total deliverance. This child will have the chance to do God''s will after he or she is born.\r\n</span>', 'Total Deliverance', '', 'inherit', 'closed', 'open', '', '30-autosave', '', '', '2011-06-28 10:59:04', '2011-06-28 18:59:04', '', 30, 'http://abortion-options.org/?p=33', 0, 'revision', '', 0),
(34, 1, '2009-04-01 09:36:05', '2009-04-01 17:36:05', '<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: center; mso-outline-level: 1;" align="center"> </p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"> </p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">My story is about total deliverance.<span style="mso-spacerun: yes;">  </span>To make a long story short, my Christian boyfriend and I became sexually active in college.<span style="mso-spacerun: yes;">  </span>I was a very new Christian when I found out I was pregnant.<span style="mso-spacerun: yes;">  </span>I was overwhelmed and marriage wasn’t going to happen, so when I was 3 months pregnant I had an abortion.<span style="mso-spacerun: yes;">  </span>I was 19 years old and had minimal coping skills needed to deal with the after-effects of having an abortion.<span style="mso-spacerun: yes;">  </span>It truly took years to recover from it emotionally.</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">I was the only girl of 5 children.<span style="mso-spacerun: yes;">  </span>My parents never had “the talk” with me.<span style="mso-spacerun: yes;">  </span>Later when I learned that my oldest brother was conceived out of wedlock, I wondered if “the talk” never took place due to hypocrisy.<span style="mso-spacerun: yes;">  </span>Since my parents didn’t know the Lord, they had never experienced total forgiveness from the Lord.</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">I’ve rejoiced often when I have read in scripture special versus that helped me with recovery.<span style="mso-spacerun: yes;">  </span>The one that has helped the most is Psalm 103:12 which says, “As far as the East is from the West, so far has He removed our transgressions from us”.<span style="mso-spacerun: yes;">    </span>Keep in mind that the East and the West never meet!</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">Over the past 35 years Satan has tried to pull me back into shame and quilt.<span style="mso-spacerun: yes;">  </span>The weapons of warfare that the Lord has given us to defect the enemy (Satan) are so powerful!<span style="mso-spacerun: yes;">  </span>I have to yield to any and all provisions the Lord has established to keep me <span style="text-decoration: underline;">free</span>, spiritually and emotionally.<span style="mso-spacerun: yes;">  </span>Needless to say, I look forward to meeting my child in heaven one fine day.</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;">Over the years God has put me in powerful places to minister to others who have had devastating abortions.<span style="mso-spacerun: yes;">  </span>He has allowed my experience to be used to help others.<span style="mso-spacerun: yes;">  </span>Romans 8:28 says, “All things work together for good to them that love God”.<span style="mso-spacerun: yes;">  </span></span></span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">When something very detrimental happens and it happens to you personally, there’s nothing better than the Lord’s forgiveness next to being saved.<span style="mso-spacerun: yes;">  </span>No sin is too great for God to forgive!<span style="mso-spacerun: yes;">  </span>Amen</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>', 'Total Deliverance', '', 'inherit', 'closed', 'open', '', '30-revision-3', '', '', '2009-04-01 09:36:05', '2009-04-01 17:36:05', '', 30, 'http://abortion-options.org/?p=34', 0, 'revision', '', 0),
(35, 1, '2015-05-04 14:18:37', '2015-05-04 22:18:37', '<div id="yui_3_16_0_1_1429147520437_6956">\n<p id="yui_3_16_0_1_1429147520437_6955"><b id="yui_3_16_0_1_1429147520437_6959">First Care Pregnancy Center\n</b><strong id="yui_3_16_0_1_1429147520437_6957">A comprehensive pregnancy center and licensed adoption agency. Online appointments available.<br clear="none" />(4 locations)<br clear="none" /></strong></p>\n<strong><a href="http://firstcaremn.com/" target="_blank">http://firstcaremn.com/</a></strong>\n\n<strong>conqur</strong>\n\n</div>\n&nbsp;\n\n<strong>New Life Family Services</strong>\n\n<strong><a href="http://www.nlfs.org" target="_blank">nlfs.org</a></strong>\n\n&nbsp;\n\nLiberate Ministries\n<p style="text-align: left;"><a href="http://www.liberateministries.org" target="_blank"><strong>www.liberateministries.org</strong></a></p>\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'open', '', '6-autosave-v1', '', '', '2015-05-04 14:18:37', '2015-05-04 22:18:37', '', 6, 'http://abortion-options.org/?p=35', 0, 'revision', '', 0),
(36, 1, '2009-02-18 11:36:52', '2009-02-18 19:36:52', '<p style="text-align: left;"><strong>Links for free pregnancy testing and  ultrasound services:</strong></p>\r\n\r\n<p style="text-align: left;"><strong> University Life   Care Center</strong>\r\n<strong> 1315 - 4th Street S.E.</strong>\r\n<strong> Minneapolis, MN</strong>\r\n<strong> 612-623-3211</strong>\r\n<strong> Ulifecare.org </strong>\r\n\r\n<p style="text-align: left;"><strong> Total Life Care Centers</strong>\r\n<strong> 525 Thomas Ave.</strong>\r\n<strong> St. Paul, MN</strong>\r\n<strong> 651-291-9473 or  1-888-652-1140</strong>\r\n<strong> TotalLifeCare.org</strong>', 'Resources', '', 'inherit', 'closed', 'open', '', '6-revision-v1', '', '', '2009-02-18 11:36:52', '2009-02-18 19:36:52', '', 6, 'http://abortion-options.org/?p=36', 0, 'revision', '', 0),
(37, 1, '2009-06-10 07:24:00', '2009-06-10 15:24:00', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong>Ulifecare.org </strong>\r\n\r\n<p style="text-align: left;"><strong>Total Life Care Centers</strong>\r\n<strong>525 Thomas Ave.</strong>\r\n<strong>St. Paul, MN</strong>\r\n<strong>651-291-9473 or 1-888-652-1140</strong>\r\n<strong>TotalLifeCare.org</strong>\r\n\r\n<p style="text-align: left;"><strong>New Life Family Services\r\n(4 metro area locations)\r\n<a href="http://www.newlifefamilyservices.com">www.newlifefamilyservices.com</a></strong>', 'Resources', '', 'inherit', 'closed', 'open', '', '6-revision-v1', '', '', '2009-06-10 07:24:00', '2009-06-10 15:24:00', '', 6, 'http://abortion-options.org/?p=37', 0, 'revision', '', 0),
(38, 1, '2009-10-14 10:27:11', '2009-10-14 18:27:11', '<strong>Five Steps to the Healing Process of Abortion</strong>\r\n\r\nThe place to start is your pro-life pregnancy help center.  They can either work with you themselves and/or will know who can.\r\n\r\n1.  Counter the denial.  Bring this back into your consciousness and admit that you were a party to ending your pregnancy.\r\n\r\n2.  You must grieve over your lost child-tears, mourning as for another loved one.\r\n\r\n3.  Seek Divine forgiveness. \r\n\r\n4.  Forgive others.  This can be very difficult but is needed to complete the healing and get rid of long repressed anger.\r\n\r\n5.  Forgive yourself.  Not many get this far, but those who do have real inner peace. \r\n\r\nWhat is absolutely crucial at every step of the above is compassionate empathy, support and understanding from one or more persons around you.\r\n\r\n \r\n\r\nLife Issues Connector, Mar. 1996-There is healing in the mourning', 'Five Steps to Healing', '', 'publish', 'closed', 'open', '', 'five-steps-to-healing', '', '', '2009-10-14 10:28:30', '2009-10-14 18:28:30', '', 6, 'http://abortion-options.org/?page_id=38', 0, 'page', '', 0),
(39, 1, '2009-10-14 10:26:30', '2009-10-14 18:26:30', '<strong>Five Steps to the Healing Process of Abortion</strong>\n\nThe place to start is your pro-life pregnancy help center.  They can either work with you themselves and/or will know who can.\n\n1.  Counter the denial.  Bring this back into your consciousness and admit that you were a party to ending your pregnancy.\n\n2.  You must grieve over your lost child-tears, mourning as for another loved one.\n\n3.  Seek Divine forgiveness. \n\n4.  Forgive others.  This can be very difficult but is needed to complete the healing and get rid of long repressed anger.\n\n5.  Forgive yourself.  Not many get this far, but those who do have real inner peace. \n\nWhat is absolutely crucial at every step of the above is compassionate empathy, support and understanding from one or\nor more persons around you.\n\n \n\nLife I', 'Five Steps to Healing', '', 'inherit', 'closed', 'open', '', '38-revision', '', '', '2009-10-14 10:26:30', '2009-10-14 18:26:30', '', 38, 'http://abortion-options.org/?p=39', 0, 'revision', '', 0),
(40, 1, '2009-10-14 10:27:11', '2009-10-14 18:27:11', '<strong>Five Steps to the Healing Process of Abortion</strong>\r\n\r\nThe place to start is your pro-life pregnancy help center.  They can either work with you themselves and/or will know who can.\r\n\r\n1.  Counter the denial.  Bring this back into your consciousness and admit that you were a party to ending your pregnancy.\r\n\r\n2.  You must grieve over your lost child-tears, mourning as for another loved one.\r\n\r\n3.  Seek Divine forgiveness. \r\n\r\n4.  Forgive others.  This can be very difficult but is needed to complete the healing and get rid of long repressed anger.\r\n\r\n5.  Forgive yourself.  Not many get this far, but those who do have real inner peace. \r\n\r\nWhat is absolutely crucial at every step of the above is compassionate empathy, support and understanding from one or\r\nor more persons around you.\r\n\r\n \r\n\r\nLife Issues Connector, Mar. 1996-There is healing in the mourning', 'Five Steps to Healing', '', 'inherit', 'closed', 'open', '', '38-revision-2', '', '', '2009-10-14 10:27:11', '2009-10-14 18:27:11', '', 38, 'http://abortion-options.org/?p=40', 0, 'revision', '', 0),
(43, 1, '2009-06-10 07:25:53', '2009-06-10 15:25:53', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a> </strong>\r\n\r\n<p style="text-align: left;"><strong>Total Life Care Centers</strong>\r\n<strong>525 Thomas Ave.</strong>\r\n<strong>St. Paul, MN</strong>\r\n<strong>651-291-9473 or 1-888-652-1140</strong>\r\n<strong><a href="http://www.TotalLifeCare.org">www.TotalLifeCare.org</a></strong>\r\n\r\n<p style="text-align: left;"><strong>New Life Family Services\r\n(4 metro area locations)\r\n<a href="http://www.newlifefamilyservices.com">www.newlifefamilyservices.com</a></strong>', 'Resources', '', 'inherit', 'closed', 'open', '', '6-revision-v1', '', '', '2009-06-10 07:25:53', '2009-06-10 15:25:53', '', 6, 'http://abortion-options.org/?p=43', 0, 'revision', '', 0),
(44, 1, '2009-10-28 07:22:52', '2009-10-28 15:22:52', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a> </strong>\r\n\r\n<p style="text-align: left;"><strong>Total Life Care Centers</strong>\r\n<strong>525 Thomas Ave.</strong>\r\n<strong>St. Paul, MN</strong>\r\n<strong>651-291-9473 or 1-888-652-1140</strong>\r\n<strong><a href="http://www.TotalLifeCare.org">www.TotalLifeCare.org</a></strong>\r\n\r\n<p style="text-align: left;"><strong>New Life Family Services\r\n(4 metro area locations)\r\n<a href="http://www.newlifefamilyservices.com">www.newlifefamilyservices.com</a></strong>', 'Resources & Links', '', 'inherit', 'closed', 'open', '', '6-revision-v1', '', '', '2009-10-28 07:22:52', '2009-10-28 15:22:52', '', 6, 'http://abortion-options.org/?p=44', 0, 'revision', '', 0),
(45, 1, '2009-10-28 09:07:45', '2009-10-28 17:07:45', '<p style="text-align: center;">Let Me Live</p>\r\n<p style="text-align: center;">Don''t throw me away.  Give me a chance to live.  Don''t throw me away, let me live!</p>\r\n<p style="text-align: center;">I''m depending on you to give me the chance to Live;  Your womb is my home for this time.</p>\r\n<p style="text-align: center;">Please let me stay in the safety of your womb, safely growing inside you,</p>\r\n<p style="text-align: center;">Your womb is my home, Let me Live and grow, Until I am born - In my time.</p>\r\n<p style="text-align: center;">Don''t listen to the voices that tell you I should die,</p>\r\n<p style="text-align: center;">There''s a reason I am here on this earth,</p>\r\n<p style="text-align: center;">It''s not by chance that I''m growing inside you,</p>\r\n<p style="text-align: center;">I was sent from Heaven to Earth.</p>\r\n<p style="text-align: center;">I''m a gift, so rare, a baby to be loved, I''m asking you to let me live,</p>\r\n<p style="text-align: center;">Don''t throw me away, give me a chance to live, Don''t throw me away, let me live!</p>\r\n<p style="text-align: center;">I''m depending on you to give me a chance to live, You womb is my home for this time, Your womb is my home,</p>\r\n<p style="text-align: center;">let me Live and grow, Until I am born, in my time.</p>', 'Let Me Live', '', 'publish', 'closed', 'open', '', 'let-me-live', '', '', '2009-10-28 09:07:45', '2009-10-28 17:07:45', '', 0, 'http://abortion-options.org/?page_id=45', 0, 'page', '', 0),
(46, 1, '2009-10-28 09:07:23', '2009-10-28 17:07:23', '<p style="text-align: center;">Let Me Live</p>\n<p style="text-align: center;">Don''t throw me away.  Give me a chance to live.  Don''t throw me away, let me live!</p>\n<p style="text-align: center;">I''m depending on you to give me the chance to Live;  Your womb is my home for this time.</p>\n<p style="text-align: center;">Please let me stay in the safety of your womb, safely growing inside you,</p>\n<p style="text-align: center;">Your womb is my home, Let me Live and grow, Until I am born - In my time.</p>\n<p style="text-align: center;">Don''t listen to the voices that tell you I should die,</p>\n<p style="text-align: center;">There''s a reason I am here on this earth,</p>\n<p style="text-align: center;">It''s not by chance that I''m growing inside you,</p>\n<p style="text-align: center;">I was sent from Heaven to Earth.</p>\n<p style="text-align: center;">I''m a gift, so rare, a baby to be loved, I''m asking you to let me live,</p>\n<p style="text-align: center;">Don''t throw me away, give me a chance to live, Don''t throw me away, let me live!</p>\n<p style="text-align: center;">I''m depending on you to give me a chance to live, You womb is my home for this time, Your womb is my home,</p>\n<p style="text-align: center;">let me Live and grow, Until I am born, in my time.</p>', 'Let Me Live', '', 'inherit', 'closed', 'open', '', '45-revision', '', '', '2009-10-28 09:07:23', '2009-10-28 17:07:23', '', 45, 'http://abortion-options.org/?p=46', 0, 'revision', '', 0),
(47, 1, '2009-02-23 09:45:13', '2009-02-23 17:45:13', '<span class="style1"><strong>Are  you pregnant? </strong> Scared and feeling  alone or uncertain what to do next? Facing  an unexpected pregnancy can seem over whelming.   Need a helping hand, or someone to listen to you?</span>\r\n<p align="left"><a href="http://www.lifenews.com/nat2984.html" target="_new"><img src="http://abortion-options.org/clip_image001.jpg" border="0" alt="head" width="111" height="128" style="float:left; padding: 10px;" /></a><strong>I  feel so alone.  Who will help me?</strong> How far along am I?  What about my future plans and dreams.  I can’t support a baby right now. Let  us help you make positive decisions for you future.  There are trained counselors waiting  to discuss all your options.  <strong>You are not alone!</strong></p>\r\n\r\n<blockquote></blockquote>\r\nExplore  your options.  Knowledge is  empowering.  Real empowerment comes when you  find the resources and inner strength necessary to make your best choice.  Does God  care about me?  How does God see my  unborn child?\r\n\r\n<strong>Give  your child the gift of life.</strong> Free confidential  counseling and referral for pregnancy testing  and ultrasound is available.', 'Abortion Options', '', 'inherit', 'closed', 'open', '', '3-revision-v1', '', '', '2009-02-23 09:45:13', '2009-02-23 17:45:13', '', 3, 'http://abortion-options.org/?p=47', 0, 'revision', '', 0),
(48, 1, '2009-12-28 11:14:20', '0000-00-00 00:00:00', '', 'Lucy''s Story', '', 'draft', 'closed', 'open', '', '', '', '', '2009-12-28 11:14:20', '0000-00-00 00:00:00', '', 0, 'http://abortion-options.org/?page_id=48', 0, 'page', '', 0),
(49, 1, '2009-12-28 11:26:34', '2009-12-28 19:26:34', 'Lucy was 18 years old when she had her abortion.  She was a student at the time and was not prepared to become a parent.  She decided not to tell anyone about her abortion, not even her family.  They were still trying to recover from the sudden death of her father one year prior and she didn''t want to cause them anymore pain.\r\n\r\nLucy kept that secret to herself for 8 years.  The shame she felt from having an abortion caused her to feel depressed and angry all the time.  It wasn''t until she finally told her family the truth that she was able to start the healing process.\r\n\r\nLucy says that one of the things that she has learned is that Satan (the father of lies) wants women who have experienced abortion to keep it to themselves.  That secret then eats away at them and keeps them bound with quilt and shame.\r\n\r\nLucy has spent the last several years helping other women find healing and hope through Jesus Christ.  She refers to the following scripture when ministering to women about abortion.  Psalms 139: 13-16 says, "For you formed my inward parts;  You covered me in my mother''s womb.  I will praise You, for I am fearfully and wonderfully made; marvelous are Your works, and that my soul knows very well.  My frame was not hidden from You, when I was made in secret, and skillfully wrought in the lowest parts of the earth.  Your eyes saw my substance, being yet unformed.  And in Your book they all were written, the days fashioned for me, when as yet there were none of them."', 'Lucy''s Story', '', 'publish', 'closed', 'open', '', 'lucys-story', '', '', '2009-12-28 11:29:40', '2009-12-28 19:29:40', '', 0, 'http://abortion-options.org/?page_id=49', 0, 'page', '', 0),
(50, 1, '2009-12-28 11:25:46', '2009-12-28 19:25:46', 'Lucy was 18 years old when she had her abortion.  She was a student at the time and was not prepared to become a parent.  She decided not to tell anyone about her abortion, not even her family.  Her family was still trying to recover from the sudden death of her father one year prior and she didn''t want to cause them anymore pain.\n\nLucy kept that secret to herself for 8 years.  The shame she felt from having an abortion caused her to feel depressed and angry all the time.  It wasn''t until she finally told her family the truth that she was able to start the healing process.\n\nLucy says that one of the things that she has learned is that Satan (the father of lies) wants women who have experienced abortion to keep it to themselves.  That secret then eats away at them and keeps them bound with quilt and shame.\n\nLucy has spent the last several years helping other women find healing and hope through Jesus Christ.  She refers to the following scripture when ministering to women about abortion.  Psalms 139: 13-16 says, "For you formed my inward parts;  You covered me in my mother''s womb.  I will praise You, for I am fearfully and wonderfully made; marvelous are Your works, and that my soul knows very well.  My frame was not hidden from You, when I was made in secret, and skillfully wrought in the lowest parts of the earth.  Your eyes say my substance, being yet unformed.  And in Your book they all were written, the days fashioned for me, when as yet there were none of them."', 'Lucy''s Story', '', 'inherit', 'closed', 'open', '', '49-revision', '', '', '2009-12-28 11:25:46', '2009-12-28 19:25:46', '', 49, 'http://abortion-options.org/?p=50', 0, 'revision', '', 0),
(51, 1, '2009-12-28 11:26:34', '2009-12-28 19:26:34', 'Lucy was 18 years old when she had her abortion.  She was a student at the time and was not prepared to become a parent.  She decided not to tell anyone about her abortion, not even her family.  Her family was still trying to recover from the sudden death of her father one year prior and she didn''t want to cause them anymore pain.\r\n\r\nLucy kept that secret to herself for 8 years.  The shame she felt from having an abortion caused her to feel depressed and angry all the time.  It wasn''t until she finally told her family the truth that she was able to start the healing process.\r\n\r\nLucy says that one of the things that she has learned is that Satan (the father of lies) wants women who have experienced abortion to keep it to themselves.  That secret then eats away at them and keeps them bound with quilt and shame.\r\n\r\nLucy has spent the last several years helping other women find healing and hope through Jesus Christ.  She refers to the following scripture when ministering to women about abortion.  Psalms 139: 13-16 says, "For you formed my inward parts;  You covered me in my mother''s womb.  I will praise You, for I am fearfully and wonderfully made; marvelous are Your works, and that my soul knows very well.  My frame was not hidden from You, when I was made in secret, and skillfully wrought in the lowest parts of the earth.  Your eyes saw my substance, being yet unformed.  And in Your book they all were written, the days fashioned for me, when as yet there were none of them."', 'Lucy''s Story', '', 'inherit', 'closed', 'open', '', '49-revision-2', '', '', '2009-12-28 11:26:34', '2009-12-28 19:26:34', '', 49, 'http://abortion-options.org/?p=51', 0, 'revision', '', 0),
(52, 1, '2009-12-16 06:39:54', '2009-12-16 14:39:54', '<span class="style1"><strong>Are you pregnant? </strong>Scared and feeling alone or uncertain what to do next? Facing an unexpected pregnancy can seem over whelming.  Need a helping hand, or someone to listen to you?</span>\r\n<p align="left"><a href="http://www.lifenews.com/nat2984.html" target="_new"><img style="float:left; padding: 10px;" src="http://abortion-options.org/clip_image001.jpg" border="0" alt="head" width="111" height="128" /></a><strong>I feel so alone.  Who will help me?</strong> How far along am I?  What about my future plans and dreams.  I can’t support a baby right now. Let us help you make positive decisions for you future.  There are trained counselors waiting to discuss all your options.  <strong>You are not alone!</strong></p>\r\n\r\nExplore your options.  Knowledge is empowering.  Real empowerment comes when you find the resources and inner strength necessary to make your best choice.  Does God care about me?  How does God see my unborn child?\r\n\r\n<strong>Give your child the gift of life.</strong> Free confidential counseling and referral for pregnancy testing and ultrasound is available.\r\n<p style="text-align: center;"><strong><a href="http://www.lovelines.org/?page_id=286">HAPPY BIRTHDAY JESUS</a></strong></p>', 'Abortion Options', '', 'inherit', 'closed', 'open', '', '3-revision-v1', '', '', '2009-12-16 06:39:54', '2009-12-16 14:39:54', '', 3, 'http://abortion-options.org/?p=52', 0, 'revision', '', 0),
(53, 1, '2010-04-07 07:59:42', '2010-04-07 15:59:42', 'My wife and I are in the process of adopting an infant domestically.  We are currently appoved for domestic adoption through our agency, Children''s Home Society of Family Services of St. Paul.  If you or someone you know is considering adoption as an option, please consider us.  Our contact information is <a href="mailto:tinaandmarkadopt@gmail.com">tinaandmarkadopt@gmail.com</a> and <a href="http://sites.google.com/site/tinaandmarkadopt/">http://sites.google.com/site/tinaandmarkadopt/</a>\r\n\r\nThank you and God bless,\r\n\r\nMark &amp; Tina Litchy', 'Looking to adopt', '', 'publish', 'closed', 'open', '', 'looking-to-adopt', '', '', '2010-04-07 08:04:49', '2010-04-07 16:04:49', '', 6, 'http://abortion-options.org/?page_id=53', 0, 'page', '', 0),
(54, 1, '2010-04-07 07:58:18', '2010-04-07 15:58:18', '<h3>My wife and I are in the process of adopting an infant domestically.  We are currently appoved for domestic adoption through our agency, Children''s Home Society of Family Services of St. Paul.  If you or someone you know is considering adoption as an option, please consider us.  Our contact information is <a href="mailto:tinaandmarkadopt@gmail.com">tinaandmarkadopt@gmail.com</a> and <a href="http://sites.google.com/site/tinaandmarkadopt/">http://sites.google.com/site/tinaandmarkadopt/</a></h3>\n<h3>Thank you and God bless,</h3>\n<h3>Mark &amp; Tina Litchy</h3>', 'Looking to adopt', '', 'inherit', 'closed', 'open', '', '53-revision', '', '', '2010-04-07 07:58:18', '2010-04-07 15:58:18', '', 53, 'http://abortion-options.org/?p=54', 0, 'revision', '', 0),
(55, 1, '2010-04-07 08:04:15', '2010-04-07 16:04:15', 'My wife and I are in the process of adopting an infant domestically.  We are currently appoved for domestic adoption through our agency, Children''s Home Society of Family Services of St. Paul.  If you or someone you know is considering adoption as an option, please consider us.  Our contact information is <a href="mailto:tinaandmarkadopt@gmail.com">tinaandmarkadopt@gmail.com</a> and\n\nThank you and God bless,\n\nMark &amp; Tina Litchy', 'Looking to adopt', '', 'inherit', 'closed', 'open', '', '53-autosave', '', '', '2010-04-07 08:04:15', '2010-04-07 16:04:15', '', 53, 'http://abortion-options.org/?p=55', 0, 'revision', '', 0),
(56, 1, '2010-04-07 07:59:42', '2010-04-07 15:59:42', '<h3>My wife and I are in the process of adopting an infant domestically.  We are currently appoved for domestic adoption through our agency, Children''s Home Society of Family Services of St. Paul.  If you or someone you know is considering adoption as an option, please consider us.  Our contact information is <a href="mailto:tinaandmarkadopt@gmail.com">tinaandmarkadopt@gmail.com</a> and <a href="http://sites.google.com/site/tinaandmarkadopt/">http://sites.google.com/site/tinaandmarkadopt/</a></h3>\r\n<h3>Thank you and God bless,</h3>\r\n<h3>Mark &amp; Tina Litchy</h3>', 'Looking to adopt', '', 'inherit', 'closed', 'open', '', '53-revision-2', '', '', '2010-04-07 07:59:42', '2010-04-07 15:59:42', '', 53, 'http://abortion-options.org/?p=56', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(57, 1, '2009-02-18 11:12:06', '2009-02-18 19:12:06', '<img src="http://abortion-options.org/picture_library/Athena_and_Philip2.jpg" alt="athena and philip" style="float:right; padding: 10px;" /><p style="text-align: left;">Faced with credible medical reasons to have an abortion.</p>\r\n\r\nAthena had had an emergency surgery. The surgeons removed a cyst from her uterus and cleaned out all of her female parts. During the process she had been given about five pregnancy tests. They all turned out negative. Nothing seemed to be there.\r\n\r\nTwo months went by and she was not bouncing back from the surgery. She couldn''t seem to figure out what was going on. She was always tired. She just didn''t feel good.\r\n\r\nWhen she told her girl friend that she just can''t seem to bounce back the friend told her very assertively that she was pregnant.\r\n\r\nAthena told her that they both knew it just couldn''t be true. Athena was sterile; the doctors told her that she was sterile. They told her she would never have children.\r\n\r\nWhen her mother was pregnant with Athena, she had taken a medication to prevent miscarriage. Because of the effects of the drug, Athena had been told she would never have children.\r\n\r\n<img src="http://abortion-options.org/picture_library/Athena_and_Philip1.jpg" alt="" width="136" height="182"   style="float:left; padding: 10px;" />In addition she had done nothing to cause a pregnancy. She had not made love for two months. Her girlfriend insisted she was pregnant and she would prove it. She bought a drug store pregnancy test. It came out positive.\r\n\r\nAthena said it had to be wrong, it was one of those false readings. But the test does not give false positives, only false negatives.\r\n\r\nShe went back to the doctor and she told her she was two and a half months pregnant. They told her to get an abortion. During the surgery they had cleaned out all of the uterine lining; there was nothing for the child to latch on to. The chance of a normal child was close to a million to one.\r\n\r\nShe called Lee at work. With her background it was her only chance to have a child. She could not bring herself to abort. He said that, "we''re not going to abort it. It''s just wrong."\r\n\r\n<img src="http://abortion-options.org/picture_library/Athena_and_Philip3.jpg" alt="" width="239" height="152"  style="float:right; padding: 10px;" />The doctors even called him at work a couple of times. They told him that his girlfriend really needs to abort this child. They were not married at the time, but they did marry shortly after.\r\n\r\n\r\nPhillip was born seven months later. He''s perfect. He''s smart. He''s brilliant. He won 48 trophies as the most beautiful baby in the United States in 1989.\r\n', 'Athena''s Story', '', 'inherit', 'closed', 'open', '', '8-revision-3', '', '', '2009-02-18 11:12:06', '2009-02-18 19:12:06', '', 8, 'http://abortion-options.org/?p=57', 0, 'revision', '', 0),
(58, 1, '2010-01-27 10:18:08', '2010-01-27 18:18:08', '<span class="style1"><strong>Are you pregnant? </strong>Scared and feeling alone or uncertain what to do next? Facing an unexpected pregnancy can seem over whelming.  Need a helping hand, or someone to listen to you?</span>\r\n<p align="left"><a href="http://www.lifenews.com/nat2984.html" target="_new"><img style="float:left; padding: 10px;" src="http://abortion-options.org/clip_image001.jpg" border="0" alt="head" width="111" height="128" /></a><strong>I feel so alone.  Who will help me?</strong> How far along am I?  What about my future plans and dreams.  I can’t support a baby right now. Let us help you make positive decisions for you future.  There are trained counselors waiting to discuss all your options.  <strong>You are not alone!</strong></p>\r\n\r\nExplore your options.  Knowledge is empowering.  Real empowerment comes when you find the resources and inner strength necessary to make your best choice.  Does God care about me?  How does God see my unborn child?\r\n\r\n<strong>Give your child the gift of life.</strong> Free confidential counseling and referral for pregnancy testing and ultrasound is available.', 'Abortion Options', '', 'inherit', 'closed', 'open', '', '3-revision-v1', '', '', '2010-01-27 10:18:08', '2010-01-27 18:18:08', '', 3, 'http://abortion-options.org/?p=58', 0, 'revision', '', 0),
(59, 1, '2011-04-05 08:49:32', '2011-04-05 16:49:32', '<span class="style1"><strong>Are you pregnant? </strong>Scared and feeling alone or uncertain what to do next? Facing an unexpected pregnancy can seem over whelming.  Need a helping hand, or someone to listen to you?</span>\r\n<p align="left"><a href="http://www.lifenews.com/nat2984.html" target="_new"><img style="float:left; padding: 10px;" src="http://abortion-options.org/clip_image001.jpg" border="0" alt="head" width="111" height="128" /></a><strong>I feel so alone.  Who will help me?</strong> How far along am I?  What about my future plans and dreams.  I can’t support a baby right now. Let us help you make positive decisions for you future.  There are trained counselors waiting to discuss all your options.  <strong>You are not alone!</strong></p>\r\n\r\nExplore your options.  Knowledge is empowering.  Real empowerment comes when you find the resources and inner strength necessary to make your best choice.  Does God care about me?  How does God see my unborn child?\r\n\r\n<strong>Give your child the gift of life.</strong> Free confidential counseling and referral for pregnancy testing and ultrasound is available.\r\n\r\n<strong>Adoption,  Abortion?</strong>\r\n\r\nOver 24 years ago I was considering  <strong>Adoption,  Abortion</strong>, or <strong>keep the baby</strong>. I was  unwed and pregnant.\r\n\r\nI called Love Lines for prayer for direction. I decided to keep my son, who now plays violin for our\r\n\r\nchurch and loves the Lord! I am very thankful for Love Lines and how God has used Love Lines to <strong>bless, </strong>\r\n\r\n<strong>protect, and help </strong>so many people.', 'Abortion Options', '', 'inherit', 'closed', 'open', '', '3-revision-v1', '', '', '2011-04-05 08:49:32', '2011-04-05 16:49:32', '', 3, 'http://abortion-options.org/?p=59', 0, 'revision', '', 0),
(60, 1, '2009-10-28 08:51:13', '2009-10-28 16:51:13', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a> </strong>\r\n\r\n<p style="text-align: left;"><strong>Total Life Care Centers</strong>\r\n<strong>525 Thomas Ave.</strong>\r\n<strong>St. Paul, MN</strong>\r\n<strong>651-291-9473 or 1-888-652-1140</strong>\r\n<strong><a href="http://www.TotalLifeCare.org">www.TotalLifeCare.org</a></strong>\r\n\r\n<p style="text-align: left;"><strong>New Life Family Services\r\n(4 metro area locations)\r\n<a href="http://www.newlifefamilyservices.com">www.newlifefamilyservices.com</a></strong>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>', 'Resources & Links', '', 'inherit', 'closed', 'open', '', '6-revision-v1', '', '', '2009-10-28 08:51:13', '2009-10-28 16:51:13', '', 6, 'http://abortion-options.org/?p=60', 0, 'revision', '', 0),
(61, 1, '2011-06-07 11:55:13', '2011-06-07 19:55:13', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a> </strong>\r\n\r\n<p style="text-align: left;"><strong>Total Life Care Centers</strong>\r\n<strong>525 Thomas Ave.</strong>\r\n<strong>St. Paul, MN</strong>\r\n<strong>651-291-9473 or 1-888-652-1140</strong>\r\n<strong><a href="http://www.TotalLifeCare.org">www.TotalLifeCare.org</a></strong>\r\n\r\n<p style="text-align: left;"><strong>New Life Family Services\r\n(4 metro area locations)\r\n<a href="http://www.newlifefamilyservices.com">www.newlifefamilyservices.com</a></strong>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n\r\n<p style="text-align: left;"><strong>www.liberateministries.org\r\n</strong>', 'Resources & Links', '', 'inherit', 'closed', 'open', '', '6-revision-v1', '', '', '2011-06-07 11:55:13', '2011-06-07 19:55:13', '', 6, 'http://abortion-options.org/?p=61', 0, 'revision', '', 0),
(62, 1, '2011-06-07 11:58:10', '2011-06-07 19:58:10', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a> </strong>\r\n\r\n<p style="text-align: left;"><strong>Total Life Care Centers</strong>\r\n<strong>525 Thomas Ave.</strong>\r\n<strong>St. Paul, MN</strong>\r\n<strong>651-291-9473 or 1-888-652-1140</strong>\r\n<strong><a href="http://www.TotalLifeCare.org">www.TotalLifeCare.org</a></strong>\r\n\r\n<p style="text-align: left;"><strong>New Life Family Services\r\n(4 metro area locations)\r\n<a href="http://www.newlifefamilyservices.com">www.newlifefamilyservices.com</a></strong>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a>\r\n</strong>', 'Resources & Links', '', 'inherit', 'closed', 'open', '', '6-revision-v1', '', '', '2011-06-07 11:58:10', '2011-06-07 19:58:10', '', 6, 'http://abortion-options.org/?p=62', 0, 'revision', '', 0),
(63, 1, '2011-06-14 13:51:31', '2011-06-14 21:51:31', '<p class="style1">During my teenage years, I lived a lifestyle of promiscuity, alcohol, and drug use.  I felt lonely and unloved.  Needing attention, I naturally looked to my parents.  But because our home was filled with strife, I began to look for the love I needed in the arms of many men.  The result-I ended up pregnant at 20 years old.  When I told the father, he didn’t want anything to do with me or the baby.  I felt I couldn’t tell my parents or anyone else.  I felt that I had only one alternative and that was to abort the baby.</p>\r\n<p class="style1">In the clinic they explained to me the process of abortion and told me that there would be no harm to my body.  They said I could have the abortion and go on with the rest of my life.  Following the abortion I was led to a recovery area.  While I was lying down on some type of table, I began to cry as overwhelming emotions came over me.  My roommate picked me up and I cried all the way home.  Later when I was alone, I began to think, “What have I done?”  The little voice inside of me was saying, “You killed your child and that is a sin.”  It was then that I got down on my knees and cried out to God to please forgive me for murdering my child.</p>\r\n<p class="style1">Immediately following the abortion, I moved from Florida to Minnesota where my family was living at the time.  I thought that a fresh start is what I needed and that no one needed to know what I had done.  However, I became sick with PID (Pelvic Inflammatory Disease), a condition that happens more frequently to women who have had an abortion.  The doctor said that as a result of the PID I was sterile.</p>\r\n<p class="style1">Besides my physical health, the rest of my life was deteriorating as a result of the abortion.  I dropped out of college, broke all ties with my college friends, and moved out on my own.  Eventually, I fell back into promiscuity again, this time with the men at my work.  I was lonely and miserable, and hated myself for falling back into old habits in my new life in Minnesota.  One night when I was sick to my stomach and totally disgusted with myself, I helped myself throw up.  That night was the first experience of what would become several years of serious bulimia.</p>\r\n\r\n<p class="style1">When I met my future husband Jeff, we started out as friends only.  As time went on, we developed a deeper relationship and began thinking about marriage and children.  I told him about my past and that I didn’t think I could have children.  I went to see my doctor and he suggested a test that checks the condition of the fallopian tubes.  Before I had the test, Jeff and I prayed together for a healing.  As I watched the dye going up my fallopian tubes on the monitor, the right one seemed to be blocked.  So I silently prayed and as I watched the dye began to slowly go up the tube.  I was amazed and thankful that God honored our prayers.  We were married within two years and we have two beautiful healthy children.\r\nAs life went on my emotions became pretty frazzled.  I wrestled a lot with anger, sadness, depression, shame, quilt, joylessness, and isolation.  My marriage and family life began to suffer.  I would get regular flashbacks of having the abortion.  All this time I didn’t think I needed help in the area of abortion.\r\n<p class="style1">At the new church we were attending we met another couple.  The wife happened to be the director of PATH (Post-Abortive Trauma Healing).  The next thing I knew, I had somehow committed to go through the next PATH class being held.  As the class went on, flashbacks of the day I aborted my child and memories of how I lived my life kept racing through my mind.  I pieced it together and came to the realization that 20 years ago when I aborted my baby I began to run and had been running every since.</p>\r\n<p class="style1">Through faith in Jesus Christ, God has  replaced my horrible memories with new healthy ones of HIS doing.</p>\r\n<p class="style1">Julie Weber</p>\r\n\r\n<p class="style1">(You can read more  of Julie’s story in her book, “Lady Liberty-A Post-Abortive Story of Healing”)\r\nCall Love Lines Crisis Ministry at 612-379-1199 and go to <a href="http://www.liberateministries.org">www.liberateministries.org</a>', 'Julie''s Story', '', 'inherit', 'closed', 'open', '', '10-autosave', '', '', '2011-06-14 13:51:31', '2011-06-14 21:51:31', '', 10, 'http://abortion-options.org/?p=63', 0, 'revision', '', 0),
(64, 1, '2009-02-18 10:49:06', '2009-02-18 18:49:06', '<p class="style1">During my teenage years, I lived a lifestyle of promiscuity, alcohol, and drug use.  I felt lonely and unloved.  Needing attention, I naturally looked to my parents.  But because our home was filled with strife, I began to look for the love I needed in the arms of many men.  The result-I ended up pregnant at 20 years old.  When I told the father, he didn’t want anything to do with me or the baby.  I felt I couldn’t tell my parents or anyone else.  I felt that I had only one alternative and that was to abort the baby.</p>\r\n<p class="style1">In the clinic they explained to me the process of abortion and told me that there would be no harm to my body.  They said I could have the abortion and go on with the rest of my life.  Following the abortion I was led to a recovery area.  While I was lying down on some type of table, I began to cry as overwhelming emotions came over me.  My roommate picked me up and I cried all the way home.  Later when I was alone, I began to think, “What have I done?”  The little voice inside of me was saying, “You killed your child and that is a sin.”  It was then that I got down on my knees and cried out to God to please forgive me for murdering my child.</p>\r\n<p class="style1">Immediately following the abortion, I moved from Florida to Minnesota where my family was living at the time.  I thought that a fresh start is what I needed and that no one needed to know what I had done.  However, I became sick with PID (Pelvic Inflammatory Disease), a condition that happens more frequently to women who have had an abortion.  The doctor said that as a result of the PID I was sterile.</p>\r\n<p class="style1">Besides my physical health, the rest of my life was deteriorating as a result of the abortion.  I dropped out of college, broke all ties with my college friends, and moved out on my own.  Eventually, I fell back into promiscuity again, this time with the men at my work.  I was lonely and miserable, and hated myself for falling back into old habits in my new life in Minnesota.  One night when I was sick to my stomach and totally disgusted with myself, I helped myself throw up.  That night was the first experience of what would become several years of serious bulimia.</p>\r\n\r\n<p class="style1">When I met my future husband Jeff, we started out as friends only.  As time went on, we developed a deeper relationship and began thinking about marriage and children.  I told him about my past and that I didn’t think I could have children.  I went to see my doctor and he suggested a test that checks the condition of the fallopian tubes.  Before I had the test, Jeff and I prayed together for a healing.  As I watched the dye going up my fallopian tubes on the monitor, the right one seemed to be blocked.  So I silently prayed and as I watched the dye began to slowly go up the tube.  I was amazed and thankful that God honored our prayers.  We were married within two years and we have two beautiful healthy children.\r\nAs life went on my emotions became pretty frazzled.  I wrestled a lot with anger, sadness, depression, shame, quilt, joylessness, and isolation.  My marriage and family life began to suffer.  I would get regular flashbacks of having the abortion.  All this time I didn’t think I needed help in the area of abortion.\r\n<p class="style1">At the new church we were attending we met another couple.  The wife happened to be the director of PATH (Post-Abortive Trauma Healing).  The next thing I knew, I had somehow committed to go through the next PATH class being held.  As the class went on, flashbacks of the day I aborted my child and memories of how I lived my life kept racing through my mind.  I pieced it together and came to the realization that 20 years ago when I aborted my baby I began to run and had been running every since.</p>\r\n<p class="style1">Through faith in Jesus Christ, God has  replaced my horrible memories with new healthy ones of HIS doing.</p>\r\n<p class="style1">Julie Weber</p>\r\n\r\n<p class="style1">(You can read more  of Julie’s story in her book, “Lady Liberty-A Post-Abortive Story of Healing”)\r\nCall LoveLines Crisis Ministry at 612-379-1199', 'Julie''s Story', '', 'inherit', 'closed', 'open', '', '10-revision-2', '', '', '2009-02-18 10:49:06', '2009-02-18 18:49:06', '', 10, 'http://abortion-options.org/?p=64', 0, 'revision', '', 0),
(65, 1, '2011-06-14 09:31:20', '2011-06-14 17:31:20', '<p class="style1">During my teenage years, I lived a lifestyle of promiscuity, alcohol, and drug use.  I felt lonely and unloved.  Needing attention, I naturally looked to my parents.  But because our home was filled with strife, I began to look for the love I needed in the arms of many men.  The result-I ended up pregnant at 20 years old.  When I told the father, he didn’t want anything to do with me or the baby.  I felt I couldn’t tell my parents or anyone else.  I felt that I had only one alternative and that was to abort the baby.</p>\r\n<p class="style1">In the clinic they explained to me the process of abortion and told me that there would be no harm to my body.  They said I could have the abortion and go on with the rest of my life.  Following the abortion I was led to a recovery area.  While I was lying down on some type of table, I began to cry as overwhelming emotions came over me.  My roommate picked me up and I cried all the way home.  Later when I was alone, I began to think, “What have I done?”  The little voice inside of me was saying, “You killed your child and that is a sin.”  It was then that I got down on my knees and cried out to God to please forgive me for murdering my child.</p>\r\n<p class="style1">Immediately following the abortion, I moved from Florida to Minnesota where my family was living at the time.  I thought that a fresh start is what I needed and that no one needed to know what I had done.  However, I became sick with PID (Pelvic Inflammatory Disease), a condition that happens more frequently to women who have had an abortion.  The doctor said that as a result of the PID I was sterile.</p>\r\n<p class="style1">Besides my physical health, the rest of my life was deteriorating as a result of the abortion.  I dropped out of college, broke all ties with my college friends, and moved out on my own.  Eventually, I fell back into promiscuity again, this time with the men at my work.  I was lonely and miserable, and hated myself for falling back into old habits in my new life in Minnesota.  One night when I was sick to my stomach and totally disgusted with myself, I helped myself throw up.  That night was the first experience of what would become several years of serious bulimia.</p>\r\n\r\n<p class="style1">When I met my future husband Jeff, we started out as friends only.  As time went on, we developed a deeper relationship and began thinking about marriage and children.  I told him about my past and that I didn’t think I could have children.  I went to see my doctor and he suggested a test that checks the condition of the fallopian tubes.  Before I had the test, Jeff and I prayed together for a healing.  As I watched the dye going up my fallopian tubes on the monitor, the right one seemed to be blocked.  So I silently prayed and as I watched the dye began to slowly go up the tube.  I was amazed and thankful that God honored our prayers.  We were married within two years and we have two beautiful healthy children.\r\nAs life went on my emotions became pretty frazzled.  I wrestled a lot with anger, sadness, depression, shame, quilt, joylessness, and isolation.  My marriage and family life began to suffer.  I would get regular flashbacks of having the abortion.  All this time I didn’t think I needed help in the area of abortion.\r\n<p class="style1">At the new church we were attending we met another couple.  The wife happened to be the director of PATH (Post-Abortive Trauma Healing).  The next thing I knew, I had somehow committed to go through the next PATH class being held.  As the class went on, flashbacks of the day I aborted my child and memories of how I lived my life kept racing through my mind.  I pieced it together and came to the realization that 20 years ago when I aborted my baby I began to run and had been running every since.</p>\r\n<p class="style1">Through faith in Jesus Christ, God has  replaced my horrible memories with new healthy ones of HIS doing.</p>\r\n<p class="style1">Julie Weber</p>\r\n\r\n<p class="style1">(You can read more  of Julie’s story in her book, “Lady Liberty-A Post-Abortive Story of Healing”)\r\nCall Love Lines Crisis Ministry at 612-379-1199 and go to <a href="http://www.liberateministries@gmail.com">www.liberateministries@gmail.com</a>', 'Julie''s Story', '', 'inherit', 'closed', 'open', '', '10-revision-3', '', '', '2011-06-14 09:31:20', '2011-06-14 17:31:20', '', 10, 'http://abortion-options.org/?p=65', 0, 'revision', '', 0),
(66, 1, '2011-06-14 09:34:03', '2011-06-14 17:34:03', '<p class="style1">During my teenage years, I lived a lifestyle of promiscuity, alcohol, and drug use.  I felt lonely and unloved.  Needing attention, I naturally looked to my parents.  But because our home was filled with strife, I began to look for the love I needed in the arms of many men.  The result-I ended up pregnant at 20 years old.  When I told the father, he didn’t want anything to do with me or the baby.  I felt I couldn’t tell my parents or anyone else.  I felt that I had only one alternative and that was to abort the baby.</p>\r\n<p class="style1">In the clinic they explained to me the process of abortion and told me that there would be no harm to my body.  They said I could have the abortion and go on with the rest of my life.  Following the abortion I was led to a recovery area.  While I was lying down on some type of table, I began to cry as overwhelming emotions came over me.  My roommate picked me up and I cried all the way home.  Later when I was alone, I began to think, “What have I done?”  The little voice inside of me was saying, “You killed your child and that is a sin.”  It was then that I got down on my knees and cried out to God to please forgive me for murdering my child.</p>\r\n<p class="style1">Immediately following the abortion, I moved from Florida to Minnesota where my family was living at the time.  I thought that a fresh start is what I needed and that no one needed to know what I had done.  However, I became sick with PID (Pelvic Inflammatory Disease), a condition that happens more frequently to women who have had an abortion.  The doctor said that as a result of the PID I was sterile.</p>\r\n<p class="style1">Besides my physical health, the rest of my life was deteriorating as a result of the abortion.  I dropped out of college, broke all ties with my college friends, and moved out on my own.  Eventually, I fell back into promiscuity again, this time with the men at my work.  I was lonely and miserable, and hated myself for falling back into old habits in my new life in Minnesota.  One night when I was sick to my stomach and totally disgusted with myself, I helped myself throw up.  That night was the first experience of what would become several years of serious bulimia.</p>\r\n\r\n<p class="style1">When I met my future husband Jeff, we started out as friends only.  As time went on, we developed a deeper relationship and began thinking about marriage and children.  I told him about my past and that I didn’t think I could have children.  I went to see my doctor and he suggested a test that checks the condition of the fallopian tubes.  Before I had the test, Jeff and I prayed together for a healing.  As I watched the dye going up my fallopian tubes on the monitor, the right one seemed to be blocked.  So I silently prayed and as I watched the dye began to slowly go up the tube.  I was amazed and thankful that God honored our prayers.  We were married within two years and we have two beautiful healthy children.\r\nAs life went on my emotions became pretty frazzled.  I wrestled a lot with anger, sadness, depression, shame, quilt, joylessness, and isolation.  My marriage and family life began to suffer.  I would get regular flashbacks of having the abortion.  All this time I didn’t think I needed help in the area of abortion.\r\n<p class="style1">At the new church we were attending we met another couple.  The wife happened to be the director of PATH (Post-Abortive Trauma Healing).  The next thing I knew, I had somehow committed to go through the next PATH class being held.  As the class went on, flashbacks of the day I aborted my child and memories of how I lived my life kept racing through my mind.  I pieced it together and came to the realization that 20 years ago when I aborted my baby I began to run and had been running every since.</p>\r\n<p class="style1">Through faith in Jesus Christ, God has  replaced my horrible memories with new healthy ones of HIS doing.</p>\r\n<p class="style1">Julie Weber</p>\r\n\r\n<p class="style1">(You can read more  of Julie’s story in her book, “Lady Liberty-A Post-Abortive Story of Healing”)\r\nCall Love Lines Crisis Ministry at 612-379-1199 and go to<a href="http://www.liberateministries.org"> </a><a href="http://www.liberateministries@gmail.com">www.liberateministries.org</a>', 'Julie''s Story', '', 'inherit', 'closed', 'open', '', '10-revision-4', '', '', '2011-06-14 09:34:03', '2011-06-14 17:34:03', '', 10, 'http://abortion-options.org/?p=66', 0, 'revision', '', 0),
(67, 1, '2011-06-14 09:35:19', '2011-06-14 17:35:19', '<p class="style1">During my teenage years, I lived a lifestyle of promiscuity, alcohol, and drug use.  I felt lonely and unloved.  Needing attention, I naturally looked to my parents.  But because our home was filled with strife, I began to look for the love I needed in the arms of many men.  The result-I ended up pregnant at 20 years old.  When I told the father, he didn’t want anything to do with me or the baby.  I felt I couldn’t tell my parents or anyone else.  I felt that I had only one alternative and that was to abort the baby.</p>\r\n<p class="style1">In the clinic they explained to me the process of abortion and told me that there would be no harm to my body.  They said I could have the abortion and go on with the rest of my life.  Following the abortion I was led to a recovery area.  While I was lying down on some type of table, I began to cry as overwhelming emotions came over me.  My roommate picked me up and I cried all the way home.  Later when I was alone, I began to think, “What have I done?”  The little voice inside of me was saying, “You killed your child and that is a sin.”  It was then that I got down on my knees and cried out to God to please forgive me for murdering my child.</p>\r\n<p class="style1">Immediately following the abortion, I moved from Florida to Minnesota where my family was living at the time.  I thought that a fresh start is what I needed and that no one needed to know what I had done.  However, I became sick with PID (Pelvic Inflammatory Disease), a condition that happens more frequently to women who have had an abortion.  The doctor said that as a result of the PID I was sterile.</p>\r\n<p class="style1">Besides my physical health, the rest of my life was deteriorating as a result of the abortion.  I dropped out of college, broke all ties with my college friends, and moved out on my own.  Eventually, I fell back into promiscuity again, this time with the men at my work.  I was lonely and miserable, and hated myself for falling back into old habits in my new life in Minnesota.  One night when I was sick to my stomach and totally disgusted with myself, I helped myself throw up.  That night was the first experience of what would become several years of serious bulimia.</p>\r\n\r\n<p class="style1">When I met my future husband Jeff, we started out as friends only.  As time went on, we developed a deeper relationship and began thinking about marriage and children.  I told him about my past and that I didn’t think I could have children.  I went to see my doctor and he suggested a test that checks the condition of the fallopian tubes.  Before I had the test, Jeff and I prayed together for a healing.  As I watched the dye going up my fallopian tubes on the monitor, the right one seemed to be blocked.  So I silently prayed and as I watched the dye began to slowly go up the tube.  I was amazed and thankful that God honored our prayers.  We were married within two years and we have two beautiful healthy children.\r\nAs life went on my emotions became pretty frazzled.  I wrestled a lot with anger, sadness, depression, shame, quilt, joylessness, and isolation.  My marriage and family life began to suffer.  I would get regular flashbacks of having the abortion.  All this time I didn’t think I needed help in the area of abortion.\r\n<p class="style1">At the new church we were attending we met another couple.  The wife happened to be the director of PATH (Post-Abortive Trauma Healing).  The next thing I knew, I had somehow committed to go through the next PATH class being held.  As the class went on, flashbacks of the day I aborted my child and memories of how I lived my life kept racing through my mind.  I pieced it together and came to the realization that 20 years ago when I aborted my baby I began to run and had been running every since.</p>\r\n<p class="style1">Through faith in Jesus Christ, God has  replaced my horrible memories with new healthy ones of HIS doing.</p>\r\n<p class="style1">Julie Weber</p>\r\n\r\n<p class="style1">(You can read more  of Julie’s story in her book, “Lady Liberty-A Post-Abortive Story of Healing”)\r\nCall Love Lines Crisis Ministry at 612-379-1199 and go to<a href="http://www.liberateministries@gmail.com"></a>', 'Julie''s Story', '', 'inherit', 'closed', 'open', '', '10-revision-5', '', '', '2011-06-14 09:35:19', '2011-06-14 17:35:19', '', 10, 'http://abortion-options.org/?p=67', 0, 'revision', '', 0),
(68, 1, '2011-06-14 09:38:06', '2011-06-14 17:38:06', '<p class="style1">During my teenage years, I lived a lifestyle of promiscuity, alcohol, and drug use.  I felt lonely and unloved.  Needing attention, I naturally looked to my parents.  But because our home was filled with strife, I began to look for the love I needed in the arms of many men.  The result-I ended up pregnant at 20 years old.  When I told the father, he didn’t want anything to do with me or the baby.  I felt I couldn’t tell my parents or anyone else.  I felt that I had only one alternative and that was to abort the baby.</p>\r\n<p class="style1">In the clinic they explained to me the process of abortion and told me that there would be no harm to my body.  They said I could have the abortion and go on with the rest of my life.  Following the abortion I was led to a recovery area.  While I was lying down on some type of table, I began to cry as overwhelming emotions came over me.  My roommate picked me up and I cried all the way home.  Later when I was alone, I began to think, “What have I done?”  The little voice inside of me was saying, “You killed your child and that is a sin.”  It was then that I got down on my knees and cried out to God to please forgive me for murdering my child.</p>\r\n<p class="style1">Immediately following the abortion, I moved from Florida to Minnesota where my family was living at the time.  I thought that a fresh start is what I needed and that no one needed to know what I had done.  However, I became sick with PID (Pelvic Inflammatory Disease), a condition that happens more frequently to women who have had an abortion.  The doctor said that as a result of the PID I was sterile.</p>\r\n<p class="style1">Besides my physical health, the rest of my life was deteriorating as a result of the abortion.  I dropped out of college, broke all ties with my college friends, and moved out on my own.  Eventually, I fell back into promiscuity again, this time with the men at my work.  I was lonely and miserable, and hated myself for falling back into old habits in my new life in Minnesota.  One night when I was sick to my stomach and totally disgusted with myself, I helped myself throw up.  That night was the first experience of what would become several years of serious bulimia.</p>\r\n\r\n<p class="style1">When I met my future husband Jeff, we started out as friends only.  As time went on, we developed a deeper relationship and began thinking about marriage and children.  I told him about my past and that I didn’t think I could have children.  I went to see my doctor and he suggested a test that checks the condition of the fallopian tubes.  Before I had the test, Jeff and I prayed together for a healing.  As I watched the dye going up my fallopian tubes on the monitor, the right one seemed to be blocked.  So I silently prayed and as I watched the dye began to slowly go up the tube.  I was amazed and thankful that God honored our prayers.  We were married within two years and we have two beautiful healthy children.\r\nAs life went on my emotions became pretty frazzled.  I wrestled a lot with anger, sadness, depression, shame, quilt, joylessness, and isolation.  My marriage and family life began to suffer.  I would get regular flashbacks of having the abortion.  All this time I didn’t think I needed help in the area of abortion.\r\n<p class="style1">At the new church we were attending we met another couple.  The wife happened to be the director of PATH (Post-Abortive Trauma Healing).  The next thing I knew, I had somehow committed to go through the next PATH class being held.  As the class went on, flashbacks of the day I aborted my child and memories of how I lived my life kept racing through my mind.  I pieced it together and came to the realization that 20 years ago when I aborted my baby I began to run and had been running every since.</p>\r\n<p class="style1">Through faith in Jesus Christ, God has  replaced my horrible memories with new healthy ones of HIS doing.</p>\r\n<p class="style1">Julie Weber</p>\r\n\r\n<p class="style1">(You can read more  of Julie’s story in her book, “Lady Liberty-A Post-Abortive Story of Healing”)\r\nCall Love Lines Crisis Ministry at 612-379-1199 and go to <a href="http://www.liberateministries.org">www.liberateministries.org</a>', 'Julie''s Story', '', 'inherit', 'closed', 'open', '', '10-revision-6', '', '', '2011-06-14 09:38:06', '2011-06-14 17:38:06', '', 10, 'http://abortion-options.org/?p=68', 0, 'revision', '', 0),
(69, 1, '2011-06-14 13:51:17', '2011-06-14 21:51:17', '<p class="style1">During my teenage years, I lived a lifestyle of promiscuity, alcohol, and drug use.  I felt lonely and unloved.  Needing attention, I naturally looked to my parents.  But because our home was filled with strife, I began to look for the love I needed in the arms of many men.  The result-I ended up pregnant at 20 years old.  When I told the father, he didn’t want anything to do with me or the baby.  I felt I couldn’t tell my parents or anyone else.  I felt that I had only one alternative and that was to abort the baby.</p>\r\n<p class="style1">In the clinic they explained to me the process of abortion and told me that there would be no harm to my body.  They said I could have the abortion and go on with the rest of my life.  Following the abortion I was led to a recovery area.  While I was lying down on some type of table, I began to cry as overwhelming emotions came over me.  My roommate picked me up and I cried all the way home.  Later when I was alone, I began to think, “What have I done?”  The little voice inside of me was saying, “You killed your child and that is a sin.”  It was then that I got down on my knees and cried out to God to please forgive me for murdering my child.</p>\r\n<p class="style1">Immediately following the abortion, I moved from Florida to Minnesota where my family was living at the time.  I thought that a fresh start is what I needed and that no one needed to know what I had done.  However, I became sick with PID (Pelvic Inflammatory Disease), a condition that happens more frequently to women who have had an abortion.  The doctor said that as a result of the PID I was sterile.</p>\r\n<p class="style1">Besides my physical health, the rest of my life was deteriorating as a result of the abortion.  I dropped out of college, broke all ties with my college friends, and moved out on my own.  Eventually, I fell back into promiscuity again, this time with the men at my work.  I was lonely and miserable, and hated myself for falling back into old habits in my new life in Minnesota.  One night when I was sick to my stomach and totally disgusted with myself, I helped myself throw up.  That night was the first experience of what would become several years of serious bulimia.</p>\r\n\r\n<p class="style1">When I met my future husband Jeff, we started out as friends only.  As time went on, we developed a deeper relationship and began thinking about marriage and children.  I told him about my past and that I didn’t think I could have children.  I went to see my doctor and he suggested a test that checks the condition of the fallopian tubes.  Before I had the test, Jeff and I prayed together for a healing.  As I watched the dye going up my fallopian tubes on the monitor, the right one seemed to be blocked.  So I silently prayed and as I watched the dye began to slowly go up the tube.  I was amazed and thankful that God honored our prayers.  We were married within two years and we have two beautiful healthy children.\r\nAs life went on my emotions became pretty frazzled.  I wrestled a lot with anger, sadness, depression, shame, quilt, joylessness, and isolation.  My marriage and family life began to suffer.  I would get regular flashbacks of having the abortion.  All this time I didn’t think I needed help in the area of abortion.\r\n<p class="style1">At the new church we were attending we met another couple.  The wife happened to be the director of PATH (Post-Abortive Trauma Healing).  The next thing I knew, I had somehow committed to go through the next PATH class being held.  As the class went on, flashbacks of the day I aborted my child and memories of how I lived my life kept racing through my mind.  I pieced it together and came to the realization that 20 years ago when I aborted my baby I began to run and had been running every since.</p>\r\n<p class="style1">Through faith in Jesus Christ, God has  replaced my horrible memories with new healthy ones of HIS doing.</p>\r\n<p class="style1">Julie Weber</p>\r\n\r\n<p class="style1">(You can read more  of Julie’s story in her book, “Lady Liberty-A Post-Abortive Story of Healing”)\r\nCall Love Lines Crisis Ministry at 612-379-1199 and go to <a href="http://www.liberateministries.org">www.liberateministries.org</a>', 'Julie''s Story', '', 'inherit', 'closed', 'open', '', '10-revision-7', '', '', '2011-06-14 13:51:17', '2011-06-14 21:51:17', '', 10, 'http://abortion-options.org/?p=69', 0, 'revision', '', 0),
(70, 1, '2009-04-01 10:48:54', '2009-04-01 18:48:54', '<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: center; mso-outline-level: 1;" align="center"> </p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"> </p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">My story is about total deliverance.<span style="mso-spacerun: yes;">  </span>To make a long story short, my Christian boyfriend and I became sexually active in college.<span style="mso-spacerun: yes;">  </span>I was a very new Christian when I found out I was pregnant.<span style="mso-spacerun: yes;">  </span>I was overwhelmed and marriage wasn’t going to happen, so when I was 3 months pregnant I had an abortion.<span style="mso-spacerun: yes;">  </span>I was 19 years old and had minimal coping skills needed to deal with the after-effects of having an abortion.<span style="mso-spacerun: yes;">  </span>It truly took years to recover from it emotionally.</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">I was the only girl of 5 children.<span style="mso-spacerun: yes;">  </span>My parents never had “the talk” with me.<span style="mso-spacerun: yes;">  </span>Later when I learned that my oldest brother was conceived out of wedlock, I wondered if “the talk” never took place due to hypocrisy.<span style="mso-spacerun: yes;">  </span>Since my parents didn’t know the Lord, they had never experienced total forgiveness from the Lord.</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">I’ve rejoiced often when I have read in scripture special versus that helped me with recovery.<span style="mso-spacerun: yes;">  </span>The one that has helped the most is Psalm 103:12 which says, “As far as the East is from the West, so far has He removed our transgressions from us”.<span style="mso-spacerun: yes;">    </span>Keep in mind that the East and the West never meet!</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">Over the past 35 years Satan has tried to pull me back into shame and quilt.<span style="mso-spacerun: yes;">  </span>The weapons of warfare that the Lord has given us to defect the enemy (Satan) are so powerful!<span style="mso-spacerun: yes;">  </span>I have to stand on any and all provisions the Lord has established to keep me <span style="text-decoration: underline;">free</span>, spiritually and emotionally.<span style="mso-spacerun: yes;">  </span>Needless to say, I look forward to meeting my child in heaven one fine day.</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;">Over the years God has put me in powerful places to minister to others who have had devastating abortions.<span style="mso-spacerun: yes;">  </span>He has allowed my experience to be used to help others.<span style="mso-spacerun: yes;">  </span>Romans 8:28 says, “All things work together for good to them that love God”.<span style="mso-spacerun: yes;">  </span></span></span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">When something very detrimental happens and it happens to you personally, there’s nothing better (next to being saved) than the Lord’s forgiveness. No sin is too great for God to forgive!<span style="mso-spacerun: yes;">  </span>Amen</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>', 'Total Deliverance', '', 'inherit', 'closed', 'open', '', '30-revision-4', '', '', '2009-04-01 10:48:54', '2009-04-01 18:48:54', '', 30, 'http://abortion-options.org/?p=70', 0, 'revision', '', 0),
(71, 1, '2011-06-07 12:20:00', '2011-06-07 20:20:00', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a> </strong>\r\n\r\n<p style="text-align: left;"><strong>Total Life Care Centers</strong>\r\n<strong>525 Thomas Ave.</strong>\r\n<strong>St. Paul, MN</strong>\r\n<strong>651-291-9473 or 1-888-652-1140</strong>\r\n<strong><a href="http://www.TotalLifeCare.org">www.TotalLifeCare.org</a></strong>\r\n\r\n<p style="text-align: left;"><strong>New Life Family Services\r\n(4 metro area locations)\r\n<a href="http://www.newlifefamilyservices.com">www.newlifefamilyservices.com</a></strong>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a>\r\n</strong>', 'Resources & Links', '', 'inherit', 'closed', 'open', '', '6-revision-v1', '', '', '2011-06-07 12:20:00', '2011-06-07 20:20:00', '', 6, 'http://abortion-options.org/?p=71', 0, 'revision', '', 0),
(72, 1, '2011-04-05 08:51:40', '2011-04-05 16:51:40', '<span class="style1"><strong>Are you pregnant? </strong>Scared and feeling alone or uncertain what to do next? Facing an unexpected pregnancy can seem over whelming.  Need a helping hand, or someone to listen to you?</span>\r\n<p align="left"><a href="http://www.lifenews.com/nat2984.html" target="_new"><img style="float:left; padding: 10px;" src="http://abortion-options.org/clip_image001.jpg" border="0" alt="head" width="111" height="128" /></a><strong>I feel so alone.  Who will help me?</strong> How far along am I?  What about my future plans and dreams.  I can’t support a baby right now. Let us help you make positive decisions for you future.  There are trained counselors waiting to discuss all your options.  <strong>You are not alone!</strong></p>\r\n\r\nExplore your options.  Knowledge is empowering.  Real empowerment comes when you find the resources and inner strength necessary to make your best choice.  Does God care about me?  How does God see my unborn child?\r\n\r\n<strong>Give your child the gift of life.</strong> Free confidential counseling and referral for pregnancy testing and ultrasound is available.\r\n\r\n<strong>Adoption,  Abortion?</strong>\r\n\r\nOver 24 years ago I was considering  <strong>Adoption,  Abortion</strong>, or <strong>keep the baby</strong>.\r\n\r\nI was  unwed and pregnant. I called Love Lines for prayer for direction. I decided to keep my son,\r\n\r\nwho now plays violin for our church and loves the Lord! I am very thankful for\r\n\r\nLove Lines and how God has used Love Lines to<strong> bless, protect, and help </strong>so many people.', 'Abortion Options', '', 'inherit', 'closed', 'open', '', '3-revision-v1', '', '', '2011-04-05 08:51:40', '2011-04-05 16:51:40', '', 3, 'http://abortion-options.org/?p=72', 0, 'revision', '', 0),
(73, 1, '2011-09-13 10:52:46', '2011-09-13 18:52:46', '<span class="style1"><strong>Are you pregnant? </strong>Scared and feeling alone or uncertain what to do next? Facing an unexpected pregnancy can seem over whelming.  Need a helping hand, or someone to listen to you?</span>\r\n<p align="left"><a href="http://www.lifenews.com/nat2984.html" target="_new"><img style="float:left; padding: 10px;" src="http://abortion-options.org/clip_image001.jpg" border="0" alt="head" width="111" height="128" /></a><strong>I feel so alone.  Who will help me?</strong> How far along am I?  What about my future plans and dreams.  I can’t support a baby right now. Let us help you make positive decisions for you future.  There are trained counselors waiting to discuss all your options.  <strong>You are not alone!</strong></p>\r\n\r\nExplore your options.  Knowledge is empowering.  Real empowerment comes when you find the resources and inner strength necessary to make your best choice.  Does God care about me?  How does God see my unborn child?\r\n\r\n<strong>Give your child the gift of life.</strong> Free confidential counseling and referral for pregnancy testing and ultrasound is available.\r\n\r\n<strong>Adoption,  Abortion?</strong>\r\n\r\nOver 24 years ago I was considering  <strong>Adoption,  Abortion</strong>, or <strong>keep the baby</strong>.\r\n\r\nI was  unwed and pregnant. I called Love Lines for prayer for direction. I decided to keep my son,\r\n\r\nwho now plays violin for our church and loves the Lord! I am very thankful for\r\n\r\nLove Lines and how God has used Love Lines to<strong> bless, protect, and help </strong>so many people.\r\n\r\n<strong>Had a abortion, FEELING GUILTY, Suffering emotionally is that you ?</strong>\r\n\r\n<strong>Rachel''s Vineyard Retreat</strong> is for you!  This non-denominational Christ-based overnight weekend retreat is a beautiful opportunity for hope and healing for women and men who have been impacted. Nearly 1 in 4 women (not to mention how many men) are living with this hidden<strong> grief</strong> for many years. Past participants have said "So many lost years. I should have come sooner". The retreat weekend is Oct. 28-30, 2011 and the deadline to register is Oct. 18. The cost is very reasonable ($150) for 2 nights lodging and 6 meals at a beautiful retreat center in the woods. Contact Debbi Stocco: <span style="text-decoration: underline;">rvineyard@nationalrd.com</span>, 651-206-8926. All contact and registration is completely private and confidential.\r\n\r\nFor more information on this nationally acclaimed retreat visit <span style="text-decoration: underline;">www.rachelsvineyard.org</span>\r\n\r\n<em>"Come all you who are weary or heavy laden and I will give you rest"</em> says the Lord. Matthew 11:28.', 'Abortion Options', '', 'inherit', 'closed', 'open', '', '3-revision-v1', '', '', '2011-09-13 10:52:46', '2011-09-13 18:52:46', '', 3, 'http://abortion-options.org/?p=73', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(74, 1, '2011-09-13 09:56:44', '2011-09-13 17:56:44', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a> </strong>\r\n\r\n<p style="text-align: left;"><strong>Total Life Care Centers</strong>\r\n<strong>525 Thomas Ave.</strong>\r\n<strong>St. Paul, MN</strong>\r\n<strong>651-291-9473 or 1-888-652-1140</strong>\r\n<strong><a href="http://www.TotalLifeCare.org">www.TotalLifeCare.org</a></strong>\r\n\r\n<p style="text-align: left;"><strong>New Life Family Services\r\n(4 metro area locations)\r\n<a href="http://www.newlifefamilyservices.com">www.newlifefamilyservices.com</a></strong>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>', 'Resources & Links', '', 'inherit', 'closed', 'open', '', '6-revision-v1', '', '', '2011-09-13 09:56:44', '2011-09-13 17:56:44', '', 6, 'http://abortion-options.org/?p=74', 0, 'revision', '', 0),
(75, 1, '2011-10-25 08:30:01', '2011-10-25 16:30:01', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a> </strong>\r\n\r\n<p style="text-align: left;"><strong>Total Life Care Centers</strong>\r\n<strong>525 Thomas Ave.</strong>\r\n<strong>St. Paul, MN</strong>\r\n<strong>651-291-9473 or 1-888-652-1140</strong>\r\n<strong><a href="http://www.TotalLifeCare.org">www.TotalLifeCare.org</a></strong>\r\n\r\n<p style="text-align: left;"><strong>New Life Family Services\r\n(4 metro area locations)\r\n<a href="http://www.newlifefamilyservices.com">www.newlifefamilyservices.com</a></strong>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\r\n\r\n<a href="http://www.operationoutcry.org">www.operationoutcry.org</a>', 'Resources & Links', '', 'inherit', 'closed', 'open', '', '6-revision-v1', '', '', '2011-10-25 08:30:01', '2011-10-25 16:30:01', '', 6, 'http://abortion-options.org/?p=75', 0, 'revision', '', 0),
(76, 1, '2011-10-25 08:32:50', '2011-10-25 16:32:50', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a> </strong>\r\n\r\n<p style="text-align: left;"><strong>Total Life Care Centers</strong>\r\n<strong>525 Thomas Ave.</strong>\r\n<strong>St. Paul, MN</strong>\r\n<strong>651-291-9473 or 1-888-652-1140</strong>\r\n<strong><a href="http://www.TotalLifeCare.org">www.TotalLifeCare.org</a></strong>\r\n\r\n<p style="text-align: left;"><strong>New Life Family Services\r\n(4 metro area locations)\r\n<a href="http://www.newlifefamilyservices.com">www.newlifefamilyservices.com</a></strong>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\r\n\r\n<strong><a href="http://www.operationoutcry.org">www.operationoutcry.org</a></strong>', 'Resources & Links', '', 'inherit', 'closed', 'open', '', '6-revision-v1', '', '', '2011-10-25 08:32:50', '2011-10-25 16:32:50', '', 6, 'http://abortion-options.org/?p=76', 0, 'revision', '', 0),
(77, 1, '2011-10-25 08:44:57', '2011-10-25 16:44:57', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a> </strong>\r\n\r\n<p style="text-align: left;"><strong>Total Life Care Centers</strong>\r\n<strong>525 Thomas Ave.</strong>\r\n<strong>St. Paul, MN</strong>\r\n<strong>651-291-9473 or 1-888-652-1140</strong>\r\n<strong><a href="http://www.TotalLifeCare.org">www.TotalLifeCare.org</a></strong>\r\n\r\n<p style="text-align: left;"><strong>New Life Family Services\r\n(4 metro area locations)\r\n<a href="http://www.newlifefamilyservices.com">www.newlifefamilyservices.com</a></strong>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\r\n\r\n<strong><a href="http://www.operationoutcry.org">www.operationoutcry.org</a></strong>\r\n\r\n<a href="&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">&lt;a href="http://www.heartbeatinternational.org" </a>mce_href="http://www.heartbeatinternational.org"&gt;&lt;img src="http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg" mce_src="http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg" border=0 alt="Heartbeat International" width="180" height ="150"&gt;&lt;/a&gt;', 'Resources & Links', '', 'inherit', 'closed', 'open', '', '6-revision-v1', '', '', '2011-10-25 08:44:57', '2011-10-25 16:44:57', '', 6, 'http://abortion-options.org/?p=77', 0, 'revision', '', 0),
(78, 1, '2011-10-25 08:46:47', '2011-10-25 16:46:47', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a> </strong>\r\n\r\n<p style="text-align: left;"><strong>Total Life Care Centers</strong>\r\n<strong>525 Thomas Ave.</strong>\r\n<strong>St. Paul, MN</strong>\r\n<strong>651-291-9473 or 1-888-652-1140</strong>\r\n<strong><a href="http://www.TotalLifeCare.org">www.TotalLifeCare.org</a></strong>\r\n\r\n<p style="text-align: left;"><strong>New Life Family Services\r\n(4 metro area locations)\r\n<a href="http://www.newlifefamilyservices.com">www.newlifefamilyservices.com</a></strong>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\r\n\r\n<strong><a href="http://www.operationoutcry.org">www.operationoutcry.org</a></strong>', 'Resources & Links', '', 'inherit', 'closed', 'open', '', '6-revision-v1', '', '', '2011-10-25 08:46:47', '2011-10-25 16:46:47', '', 6, 'http://abortion-options.org/?p=78', 0, 'revision', '', 0),
(79, 1, '2011-10-25 08:49:13', '2011-10-25 16:49:13', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a> </strong>\r\n\r\n<p style="text-align: left;"><strong>Total Life Care Centers</strong>\r\n<strong>525 Thomas Ave.</strong>\r\n<strong>St. Paul, MN</strong>\r\n<strong>651-291-9473 or 1-888-652-1140</strong>\r\n<strong><a href="http://www.TotalLifeCare.org">www.TotalLifeCare.org</a></strong>\r\n\r\n<p style="text-align: left;"><strong>New Life Family Services\r\n(4 metro area locations)\r\n<a href="http://www.newlifefamilyservices.com">www.newlifefamilyservices.com</a></strong>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\r\n\r\n<strong><a href="http://www.operationoutcry.org">www.operationoutcry.org</a></strong>\r\n\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">&lt;a href="http://www.heartbeatinternational.org" mce_href="http://www.heartbeatinternational.org"&gt;&lt;img src="http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg" mce_src="http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg" border=0 alt="Heartbeat International" width="180" height ="150"&gt;&lt;/a&gt;</a>', 'Resources & Links', '', 'inherit', 'closed', 'open', '', '6-revision-v1', '', '', '2011-10-25 08:49:13', '2011-10-25 16:49:13', '', 6, 'http://abortion-options.org/?p=79', 0, 'revision', '', 0),
(80, 1, '2011-09-13 10:54:15', '2011-09-13 18:54:15', '<span class="style1"><strong>Are you pregnant? </strong>Scared and feeling alone or uncertain what to do next? Facing an unexpected pregnancy can seem over whelming.  Need a helping hand, or someone to listen to you?</span>\r\n<p align="left"><a href="http://www.lifenews.com/nat2984.html" target="_new"><img style="float:left; padding: 10px;" src="http://abortion-options.org/clip_image001.jpg" border="0" alt="head" width="111" height="128" /></a><strong>I feel so alone.  Who will help me?</strong> How far along am I?  What about my future plans and dreams.  I can’t support a baby right now. Let us help you make positive decisions for you future.  There are trained counselors waiting to discuss all your options.  <strong>You are not alone!</strong></p>\r\n\r\nExplore your options.  Knowledge is empowering.  Real empowerment comes when you find the resources and inner strength necessary to make your best choice.  Does God care about me?  How does God see my unborn child?\r\n\r\n<strong>Give your child the gift of life.</strong> Free confidential counseling and referral for pregnancy testing and ultrasound is available.\r\n\r\n<strong>Adoption,  Abortion?</strong>\r\n\r\nOver 24 years ago I was considering  <strong>Adoption,  Abortion</strong>, or <strong>keep the baby</strong>.\r\n\r\nI was  unwed and pregnant. I called Love Lines for prayer for direction. I decided to keep my son,\r\n\r\nwho now plays violin for our church and loves the Lord! I am very thankful for\r\n\r\nLove Lines and how God has used Love Lines to<strong> bless, protect, and help </strong>so many people.\r\n\r\n<strong>Had a abortion, FEELING GUILTY, Suffering emotionally is that you ?</strong>\r\n\r\n<strong>Rachel''s Vineyard Retreat</strong> is for you!  This non-denominational Christ-based overnight weekend retreat is a beautiful opportunity for hope and healing for women and men who have been impacted. Nearly 1 in 4 women (not to mention how many men) are living with this hidden<strong> grief</strong> for many years. Past participants have said "So many lost years. I should have come sooner". The retreat weekend is Oct. 28-30, 2011 and the deadline to register is Oct. 18. The cost is very reasonable ($150) for 2 nights lodging and 6 meals at a beautiful retreat center in the woods. Contact Debbi Stocco: <span style="text-decoration: underline;">rvineyard@nationalrd.com</span>, 651-206-8926. All contact and registration is completely private and confidential.\r\n\r\nFor more information on this nationally acclaimed retreat visit <a href="http://www.rachelsvineyard.org/"><span style="text-decoration: underline;">www.rachelsvineyard.org</span></a>\r\n\r\n<em>"Come all you who are weary or heavy laden and I will give you rest"</em> says the Lord. Matthew 11:28.', 'Abortion Options', '', 'inherit', 'closed', 'open', '', '3-revision-v1', '', '', '2011-09-13 10:54:15', '2011-09-13 18:54:15', '', 3, 'http://abortion-options.org/?p=80', 0, 'revision', '', 0),
(81, 1, '2012-09-28 10:21:17', '2012-09-28 18:21:17', '<span class="style1"><strong>Are you pregnant? </strong>Scared and feeling alone or uncertain what to do next? Facing an unexpected pregnancy can seem over whelming.  Need a helping hand, or someone to listen to you?</span>\r\n<p align="left"><a href="http://www.lifenews.com/nat2984.html" target="_new"><img style="float:left; padding: 10px;" src="http://abortion-options.org/clip_image001.jpg" border="0" alt="head" width="111" height="128" /></a><strong>I feel so alone.  Who will help me?</strong> How far along am I?  What about my future plans and dreams.  I can’t support a baby right now. Let us help you make positive decisions for you future.  There are trained counselors waiting to discuss all your options.  <strong>You are not alone!</strong></p>\r\n\r\nExplore your options.  Knowledge is empowering.  Real empowerment comes when you find the resources and inner strength necessary to make your best choice.  Does God care about me?  How does God see my unborn child?\r\n\r\n<strong>Give your child the gift of life.</strong> Free confidential counseling and referral for pregnancy testing and ultrasound is available.\r\n\r\n<strong>Adoption,  Abortion?</strong>\r\n\r\nOver 24 years ago I was considering  <strong>Adoption,  Abortion</strong>, or <strong>keep the baby</strong>.\r\n\r\nI was  unwed and pregnant. I called Love Lines for prayer for direction. I decided to keep my son,\r\n\r\nwho now plays violin for our church and loves the Lord! I am very thankful for\r\n\r\nLove Lines and how God has used Love Lines to<strong> bless, protect, and help </strong>so many people.\r\n\r\n<strong>Had a abortion, FEELING GUILTY, Suffering emotionally is that you ?</strong>\r\n\r\n<strong>Rachel''s Vineyard Retreat</strong> is for you!  This non-denominational Christ-based overnight weekend retreat is a beautiful opportunity for hope and healing for women and men who have been impacted. Nearly 1 in 4 women (not to mention how many men) are living with this hidden<strong> grief</strong> for many years. Past participants have said "So many lost years. I should have come sooner". The retreat weekend is Oct. 28-30, 2011 and the deadline to register is Oct. 18. The cost is very reasonable ($150) for 2 nights lodging and 6 meals at a beautiful retreat center in the woods. Contact Debbi Stocco: <span style="text-decoration: underline;">rvineyard@nationalrd.com</span>, 651-206-8926. All contact and registration is completely private and confidential.\r\n\r\nFor more information on this nationally acclaimed retreat visit <a href="http://www.rachelsvineyard.org/"><span style="text-decoration: underline;">www.rachelsvineyard.org</span></a>\r\n\r\n<em>"For I know the plans I have for you "</em> says the LORD, "plans to prosper you and not to harm you, plans to give hope and a future  Jeremiah 29:11(NIV)', 'Abortion Options', '', 'inherit', 'closed', 'open', '', '3-revision-v1', '', '', '2012-09-28 10:21:17', '2012-09-28 18:21:17', '', 3, 'http://abortion-options.org/?p=81', 0, 'revision', '', 0),
(82, 1, '2012-10-12 09:30:00', '2012-10-12 17:30:00', '<span class="style1"><strong>Are you pregnant? </strong>Scared and feeling alone or uncertain what to do next? Facing an unexpected pregnancy can seem over whelming.  Need a helping hand, or someone to listen to you?</span>\r\n<p align="left"><a href="http://www.lifenews.com/nat2984.html" target="_new"><img style="float:left; padding: 10px;" src="http://abortion-options.org/clip_image001.jpg" border="0" alt="head" width="111" height="128" /></a><strong>I feel so alone.  Who will help me?</strong> How far along am I?  What about my future plans and dreams.  I can’t support a baby right now. Let us help you make positive decisions for you future.  There are trained counselors waiting to discuss all your options.  <strong>You are not alone!</strong></p>\r\n\r\nExplore your options.  Knowledge is empowering.  Real empowerment comes when you find the resources and inner strength necessary to make your best choice.  Does God care about me?  How does God see my unborn child?\r\n\r\n<strong>Give your child the gift of life.</strong> Free confidential counseling and referral for pregnancy testing and ultrasound is available.\r\n\r\n<strong>Adoption,  Abortion?</strong>\r\n\r\nOver 24 years ago I was considering  <strong>Adoption,  Abortion</strong>, or <strong>keep the baby</strong>.\r\n\r\nI was  unwed and pregnant. I called Love Lines for prayer for direction. I decided to keep my son,\r\n\r\nwho now plays violin for our church and loves the Lord! I am very thankful for\r\n\r\nLove Lines and how God has used Love Lines to<strong> bless, protect, and help </strong>so many people.\r\n\r\n<strong>Had a abortion, FEELING GUILTY, Suffering emotionally is that you ?</strong>\r\n\r\n<strong>Rachel''s Vineyard Retreat</strong> is for you!  This non-denominational Christ-based overnight weekend retreat is a beautiful opportunity for hope and healing for women and men who have been impacted. Nearly 1 in 4 women (not to mention how many men) are living with this hidden<strong> grief</strong> for many years. Past participants have said "So many lost years. I should have come sooner". The retreat weekend is Oct. 28-30, 2011 and the deadline to register is Oct. 18. The cost is very reasonable ($150) for 2 nights lodging and 6 meals at a beautiful retreat center in the woods. Contact Debbi Stocco: <span style="text-decoration: underline;">rvineyard@nationalrd.com</span>, 651-206-8926. All contact and registration is completely private and confidential.\r\n\r\nFor more information on this nationally acclaimed retreat visit <a href="http://www.rachelsvineyard.org/"><span style="text-decoration: underline;">www.rachelsvineyard.org</span></a>\r\n\r\n<em>"For I know the thoughts I think toward  you "</em> says the LORD, "thoughts of peace and not evil (harm) ,  to give you a future and a hope  Jeremiah 29:11(NKJ)', 'Abortion Options', '', 'inherit', 'closed', 'open', '', '3-revision-v1', '', '', '2012-10-12 09:30:00', '2012-10-12 17:30:00', '', 3, 'http://abortion-options.org/?p=82', 0, 'revision', '', 0),
(83, 1, '2012-10-18 20:15:17', '2012-10-19 04:15:17', '<span class="style1"><strong>Are you pregnant? </strong>Scared and feeling alone or uncertain what to do next? Facing an unexpected pregnancy can seem over whelming.  Need a helping hand, or someone to listen to you?</span>\r\n<p align="left"><a href="http://www.lifenews.com/nat2984.html" target="_new"><img style="float:left; padding: 10px;" src="http://abortion-options.org/clip_image001.jpg" border="0" alt="head" width="111" height="128" /></a><strong>I feel so alone.  Who will help me?</strong> How far along am I?  What about my future plans and dreams.  I can’t support a baby right now. Let us help you make positive decisions for you future.  There are trained counselors waiting to discuss all your options.  <strong>You are not alone!</strong></p>\r\n\r\nExplore your options.  Knowledge is empowering.  Real empowerment comes when you find the resources and inner strength necessary to make your best choice.  Does God care about me?  How does God see my unborn child?\r\n\r\n<strong>Give your child the gift of life.</strong> Free confidential counseling and referral for pregnancy testing and ultrasound is available.\r\n\r\n<strong>You  have a choice <span style="text-decoration: underline;">Adoption,  Abortion?</span></strong>\r\n\r\nOver 24 years ago I was considering  <strong>Adoption,  Abortion</strong>, or <strong>keep the baby</strong>.\r\n\r\nI was  unwed and pregnant. I called Love Lines for prayer for direction. I decided to keep my son,\r\n\r\nwho now plays violin for our church and loves the Lord! I am very thankful for\r\n\r\nLove Lines and how God has used Love Lines to<strong> bless, protect, and help </strong>so many people.\r\n\r\n<strong>Had a abortion, FEELING GUILTY, Suffering emotionally is that you ?</strong>\r\n\r\n<strong>Rachel''s Vineyard Retreat</strong> is for you!  This non-denominational Christ-based overnight weekend retreat is a beautiful opportunity for hope and healing for women and men who have been impacted. Nearly 1 in 4 women (not to mention how many men) are living with this hidden<strong> grief</strong> for many years. Past participants have said "So many lost years. I should have come sooner". The retreat weekend is Oct. 28-30, 2011 and the deadline to register is Oct. 18. The cost is very reasonable ($150) for 2 nights lodging and 6 meals at a beautiful retreat center in the woods. Contact Debbi Stocco: <span style="text-decoration: underline;">rvineyard@nationalrd.com</span>, 651-206-8926. All contact and registration is completely private and confidential.\r\n\r\nFor more information on this nationally acclaimed retreat visit <a href="http://www.rachelsvineyard.org/"><span style="text-decoration: underline;">www.rachelsvineyard.org</span></a>\r\n\r\n<em>"For I know the thoughts I think toward  you "</em> says the LORD, "thoughts of peace and not evil (harm) ,  to give you a future and a hope  Jeremiah 29:11(NKJ)', 'Abortion Options', '', 'inherit', 'closed', 'open', '', '3-revision-v1', '', '', '2012-10-18 20:15:17', '2012-10-19 04:15:17', '', 3, 'http://abortion-options.org/?p=83', 0, 'revision', '', 0),
(84, 1, '2012-10-26 11:50:28', '2012-10-26 19:50:28', '<span class="style1"><strong>Are you pregnant? </strong>Scared and feeling alone or uncertain what to do next? Facing an unexpected pregnancy can seem over whelming.  Need a helping hand, or someone to listen to you?</span>\r\n<p align="left"><a href="http://www.lifenews.com/nat2984.html" target="_new"><img style="float:left; padding: 10px;" src="http://abortion-options.org/clip_image001.jpg" border="0" alt="head" width="111" height="128" /></a><strong>I feel so alone.  Who will help me?</strong> How far along am I?  What about my future plans and dreams.  I can’t support a baby right now. Let us help you make positive decisions for you future.  There are trained counselors waiting to discuss all your options.  <strong>You are not alone!</strong></p>\r\n\r\nExplore your options.  Knowledge is empowering.  Real empowerment comes when you find the resources and inner strength necessary to make your best choice.  Does God care about me?  How does God see my unborn child?\r\n\r\n<strong>Give your child the gift of life.</strong> Free confidential counseling and referral for pregnancy testing and ultrasound is available.\r\n\r\n<strong>You  have a choice <span style="text-decoration: underline;">Adoption,  Abortion?</span></strong>\r\n\r\nOver 24 years ago I was considering  <strong>Adoption,  Abortion</strong>, or <strong>keep the baby</strong>.\r\n\r\nI was  unwed and pregnant. I called Love Lines for prayer for direction. I decided to keep my son,\r\n\r\nwho now plays violin for our church and loves the Lord! I am very thankful for\r\n\r\nLove Lines and how God has used Love Lines to<strong> bless, protect, and help </strong>so many people.\r\n\r\n<strong>Had a abortion, FEELING GUILTY, Suffering emotionally is that you ?</strong>\r\n\r\n<strong>Rachel''s Vineyard Retreat</strong> is for you!  This non-denominational Christ-based overnight weekend retreat is a beautiful opportunity for hope and healing for women and men who have been impacted. Nearly 1 in 4 women (not to mention how many men) are living with this hidden<strong> grief</strong> for many years. Past participants have said "So many lost years. I should have come sooner". The retreat weekend is on going so look at the website below for dates and deadlines. The cost is very reasonable ($150) for 2 nights lodging and 6 meals at a beautiful retreat center in the woods. Contact Debbi Stocco: <span style="text-decoration: underline;">rvineyard@nationalrd.com</span>, 651-206-8926. All contact and registration is completely private and confidential.\r\n\r\nFor more information on this nationally acclaimed retreat visit <a href="http://www.rachelsvineyard.org/"><span style="text-decoration: underline;">www.rachelsvineyard.org</span></a>\r\n\r\n<em>"For I know the thoughts I think toward  you "</em> says the LORD, "thoughts of peace and not evil (harm) ,  to give you a future and a hope  Jeremiah 29:11(NKJ)', 'Abortion Options', '', 'inherit', 'closed', 'open', '', '3-revision-v1', '', '', '2012-10-26 11:50:28', '2012-10-26 19:50:28', '', 3, 'http://abortion-options.org/?p=84', 0, 'revision', '', 0),
(85, 1, '2012-11-01 19:51:40', '2012-11-02 03:51:40', '<span class="style1"><strong>Are you pregnant? </strong>Scared and feeling alone or uncertain what to do next? Facing an unexpected pregnancy can seem over whelming.  Need a helping hand, or someone to listen to you?</span>\r\n<p align="left"><a href="http://www.lifenews.com/nat2984.html" target="_new"><img style="float:left; padding: 10px;" src="http://abortion-options.org/clip_image001.jpg" border="0" alt="head" width="111" height="128" /></a><strong>I feel so alone.  Who will help me?</strong> How far along am I?  What about my future plans and dreams.  I can’t support a baby right now. Let us help you make positive decisions for you future.  There are trained counselors waiting to discuss all your options.  <strong>You are not alone!</strong></p>\r\n\r\nExplore your options.  Knowledge is empowering.  Real empowerment comes when you find the resources and inner strength necessary to make your best choice.  Does God care about me?  How does God see my unborn child?\r\n\r\n<strong>Give your child the gift of life.</strong> Free confidential counseling and referral for pregnancy testing and ultrasound is available.\r\n\r\n<strong>You  have a choice <span style="text-decoration: underline;">Adoption,  Abortion?</span></strong>\r\n\r\nOver 24 years ago I was considering  <strong>Adoption,  Abortion</strong>, or <strong>keep the baby</strong>.\r\n\r\nI was  unwed and pregnant. I called Love Lines for prayer for direction. I decided to keep my son,\r\n\r\nwho now plays violin for our church and loves the Lord! I am very thankful for\r\n\r\nLove Lines and how God has used Love Lines to<strong> bless, protect, and help </strong>so many people.\r\n\r\n<strong>Had a abortion, FEELING GUILTY, Suffering emotionally is that you ?</strong>\r\n\r\n<strong>Rachel''s Vineyard Retreat</strong> is for you!  This non-denominational Christ-based overnight weekend retreat is a beautiful opportunity for hope and healing for women and men who have been impacted. Nearly 1 in 4 women (not to mention how many men) are living with this hidden<strong> grief</strong> for many years. Past participants have said "So many lost years. I should have come sooner". The retreat weekend is on going so look at the website below for dates and deadlines. The cost is very reasonable ($150) for 2 nights lodging and 6 meals at a beautiful retreat center in the woods. Contact Debbi Stocco: <span style="text-decoration: underline;">rvineyard@nationalrd.com</span>, 651-206-8926. All contact and registration is completely private and confidential.\r\n\r\nFor more information on this nationally acclaimed retreat visit <a href="http://www.rachelsvineyard.org/"><span style="text-decoration: underline;">www.rachelsvineyard.org</span></a>\r\n\r\n<em>"For I know the thoughts I think toward  you "</em> says the LORD, " thoughts of peace and not evil (harm),  to give you a future and a hope.  Jeremiah 29:11 (NKJ)', 'Abortion Options', '', 'inherit', 'closed', 'open', '', '3-revision-v1', '', '', '2012-11-01 19:51:40', '2012-11-02 03:51:40', '', 3, 'http://abortion-options.org/?p=85', 0, 'revision', '', 0),
(86, 1, '2012-11-23 11:15:21', '2012-11-23 19:15:21', '<span class="style1"><strong>Are you pregnant? </strong>Scared and feeling alone or uncertain what to do next? Facing an unexpected pregnancy can seem over whelming.  Need a helping hand, or someone to listen to you?</span>\r\n<p align="left"><a href="http://www.lifenews.com/nat2984.html" target="_new"><img style="float:left; padding: 10px;" src="http://abortion-options.org/clip_image001.jpg" border="0" alt="head" width="111" height="128" /></a><strong>I feel so alone.  Who will help me?</strong> How far along am I?  What about my future plans and dreams.  I can’t support a baby right now. Let us help you make positive decisions for you future.  There are trained counselors waiting to discuss all your options.  <strong>You are not alone!</strong></p>\r\n\r\nExplore your options.  Knowledge is empowering.  Real empowerment comes when you find the resources and inner strength necessary to make your best choice.  Does God care about me?  How does God see my unborn child?\r\n\r\n<strong>Give your child the gift of life.</strong> Free confidential counseling and referral for pregnancy testing and ultrasound is available.\r\n\r\n<strong>You  have a choice <span style="text-decoration: underline;">Adoption,  Abortion?</span></strong>\r\n\r\nOver 24 years ago I was considering  <strong>Adoption,  Abortion</strong>, or <strong>keep the baby</strong>.\r\n\r\nI was  unwed and pregnant. I called Love Lines for prayer for direction. I decided to keep my son,\r\n\r\nwho now plays violin for our church and loves the Lord! I am very thankful for\r\n\r\nLove Lines and how God has used Love Lines to<strong> bless, protect, and help </strong>so many people.\r\n\r\n<strong>Had a abortion, FEELING GUILTY, Suffering emotionally is that you ?</strong>\r\n\r\n<strong>Rachel''s Vineyard Retreat</strong> is for you!  This non-denominational Christ-based overnight weekend retreat is a beautiful opportunity for hope and healing for women and men who have been impacted. Nearly 1 in 4 women (not to mention how many men) are living with this hidden<strong> grief</strong> for many years. Past participants have said "So many lost years. I should have come sooner". The retreat weekend is on going so look at the website below for dates and deadlines. The cost is very reasonable ($150) for 2 nights lodging and 6 meals at a beautiful retreat center in the woods. Contact Debbi Stocco: <span style="text-decoration: underline;">rvineyard@nationalrd.com</span>, 651-206-8926. All contact and registration is completely private and confidential.\r\n\r\nFor more information on this nationally acclaimed retreat visit <a href="http://www.rachelsvineyard.org/"><span style="text-decoration: underline;">www.rachelsvineyard.org</span></a>\r\n\r\n<em>"For I know the thoughts I think toward  you "</em> says the LORD, " thoughts of peace and not evil (harm),  to give you a future and a hope.  Jeremiah 29:11 (NKJ)\r\n\r\n"For God so Loved the world that he gave His only begotten Son, that whoever believes in Him should not perish but have eternal life." John 3 16 (NKJ)', 'Abortion Options', '', 'inherit', 'closed', 'open', '', '3-revision-v1', '', '', '2012-11-23 11:15:21', '2012-11-23 19:15:21', '', 3, 'http://abortion-options.org/?p=86', 0, 'revision', '', 0),
(87, 1, '2012-11-23 11:16:49', '2012-11-23 19:16:49', '<span class="style1"><strong>Are you pregnant? </strong>Scared and feeling alone or uncertain what to do next? Facing an unexpected pregnancy can seem over whelming.  Need a helping hand, or someone to listen to you?</span>\r\n<p align="left"><a href="http://www.lifenews.com/nat2984.html" target="_new"><img style="float:left; padding: 10px;" src="http://abortion-options.org/clip_image001.jpg" border="0" alt="head" width="111" height="128" /></a><strong>I feel so alone.  Who will help me?</strong> How far along am I?  What about my future plans and dreams.  I can’t support a baby right now. Let us help you make positive decisions for you future.  There are trained counselors waiting to discuss all your options.  <strong>You are not alone!</strong></p>\r\n\r\nExplore your options.  Knowledge is empowering.  Real empowerment comes when you find the resources and inner strength necessary to make your best choice.  Does God care about me?  How does God see my unborn child?\r\n\r\n<strong>Give your child the gift of life.</strong> Free confidential counseling and referral for pregnancy testing and ultrasound is available.\r\n\r\n<strong>You  have a choice <span style="text-decoration: underline;">Adoption,  Abortion?</span></strong>\r\n\r\nOver 24 years ago I was considering  <strong>Adoption,  Abortion</strong>, or <strong>keep the baby</strong>.\r\n\r\nI was  unwed and pregnant. I called Love Lines for prayer for direction. I decided to keep my son,\r\n\r\nwho now plays violin for our church and loves the Lord! I am very thankful for\r\n\r\nLove Lines and how God has used Love Lines to<strong> bless, protect, and help </strong>so many people.\r\n\r\n<strong>Had a abortion, FEELING GUILTY, Suffering emotionally is that you ?</strong>\r\n\r\n<strong>Rachel''s Vineyard Retreat</strong> is for you!  This non-denominational Christ-based overnight weekend retreat is a beautiful opportunity for hope and healing for women and men who have been impacted. Nearly 1 in 4 women (not to mention how many men) are living with this hidden<strong> grief</strong> for many years. Past participants have said "So many lost years. I should have come sooner". The retreat weekend is on going so look at the website below for dates and deadlines. The cost is very reasonable ($150) for 2 nights lodging and 6 meals at a beautiful retreat center in the woods. Contact Debbi Stocco: <span style="text-decoration: underline;">rvineyard@nationalrd.com</span>, 651-206-8926. All contact and registration is completely private and confidential.\r\n\r\nFor more information on this nationally acclaimed retreat visit <a href="http://www.rachelsvineyard.org/"><span style="text-decoration: underline;">www.rachelsvineyard.org</span></a>\r\n\r\n<em>"For I know the thoughts I think toward  you "</em> says the LORD, " thoughts of peace and not evil (harm),  to give you a future and a hope.  Jeremiah 29:11 (NKJ)\r\n\r\n"For God so Loved the world that he gave His only begotten Son, that whoever believes in Him should not perish but have eternal life." John 3:16 (NKJ)', 'Abortion Options', '', 'inherit', 'closed', 'open', '', '3-revision-v1', '', '', '2012-11-23 11:16:49', '2012-11-23 19:16:49', '', 3, 'http://abortion-options.org/?p=87', 0, 'revision', '', 0),
(91, 4, '2015-04-14 19:57:24', '2015-04-15 03:57:24', '<p style="text-align: left;"><img style="float: right; padding: 10px;" src="http://abortion-options.org/untitled.jpg" alt="" width="140" height="160" /><strong>Need someone to talk to?</strong>\n<strong>Caring counselors are available to speak with you </strong></p>\n<p style="text-align: left;"><strong>(612) 379-1199</strong>\n<strong>Love</strong><strong> Lines Crisis Center</strong>\n<b>2855 A</b>\n<strong>St Anthony, MN  55418</strong></p>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '12-autosave-v1', '', '', '2015-04-14 19:57:24', '2015-04-15 03:57:24', '', 12, 'http://abortion-options.org/12-autosave-v1/', 0, 'revision', '', 0),
(92, 4, '2015-04-14 19:57:57', '2015-04-15 03:57:57', '<p style="text-align: left;"><img style="float: right; padding: 10px;" src="http://abortion-options.org/untitled.jpg" alt="" width="140" height="160" /><strong>Need someone to talk to?</strong>\r\n<strong>Caring counselors are available to speak with you </strong></p>\r\n<p style="text-align: left;"><strong>(612) 379-1199</strong>\r\n<strong>Love</strong><strong> Lines Crisis Center</strong>\r\n<b>2855 Anthony Lane S. Suite 115</b>\r\n<strong>St Anthony, MN  55418</strong></p>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2015-04-14 19:57:57', '2015-04-15 03:57:57', '', 12, 'http://abortion-options.org/12-revision-v1/', 0, 'revision', '', 0),
(93, 1, '2015-04-15 13:49:15', '2015-04-15 21:49:15', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a> </strong></p>\r\n<p style="text-align: left;"><strong>Total Life Care Centers</strong>\r\n<strong>525 Thomas Ave.</strong>\r\n<strong>St. Paul, MN</strong>\r\n<strong>651-291-9473 or 1-888-652-1140</strong>\r\n<strong><a href="http://www.TotalLifeCare.org">www.TotalLifeCare.org</a></strong></p>\r\n<p style="text-align: left;"><strong>New Life Family Services\r\n(4 metro area locations)\r\n<a href="http://www.newlifefamilyservices.com">www.newlifefamilyservices.com</a></strong></p>\r\n<p style="text-align: left;"><strong>www.firstcaremn.com</strong></p>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\r\n\r\n<strong><a href="http://www.operationoutcry.org">www.operationoutcry.org</a></strong>\r\n\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2015-04-15 13:49:15', '2015-04-15 21:49:15', '', 6, 'http://abortion-options.org/6-revision-v1/', 0, 'revision', '', 0),
(94, 1, '2015-04-15 13:51:09', '2015-04-15 21:51:09', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a> </strong></p>\r\n<p style="text-align: left;"><strong>Total Life Care Centers</strong>\r\n<strong>525 Thomas Ave.</strong>\r\n<strong>St. Paul, MN</strong>\r\n<strong>651-291-9473 or 1-888-652-1140</strong>\r\n<strong><a href="http://www.TotalLifeCare.org">www.TotalLifeCare.org</a></strong></p>\r\n<p style="text-align: left;"><strong>New Life Family Services\r\n(4 metro area locations)\r\n<a href="http://www.newlifefamilyservices.com">www.newlifefamilyservices.com</a></strong></p>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\r\n\r\n<strong><a href="http://www.operationoutcry.org">www.operationoutcry.org</a></strong>\r\n\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2015-04-15 13:51:09', '2015-04-15 21:51:09', '', 6, 'http://abortion-options.org/6-revision-v1/', 0, 'revision', '', 0),
(97, 4, '2015-04-15 17:41:10', '2015-04-16 01:41:10', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\n<p style="text-align: left;"><strong>University Life Care Center</strong>\n<strong>1315 - 4th Street S.E.</strong>\n<strong>Minneapolis, MN</strong>\n<strong>612-623-3211</strong>\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a></strong></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"></p>\n<p style="text-align: left;"><strong>Other Links:</strong></p>\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\n\n<strong><a href="http://www.operationoutcry.org">www.operationoutcry.org</a></strong>\n\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-autosave-v1', '', '', '2015-04-15 17:41:10', '2015-04-16 01:41:10', '', 6, 'http://abortion-options.org/6-autosave-v1/', 0, 'revision', '', 0),
(100, 1, '2015-04-15 14:41:10', '2015-04-15 22:41:10', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a> </strong></p>\r\n<p style="text-align: left;"><strong>Total Life Care Centers</strong>\r\n<strong>525 Thomas Ave.</strong>\r\n<strong>St. Paul, MN</strong>\r\n<strong>651-291-9473 or 1-888-652-1140</strong>\r\n<strong><a href="http://www.TotalLifeCare.org">www.TotalLifeCare.org</a></strong></p>\r\n<p style="text-align: left;"><strong>New Life Family Services</strong></p>\r\n<p style="text-align: left;"><strong>a licensed adoption agency and our Social Workers meet with clients regardless of if they choose to parent or place for adoption.\r\n(4 metro area locations)\r\n<a href="http://www.newlifefamilyservices.com">www.newlifefamilyservices.com</a></strong></p>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\r\n\r\n<strong><a href="http://www.operationoutcry.org">www.operationoutcry.org</a></strong>\r\n\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2015-04-15 14:41:10', '2015-04-15 22:41:10', '', 6, 'http://abortion-options.org/6-revision-v1/', 0, 'revision', '', 0),
(102, 1, '2015-04-15 16:24:48', '2015-04-16 00:24:48', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a> </strong></p>\r\n<p style="text-align: left;"><strong>Total Life Care Centers</strong>\r\n<strong>525 Thomas Ave.</strong>\r\n<strong>St. Paul, MN</strong>\r\n<strong>651-291-9473 or 1-888-652-1140</strong>\r\n<strong><a href="http://www.TotalLifeCare.org">www.TotalLifeCare.org</a></strong></p>\r\n<p style="text-align: left;"><b>First Care Pregnancy Center</b></p>\r\n<p style="text-align: left;">A comprehensive pregnancy center and licensed adoption agency. Online appointments available</p>\r\n<p style="text-align: left;"><strong> (4 locations)\r\n<a href="http://www.newlifefamilyservices.com">www.newlifefamilyservices.com</a></strong></p>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\r\n\r\n<strong><a href="http://www.operationoutcry.org">www.operationoutcry.org</a></strong>\r\n\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2015-04-15 16:24:48', '2015-04-16 00:24:48', '', 6, 'http://abortion-options.org/6-revision-v1/', 0, 'revision', '', 0),
(103, 1, '2015-04-15 16:25:54', '2015-04-16 00:25:54', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a></strong></p>\r\n<p style="text-align: left;"><b>First Care Pregnancy Center</b></p>\r\n<p style="text-align: left;">A comprehensive pregnancy center and licensed adoption agency. Online appointments available</p>\r\n<p style="text-align: left;"><strong> (4 locations)\r\n<a href="http://www.newlifefamilyservices.com">www.newlifefamilyservices.com</a></strong></p>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\r\n\r\n<strong><a href="http://www.operationoutcry.org">www.operationoutcry.org</a></strong>\r\n\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2015-04-15 16:25:54', '2015-04-16 00:25:54', '', 6, 'http://abortion-options.org/6-revision-v1/', 0, 'revision', '', 0),
(104, 1, '2015-04-15 16:30:38', '2015-04-16 00:30:38', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a></strong></p>\r\n<p style="text-align: left;"><b>First Care Pregnancy Center</b></p>\r\n<p style="text-align: left;">A comprehensive pregnancy center and licensed adoption agency. Online appointments available</p>\r\n<p style="text-align: left;"><strong> (4 locations)\r\n\r\n</strong></p>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\r\n\r\n<strong><a href="http://www.operationoutcry.org">www.operationoutcry.org</a></strong>\r\n\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2015-04-15 16:30:38', '2015-04-16 00:30:38', '', 6, 'http://abortion-options.org/6-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(105, 1, '2015-04-15 16:31:43', '2015-04-16 00:31:43', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a></strong></p>\r\n<p style="text-align: left;"><b>First Care Pregnancy Center</b></p>\r\n<p style="text-align: left;">A comprehensive pregnancy center and licensed adoption agency. Online appointments available</p>\r\n<p style="text-align: left;"><strong> (4 locations)</strong></p>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\r\n\r\n<strong><a href="http://www.operationoutcry.org">www.operationoutcry.org</a></strong>\r\n\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2015-04-15 16:31:43', '2015-04-16 00:31:43', '', 6, 'http://abortion-options.org/6-revision-v1/', 0, 'revision', '', 0),
(106, 1, '2015-04-15 16:33:38', '2015-04-16 00:33:38', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a></strong></p>\r\n<p style="text-align: left;"><b>First Care Pregnancy Center</b></p>\r\n<p style="text-align: left;">A comprehensive pregnancy center and licensed adoption agency. Online appointments available</p>\r\n<p style="text-align: left;"><strong> (4 locations)</strong></p>\r\n<strong>http://firstcaremn.com/</strong>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\r\n\r\n<strong><a href="http://www.operationoutcry.org">www.operationoutcry.org</a></strong>\r\n\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2015-04-15 16:33:38', '2015-04-16 00:33:38', '', 6, 'http://abortion-options.org/6-revision-v1/', 0, 'revision', '', 0),
(107, 1, '2015-04-15 17:23:36', '2015-04-16 01:23:36', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a></strong></p>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\r\n\r\n<strong><a href="http://www.operationoutcry.org">www.operationoutcry.org</a></strong>\r\n\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2015-04-15 17:23:36', '2015-04-16 01:23:36', '', 6, 'http://abortion-options.org/6-revision-v1/', 0, 'revision', '', 0),
(108, 1, '2015-04-15 17:51:50', '2015-04-16 01:51:50', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a></strong></p>\r\n\r\n<div id="yui_3_16_0_1_1429147520437_6951">On the referral link page can you change it to:</div>\r\n<div id="yui_3_16_0_1_1429147520437_6954"></div>\r\n<div id="yui_3_16_0_1_1429147520437_6956">\r\n<p id="yui_3_16_0_1_1429147520437_6955"><a href="http://www.firstcaremn.com"><b id="yui_3_16_0_1_1429147520437_6959">First Care Pregnancy Center</b></a></p>\r\n<p id="yui_3_16_0_1_1429147520437_6958"><strong id="yui_3_16_0_1_1429147520437_6957"><a href="http://www.firstcaremn.com">A comprehensive pregnancy center and licensed adoption agency. Online appointments available.</a><br clear="none" /><a href="http://www.firstcaremn.com">(4 locations)</a><br clear="none" /></strong></p>\r\n\r\n</div>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\r\n\r\n<strong><a href="http://www.operationoutcry.org">www.operationoutcry.org</a></strong>\r\n\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2015-04-15 17:51:50', '2015-04-16 01:51:50', '', 6, 'http://abortion-options.org/6-revision-v1/', 0, 'revision', '', 0),
(109, 1, '2015-04-15 17:52:54', '2015-04-16 01:52:54', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a></strong></p>\r\n\r\n<div id="yui_3_16_0_1_1429147520437_6954"></div>\r\n<div id="yui_3_16_0_1_1429147520437_6956">\r\n<p id="yui_3_16_0_1_1429147520437_6955"><a href="http://www.firstcaremn.com"><b id="yui_3_16_0_1_1429147520437_6959">First Care Pregnancy Center</b></a></p>\r\n<p id="yui_3_16_0_1_1429147520437_6958"><strong id="yui_3_16_0_1_1429147520437_6957"><a href="http://www.firstcaremn.com">A comprehensive pregnancy center and licensed adoption agency. Online appointments available.</a><br clear="none" /><a href="http://www.firstcaremn.com">(4 locations)</a><br clear="none" /></strong></p>\r\n&nbsp;\r\n\r\n</div>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\r\n\r\n<strong><a href="http://www.operationoutcry.org">www.operationoutcry.org</a></strong>\r\n\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2015-04-15 17:52:54', '2015-04-16 01:52:54', '', 6, 'http://abortion-options.org/6-revision-v1/', 0, 'revision', '', 0),
(110, 1, '2015-04-15 17:54:51', '2015-04-16 01:54:51', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a></strong></p>\r\n\r\n<div id="yui_3_16_0_1_1429147520437_6954"></div>\r\n<div id="yui_3_16_0_1_1429147520437_6956">\r\n<p id="yui_3_16_0_1_1429147520437_6955"><b id="yui_3_16_0_1_1429147520437_6959">First Care Pregnancy Center</b></p>\r\n<p id="yui_3_16_0_1_1429147520437_6958"><strong id="yui_3_16_0_1_1429147520437_6957">A comprehensive pregnancy center and licensed adoption agency. Online appointments available.<br clear="none" />(4 locations)<br clear="none" /></strong></p>\r\n&nbsp;\r\n\r\n</div>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\r\n\r\n<strong><a href="http://www.operationoutcry.org">www.operationoutcry.org</a></strong>\r\n\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2015-04-15 17:54:51', '2015-04-16 01:54:51', '', 6, 'http://abortion-options.org/6-revision-v1/', 0, 'revision', '', 0),
(111, 1, '2015-04-15 17:57:28', '2015-04-16 01:57:28', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a></strong></p>\r\n\r\n<div id="yui_3_16_0_1_1429147520437_6954"></div>\r\n<div id="yui_3_16_0_1_1429147520437_6956">\r\n<p id="yui_3_16_0_1_1429147520437_6955"><b id="yui_3_16_0_1_1429147520437_6959">First Care Pregnancy Center</b></p>\r\n<p id="yui_3_16_0_1_1429147520437_6958"><strong id="yui_3_16_0_1_1429147520437_6957">A comprehensive pregnancy center and licensed adoption agency. Online appointments available.<br clear="none" />(4 locations)<br clear="none" /></strong></p>\r\n<a href="http://firstcaremn.com/" target="_blank">http://firstcaremn.com/</a>\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\r\n\r\n<strong><a href="http://www.operationoutcry.org">www.operationoutcry.org</a></strong>\r\n\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2015-04-15 17:57:28', '2015-04-16 01:57:28', '', 6, 'http://abortion-options.org/6-revision-v1/', 0, 'revision', '', 0),
(112, 1, '2015-04-16 06:23:02', '2015-04-16 14:23:02', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a></strong></p>\r\n<p style="text-align: left;"></p>\r\n\r\n<div id="yui_3_16_0_1_1429147520437_6954"></div>\r\n<div id="yui_3_16_0_1_1429147520437_6956">\r\n<p id="yui_3_16_0_1_1429147520437_6955"><b id="yui_3_16_0_1_1429147520437_6959">First Care Pregnancy Center</b></p>\r\n<p id="yui_3_16_0_1_1429147520437_6958"><strong id="yui_3_16_0_1_1429147520437_6957">A comprehensive pregnancy center and licensed adoption agency. Online appointments available.<br clear="none" />(4 locations)<br clear="none" /></strong></p>\r\n<a href="http://firstcaremn.com/" target="_blank">http://firstcaremn.com/</a>\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\r\n\r\n<strong><a href="http://www.operationoutcry.org">www.operationoutcry.org</a></strong>\r\n\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2015-04-16 06:23:02', '2015-04-16 14:23:02', '', 6, 'http://abortion-options.org/6-revision-v1/', 0, 'revision', '', 0),
(114, 1, '2012-11-29 20:49:59', '2012-11-30 04:49:59', '<span class="style1"><strong>Are you pregnant? </strong>Scared and feeling alone or uncertain what to do next? Facing an unexpected pregnancy can seem over whelming.  Need a helping hand, or someone to listen to you?</span>\r\n<p align="left"><a href="http://www.lifenews.com/nat2984.html" target="_new"><img style="float:left; padding: 10px;" src="http://abortion-options.org/clip_image001.jpg" border="0" alt="head" width="111" height="128" /></a><strong>I feel so alone.  Who will help me?</strong> How far along am I?  What about my future plans and dreams.  I can’t support a baby right now. Let us help you make positive decisions for you future.  There are trained counselors waiting to discuss all your options.  <strong>You are not alone!</strong></p>\r\n\r\nExplore your options.  Knowledge is empowering.  Real empowerment comes when you find the resources and inner strength necessary to make your best choice.  Does God care about me?  How does God see my unborn child?\r\n\r\n<strong>Give your child the gift of life.</strong> Free confidential counseling and referral for pregnancy testing and ultrasound is available.\r\n\r\n<strong>You  have a choice <span style="text-decoration: underline;">Adoption,  Abortion?</span></strong>\r\n\r\nOver 24 years ago I was considering  <strong>Adoption,  Abortion</strong>, or <strong>keep the baby</strong>.\r\n\r\nI was  unwed and pregnant. I called Love Lines for prayer for direction. I decided to keep my son,\r\n\r\nwho now plays violin for our church and loves the Lord! I am very thankful for\r\n\r\nLove Lines and how God has used Love Lines to<strong> bless, protect, and help </strong>so many people.\r\n\r\n<strong>Had a abortion, FEELING GUILTY, Suffering emotionally is that you ?</strong>\r\n\r\n<strong>Rachel''s Vineyard Retreat</strong> is for you!  This non-denominational Christ-based overnight weekend retreat is a beautiful opportunity for hope and healing for women and men who have been impacted. Nearly 1 in 4 women (not to mention how many men) are living with this hidden<strong> grief</strong> for many years. Past participants have said "So many lost years. I should have come sooner". The retreat weekend is on going so look at the website below for dates and deadlines. The cost is very reasonable ($150) for 2 nights lodging and 6 meals at a beautiful retreat center in the woods. Contact Debbi Stocco: <span style="text-decoration: underline;">rvineyard@nationalrd.com</span>, 651-206-8926. All contact and registration is completely private and confidential.\r\n\r\nFor more information on this nationally acclaimed retreat visit <a href="http://www.rachelsvineyard.org/"><span style="text-decoration: underline;">www.rachelsvineyard.org</span></a>\r\n\r\n<em>"For I know the thoughts I think toward  you "</em> says the LORD, " thoughts of peace and not evil (harm),  to give you a future and a hope.  Jeremiah 29:11 (NKJ)\r\n\r\n"It is God who works in you both to will and to do for His good pleasure."  Phil 2:13', 'Abortion Options', '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2012-11-29 20:49:59', '2012-11-30 04:49:59', '', 3, 'http://abortion-options.org/?p=114', 0, 'revision', '', 0),
(115, 1, '2015-05-03 15:00:43', '2015-05-03 23:00:43', '<span class="style1"><strong>Are you pregnant? </strong>Scared and feeling alone or uncertain what to do next? Facing an unexpected pregnancy can seem over whelming.  Need a helping hand, or someone to listen to you?</span>\r\n<p align="left"><a href="http://www.lifenews.com/nat2984.html" target="_new"><img style="float: left; padding: 10px;" src="http://abortion-options.org/clip_image001.jpg" alt="head" width="111" height="128" border="0" /></a><strong>I feel so alone.  Who will help me?</strong> How far along am I?  What about my future plans and dreams.  I can’t support a baby right now. Let us help you make positive decisions for you future.  There are trained counselors waiting to discuss all your options.  <strong>You are not alone!</strong></p>\r\nExplore your options.  Knowledge is empowering.  Real empowerment comes when you find the resources and inner strength necessary to make your best choice.  Does God care about me?  How does God see my unborn child?\r\n\r\n<strong>Give your child the gift of life.</strong> Free confidential counseling and referral for pregnancy testing and ultrasound is available.\r\n\r\n<strong>You  have a choice <span style="text-decoration: underline;">Adoption,  Abortion?</span></strong>\r\n\r\nOver 24 years ago I was considering  <strong>Adoption,  Abortion</strong>, or <strong>keep the baby</strong>.\r\n\r\nI was  unwed and pregnant. I called Love Lines for prayer for direction. I decided to keep my son,\r\n\r\nwho now plays violin for our church and loves the Lord! I am very thankful for\r\n\r\nLove Lines and how God has used Love Lines to<strong> bless, protect, and help </strong>so many people.\r\n\r\n<strong>Had a abortion, FEELING GUILTY, Suffering emotionally is that you ?</strong>\r\n\r\n<strong>Rachel''s Vineyard Retreat</strong> is for you!  This non-denominational Christ-based overnight weekend retreat is a beautiful opportunity for hope and healing for women and men who have been impacted. Nearly 1 in 4 women (not to mention how many men) are living with this hidden<strong> grief</strong> for many years. Past participants have said "So many lost years. I should have come sooner". The retreat weekend is on going so look at the website below for dates and deadlines. The cost is very reasonable ($150) for 2 nights lodging and 6 meals at a beautiful retreat center in the woods. Contact Debbi Stocco: <span style="text-decoration: underline;">rvineyard@nationalrd.com</span>, 651-206-8926. All contact and registration is completely private and confidential.\r\n\r\nFor more information on this nationally acclaimed retreat visit <a href="http://www.rachelsvineyard.org/"><span style="text-decoration: underline;">www.rachelsvineyard.org</span></a>\r\n\r\n<em>"For I know the thoughts I think toward  you "</em> says the LORD, " thoughts of peace and not evil (harm),  to give you a future and a hope.  Jeremiah 29:11 (NKJ)\r\n\r\n"It is God who works in you both to will and to do for His good pleasure."  Phil 2:13', 'Abortion Options (under construction)', '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2015-05-03 15:00:43', '2015-05-03 23:00:43', '', 3, 'http://abortion-options.org/?p=115', 0, 'revision', '', 0),
(116, 1, '2015-05-03 15:01:31', '2015-05-03 23:01:31', '<span class="style1"><strong>Are you pregnant? </strong>Scared and feeling alone or uncertain what to do next? Facing an unexpected pregnancy can seem over whelming.  Need a helping hand, or someone to listen to you?</span>\r\n<p align="left"><a href="http://www.lifenews.com/nat2984.html" target="_new"><img style="float: left; padding: 10px;" src="http://abortion-options.org/clip_image001.jpg" alt="head" width="111" height="128" border="0" /></a><strong>I feel so alone.  Who will help me?</strong> How far along am I?  What about my future plans and dreams.  I can’t support a baby right now. Let us help you make positive decisions for you future.  There are trained counselors waiting to discuss all your options.  <strong>You are not alone!</strong></p>\r\nExplore your options.  Knowledge is empowering.  Real empowerment comes when you find the resources and inner strength necessary to make your best choice.  Does God care about me?  How does God see my unborn child?\r\n\r\n<strong>Give your child the gift of life.</strong> Free confidential counseling and referral for pregnancy testing and ultrasound is available.\r\n\r\n<strong>You  have a choice <span style="text-decoration: underline;">Adoption,  Abortion?</span></strong>\r\n\r\nOver 24 years ago I was considering  <strong>Adoption,  Abortion</strong>, or <strong>keep the baby</strong>.\r\n\r\nI was  unwed and pregnant. I called Love Lines for prayer for direction. I decided to keep my son,\r\n\r\nwho now plays violin for our church and loves the Lord! I am very thankful for\r\n\r\nLove Lines and how God has used Love Lines to<strong> bless, protect, and help </strong>so many people.\r\n\r\n<strong>Had a abortion, FEELING GUILTY, Suffering emotionally is that you ?</strong>\r\n\r\n<strong>Rachel''s Vineyard Retreat</strong> is for you!  This non-denominational Christ-based overnight weekend retreat is a beautiful opportunity for hope and healing for women and men who have been impacted. Nearly 1 in 4 women (not to mention how many men) are living with this hidden<strong> grief</strong> for many years. Past participants have said "So many lost years. I should have come sooner". The retreat weekend is on going so look at the website below for dates and deadlines. The cost is very reasonable ($150) for 2 nights lodging and 6 meals at a beautiful retreat center in the woods. Contact Debbi Stocco: <span style="text-decoration: underline;">rvineyard@nationalrd.com</span>, 651-206-8926. All contact and registration is completely private and confidential.\r\n\r\nFor more information on this nationally acclaimed retreat visit <a href="http://www.rachelsvineyard.org/"><span style="text-decoration: underline;">www.rachelsvineyard.org</span></a>\r\n\r\n<em>"For I know the thoughts I think toward  you "</em> says the LORD, " thoughts of peace and not evil (harm),  to give you a future and a hope.  Jeremiah 29:11 (NKJ)\r\n\r\n"It is God who works in you both to will and to do for His good pleasure."  Phil 2:13', 'Abortion Options', '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2015-05-03 15:01:31', '2015-05-03 23:01:31', '', 3, 'http://abortion-options.org/?p=116', 0, 'revision', '', 0),
(117, 1, '2015-05-04 13:27:58', '2015-05-04 21:27:58', '<p style="text-align: left;"><strong>Links for free pregnancy testing and ultrasound services:</strong></p>\r\n<p style="text-align: left;"><strong>University Life Care Center</strong>\r\n<strong>1315 - 4th Street S.E.</strong>\r\n<strong>Minneapolis, MN</strong>\r\n<strong>612-623-3211</strong>\r\n<strong><a href="http://www.Ulifecare.org">www.Ulifecare.org</a></strong></p>\r\n\r\n<div id="yui_3_16_0_1_1429147520437_6954"></div>\r\n<div id="yui_3_16_0_1_1429147520437_6956">\r\n<p id="yui_3_16_0_1_1429147520437_6955"><b id="yui_3_16_0_1_1429147520437_6959">First Care Pregnancy Center\r\n</b><strong id="yui_3_16_0_1_1429147520437_6957">A comprehensive pregnancy center and licensed adoption agency. Online appointments available.<br clear="none" />(4 locations)<br clear="none" /></strong></p>\r\n<a href="http://firstcaremn.com/" target="_blank">http://firstcaremn.com/</a>\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.DebcoMidwest.com">www.DebcoMidwest.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="http://www.theunchoice.com">www.theunchoice.com</a></strong></p>\r\n<p style="text-align: left;"><strong><a href="www.liberateministries.org">www.liberateministries.org</a></strong></p>\r\n<strong><a href="http://www.rachelsvineyard.org/">www.rachelsvineyard.org/</a></strong>\r\n\r\n<strong><a href="http://www.operationoutcry.org">www.operationoutcry.org</a></strong>\r\n\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2015-05-04 13:27:58', '2015-05-04 21:27:58', '', 6, 'http://abortion-options.org/?p=117', 0, 'revision', '', 0),
(118, 1, '2015-05-04 14:07:06', '2015-05-04 22:07:06', '<p style="text-align: left;"></p>\r\n\r\n<div id="yui_3_16_0_1_1429147520437_6956">\r\n<p id="yui_3_16_0_1_1429147520437_6955"><b id="yui_3_16_0_1_1429147520437_6959">First Care Pregnancy Center\r\n</b><strong id="yui_3_16_0_1_1429147520437_6957">A comprehensive pregnancy center and licensed adoption agency. Online appointments available.<br clear="none" />(4 locations)<br clear="none" /></strong></p>\r\n<a href="http://firstcaremn.com/" target="_blank">http://firstcaremn.com/</a>\r\n\r\n</div>\r\n&nbsp;\r\n\r\n<strong>New Life Family Services</strong>\r\n\r\n<a href="http://www.nlfs.org" target="_blank">nlfs.org</a>\r\n<div id="yui_3_16_0_1_1429147520437_6956">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<p style="text-align: left;"><strong>Other Links:</strong></p>\r\n<p style="text-align: left;"><a href="http://www.liberateministries.org" target="_blank"><strong>www.liberateministries.org</strong></a></p>\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2015-05-04 14:07:06', '2015-05-04 22:07:06', '', 6, 'http://abortion-options.org/?p=118', 0, 'revision', '', 0),
(119, 1, '2015-05-04 14:09:10', '2015-05-04 22:09:10', '<div id="yui_3_16_0_1_1429147520437_6956">\r\n<p id="yui_3_16_0_1_1429147520437_6955"><b id="yui_3_16_0_1_1429147520437_6959">First Care Pregnancy Center\r\n</b><strong id="yui_3_16_0_1_1429147520437_6957">A comprehensive pregnancy center and licensed adoption agency. Online appointments available.<br clear="none" />(4 locations)<br clear="none" /></strong></p>\r\n<a href="http://firstcaremn.com/" target="_blank">http://firstcaremn.com/</a>\r\n\r\n</div>\r\n&nbsp;\r\n\r\n<strong>New Life Family Services</strong>\r\n\r\n<a href="http://www.nlfs.org" target="_blank">nlfs.org</a>\r\n\r\n&nbsp;\r\n\r\nLiberate Ministries\r\n<p style="text-align: left;"><a href="http://www.liberateministries.org" target="_blank"><strong>www.liberateministries.org</strong></a></p>\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2015-05-04 14:09:10', '2015-05-04 22:09:10', '', 6, 'http://abortion-options.org/?p=119', 0, 'revision', '', 0),
(120, 1, '2015-05-04 14:09:55', '2015-05-04 22:09:55', '<div id="yui_3_16_0_1_1429147520437_6956">\r\n<p id="yui_3_16_0_1_1429147520437_6955"><b id="yui_3_16_0_1_1429147520437_6959">First Care Pregnancy Center\r\n</b><strong id="yui_3_16_0_1_1429147520437_6957">A comprehensive pregnancy center and licensed adoption agency. Online appointments available.<br clear="none" />(4 locations)<br clear="none" /></strong></p>\r\n<strong><a href="http://firstcaremn.com/" target="_blank">http://firstcaremn.com/</a></strong>\r\n\r\n</div>\r\n&nbsp;\r\n\r\n<strong>New Life Family Services</strong>\r\n\r\n<strong><a href="http://www.nlfs.org" target="_blank">nlfs.org</a></strong>\r\n\r\n&nbsp;\r\n\r\nLiberate Ministries\r\n<p style="text-align: left;"><a href="http://www.liberateministries.org" target="_blank"><strong>www.liberateministries.org</strong></a></p>\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2015-05-04 14:09:55', '2015-05-04 22:09:55', '', 6, 'http://abortion-options.org/?p=120', 0, 'revision', '', 0),
(121, 1, '2015-05-04 14:19:29', '2015-05-04 22:19:29', '<div id="yui_3_16_0_1_1429147520437_6956">\r\n<p id="yui_3_16_0_1_1429147520437_6955"><b id="yui_3_16_0_1_1429147520437_6959">First Care Pregnancy Center\r\n</b><strong id="yui_3_16_0_1_1429147520437_6957">A comprehensive pregnancy center and licensed adoption agency. Online appointments available.<br clear="none" />(4 locations)<br clear="none" /></strong></p>\r\n<strong><a href="http://firstcaremn.com/" target="_blank">http://firstcaremn.com/</a></strong>\r\n\r\n<strong><a href="http://www.conquerorsafterabortion.org" target="_blank">conquerorsafterabortion.org</a></strong>\r\n\r\n</div>\r\n&nbsp;\r\n\r\n<strong>New Life Family Services</strong>\r\n\r\n<strong><a href="http://www.nlfs.org" target="_blank">nlfs.org</a></strong>\r\n\r\n&nbsp;\r\n\r\nLiberate Ministries\r\n<p style="text-align: left;"><a href="http://www.liberateministries.org" target="_blank"><strong>www.liberateministries.org</strong></a></p>\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2015-05-04 14:19:29', '2015-05-04 22:19:29', '', 6, 'http://abortion-options.org/?p=121', 0, 'revision', '', 0),
(122, 1, '2015-05-04 14:20:16', '2015-05-04 22:20:16', '<div id="yui_3_16_0_1_1429147520437_6956">\r\n<p id="yui_3_16_0_1_1429147520437_6955"><b id="yui_3_16_0_1_1429147520437_6959">First Care Pregnancy Center\r\n</b><strong id="yui_3_16_0_1_1429147520437_6957">A comprehensive pregnancy center and licensed adoption agency. Online appointments available.<br clear="none" />(4 locations)<br clear="none" /></strong></p>\r\n<strong><a href="http://firstcaremn.com/" target="_blank">http://firstcaremn.com/</a></strong>\r\n\r\n</div>\r\n&nbsp;\r\n\r\nPost-abortion support and care\r\n<div id="yui_3_16_0_1_1429147520437_6956">\r\n\r\n<strong><a href="http://www.conquerorsafterabortion.org" target="_blank">conquerorsafterabortion.org</a></strong>\r\n\r\n</div>\r\n&nbsp;\r\n\r\n<strong>New Life Family Services</strong>\r\n\r\n<strong><a href="http://www.nlfs.org" target="_blank">nlfs.org</a></strong>\r\n\r\n&nbsp;\r\n\r\nLiberate Ministries\r\n<p style="text-align: left;"><a href="http://www.liberateministries.org" target="_blank"><strong>www.liberateministries.org</strong></a></p>\r\n<a href="http://&lt;a href=&quot;http://www.heartbeatinternational.org&quot; mce_href=&quot;http://www.heartbeatinternational.org&quot;&gt;&lt;img src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; mce_src=&quot;http://heartbeatinternational.org/images/hbImages/heartbeat_badge.jpg&quot; border=0 alt=&quot;Heartbeat International&quot; width=&quot;180&quot; height =&quot;150&quot;&gt;&lt;/a&gt;">\r\n</a>', 'Resources & Links', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2015-05-04 14:20:16', '2015-05-04 22:20:16', '', 6, 'http://abortion-options.org/?p=122', 0, 'revision', '', 0),
(125, 5, '2018-05-23 07:07:39', '2018-05-23 15:07:39', '<p style="text-align: left;"><img style="float: right; padding: 10px;" src="http://abortion-options.org/untitled.jpg" alt="" width="140" height="160" /><strong>Need someone to talk to?</strong>\r\n<strong>Caring counselors are available to speak with you </strong></p>\r\n<p style="text-align: left;"><strong>(612) 379-1199</strong>\r\n<strong>Love</strong><strong> Lines Crisis Center</strong>\r\n<b>2855 Anthony Lane S. Suite 115</b>\r\n<strong>St Anthony, MN  55418</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n\r\n\r\n[contact-form-7 id="124" title="Contact form 1"]', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-05-23 07:07:39', '2018-05-23 15:07:39', '', 12, 'http://abortion-options.org/?p=125', 0, 'revision', '', 0),
(126, 5, '2018-05-26 10:13:00', '2018-05-26 18:13:00', '<p style="text-align: left;"><img style="float: right; padding: 10px;" src="http://abortion-options.org/untitled.jpg" alt="" width="140" height="160" /><strong>Need someone to talk to?</strong>\n<strong>Caring counselors are available to speak with you </strong></p>\n<p style="text-align: left;"><strong>(612) 379-1199</strong>\n<strong>Love</strong><strong> Lines Crisis Center</strong>\n<b>2855 Anthony Lane S. Suite 115</b>\n<strong>St Anthony, MN  55418</strong></p>\n&nbsp;\n\n&nbsp;\n\n\nIf you would like to contact us please send an email to <strong>counselor@lovelines.org</strong> and  \n\n\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input name="cmd" type="hidden" value="_s-xclick" />\n<input name="hosted_button_id" type="hidden" value="WMQF536GJ6ALL" />\n<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" />\n<img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /></form>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '12-autosave-v1', '', '', '2018-05-26 10:13:00', '2018-05-26 18:13:00', '', 12, 'http://abortion-options.org/?p=126', 0, 'revision', '', 0),
(127, 5, '2018-05-23 07:25:07', '2018-05-23 15:25:07', '<p style="text-align: left;"><img style="float: right; padding: 10px;" src="http://abortion-options.org/untitled.jpg" alt="" width="140" height="160" /><strong>Need someone to talk to?</strong>\r\n<strong>Caring counselors are available to speak with you </strong></p>\r\n<p style="text-align: left;"><strong>(612) 379-1199</strong>\r\n<strong>Love</strong><strong> Lines Crisis Center</strong>\r\n<b>2855 Anthony Lane S. Suite 115</b>\r\n<strong>St Anthony, MN  55418</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[contact-form-7 id="124" title="Contact form 1"]         <form action="https://www.paypal.com/cgi-bin/webscr"               method="post" target="_top">\r\n<input type="hidden" name="cmd" value="_s-xclick">\r\n<input type="hidden" name="hosted_button_id" value="WMQF536GJ6ALL">\r\n<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">\r\n<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">\r\n</form>\r\n              ', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-05-23 07:25:07', '2018-05-23 15:25:07', '', 12, 'http://abortion-options.org/?p=127', 0, 'revision', '', 0),
(128, 5, '2018-05-24 08:46:50', '2018-05-24 16:46:50', '<p style="text-align: left;"><img style="float: right; padding: 10px;" src="http://abortion-options.org/untitled.jpg" alt="" width="140" height="160" /><strong>Need someone to talk to?</strong>\r\n<strong>Caring counselors are available to speak with you </strong></p>\r\n<p style="text-align: left;"><strong>(612) 379-1199</strong>\r\n<strong>Love</strong><strong> Lines Crisis Center</strong>\r\n<b>2855 Anthony Lane S. Suite 115</b>\r\n<strong>St Anthony, MN  55418</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n\r\n\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input name="cmd" type="hidden" value="_s-xclick" />\r\n<input name="hosted_button_id" type="hidden" value="WMQF536GJ6ALL" />\r\n<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" />\r\n<img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /></form>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-05-24 08:46:50', '2018-05-24 16:46:50', '', 12, 'http://abortion-options.org/?p=128', 0, 'revision', '', 0),
(130, 5, '2018-05-24 08:49:43', '2018-05-24 16:49:43', '<p style="text-align: left;"><img style="float: right; padding: 10px;" src="http://abortion-options.org/untitled.jpg" alt="" width="140" height="160" /><strong>Need someone to talk to?</strong>\r\n<strong>Caring counselors are available to speak with you </strong></p>\r\n<p style="text-align: left;"><strong>(612) 379-1199</strong>\r\n<strong>Love</strong><strong> Lines Crisis Center</strong>\r\n<b>2855 Anthony Lane S. Suite 115</b>\r\n<strong>St Anthony, MN  55418</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n\r\n[contact-form-7 id="129" title="Contact form 1"]\r\n\r\n\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input name="cmd" type="hidden" value="_s-xclick" />\r\n<input name="hosted_button_id" type="hidden" value="WMQF536GJ6ALL" />\r\n<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" />\r\n<img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /></form>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-05-24 08:49:43', '2018-05-24 16:49:43', '', 12, 'http://abortion-options.org/?p=130', 0, 'revision', '', 0),
(131, 5, '2018-05-26 09:43:34', '2018-05-26 17:43:34', '<p style="text-align: left;"><img style="float: right; padding: 10px;" src="http://abortion-options.org/untitled.jpg" alt="" width="140" height="160" /><strong>Need someone to talk to?</strong>\r\n<strong>Caring counselors are available to speak with you </strong></p>\r\n<p style="text-align: left;"><strong>(612) 379-1199</strong>\r\n<strong>Love</strong><strong> Lines Crisis Center</strong>\r\n<b>2855 Anthony Lane S. Suite 115</b>\r\n<strong>St Anthony, MN  55418</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n\r\nIf you want to contact us please send an email to couselor@lovelines.org and thanks.\r\n\r\n\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input name="cmd" type="hidden" value="_s-xclick" />\r\n<input name="hosted_button_id" type="hidden" value="WMQF536GJ6ALL" />\r\n<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" />\r\n<img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /></form>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-05-26 09:43:34', '2018-05-26 17:43:34', '', 12, 'http://abortion-options.org/?p=131', 0, 'revision', '', 0),
(132, 1, '2018-05-26 09:49:00', '2018-05-26 17:49:00', '<p>This is the WPForms preview page. All your form previews will be handled on this page.</p><p>The page is set to private, so it is not publicly accessible. Please do not delete this page :) .</p>', 'WPForms Preview', '', 'private', 'closed', 'closed', '', 'wpforms-preview', '', '', '2018-05-26 09:49:00', '2018-05-26 17:49:00', '', 0, 'http://abortion-options.org/?page_id=132', 0, 'page', '', 0),
(133, 5, '2018-05-26 09:49:34', '2018-05-26 17:49:34', '{"id":"133","field_id":3,"fields":[{"id":"0","type":"name","label":"Name","format":"simple","description":"","required":"1","size":"medium","simple_placeholder":"","simple_default":"","first_placeholder":"","first_default":"","middle_placeholder":"","middle_default":"","last_placeholder":"","last_default":"","css":""},{"id":"1","type":"email","label":"Email","description":"","required":"1","size":"medium","placeholder":"","confirmation_placeholder":"","default_value":"","css":""},{"id":"2","type":"textarea","label":"Comment or Message","description":"","required":"1","size":"medium","placeholder":"","css":""}],"settings":{"form_title":"Simple Contact Form","form_desc":"","form_class":"","submit_text":"Submit","submit_text_processing":"Sending...","submit_class":"","honeypot":"1","notification_enable":"1","notifications":{"1":{"email":"counselor@lovelines.org","subject":"New Entry: Simple Contact Form","sender_name":"{field_id=\\"0\\"}","sender_address":"{admin_email}","replyto":"{field_id=\\"1\\"}","message":"{all_fields}"}},"confirmation_type":"message","confirmation_message":"Thanks for contacting us! We will be in touch with you as soon as we can.","confirmation_message_scroll":"1","confirmation_page":"3","confirmation_redirect":""},"meta":{"template":"contact"}}', 'Simple Contact Form', '', 'publish', 'closed', 'closed', '', 'simple-contact-form', '', '', '2018-05-26 10:03:32', '2018-05-26 18:03:32', '', 0, 'http://abortion-options.org/?post_type=wpforms&#038;p=133', 0, 'wpforms', '', 0),
(134, 5, '2018-05-26 09:53:19', '2018-05-26 17:53:19', '<p style="text-align: left;"><img style="float: right; padding: 10px;" src="http://abortion-options.org/untitled.jpg" alt="" width="140" height="160" /><strong>Need someone to talk to?</strong>\r\n<strong>Caring counselors are available to speak with you </strong></p>\r\n<p style="text-align: left;"><strong>(612) 379-1199</strong>\r\n<strong>Love</strong><strong> Lines Crisis Center</strong>\r\n<b>2855 Anthony Lane S. Suite 115</b>\r\n<strong>St Anthony, MN  55418</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n\r\n[wpforms id="133" title="false" description="false"]\r\n\r\n\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input name="cmd" type="hidden" value="_s-xclick" />\r\n<input name="hosted_button_id" type="hidden" value="WMQF536GJ6ALL" />\r\n<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" />\r\n<img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /></form>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-05-26 09:53:19', '2018-05-26 17:53:19', '', 12, 'http://abortion-options.org/?p=134', 0, 'revision', '', 0),
(135, 5, '2018-05-26 10:06:44', '2018-05-26 18:06:44', '<p style="text-align: left;"><img style="float: right; padding: 10px;" src="http://abortion-options.org/untitled.jpg" alt="" width="140" height="160" /><strong>Need someone to talk to?</strong>\r\n<strong>Caring counselors are available to speak with you </strong></p>\r\n<p style="text-align: left;"><strong>(612) 379-1199</strong>\r\n<strong>Love</strong><strong> Lines Crisis Center</strong>\r\n<b>2855 Anthony Lane S. Suite 115</b>\r\n<strong>St Anthony, MN  55418</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n\r\n	[wpforms id="133"]\r\n\r\n\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input name="cmd" type="hidden" value="_s-xclick" />\r\n<input name="hosted_button_id" type="hidden" value="WMQF536GJ6ALL" />\r\n<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" />\r\n<img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /></form>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-05-26 10:06:44', '2018-05-26 18:06:44', '', 12, 'http://abortion-options.org/?p=135', 0, 'revision', '', 0),
(136, 5, '2018-05-26 10:13:08', '2018-05-26 18:13:08', '<p style="text-align: left;"><img style="float: right; padding: 10px;" src="http://abortion-options.org/untitled.jpg" alt="" width="140" height="160" /><strong>Need someone to talk to?</strong>\r\n<strong>Caring counselors are available to speak with you </strong></p>\r\n<p style="text-align: left;"><strong>(612) 379-1199</strong>\r\n<strong>Love</strong><strong> Lines Crisis Center</strong>\r\n<b>2855 Anthony Lane S. Suite 115</b>\r\n<strong>St Anthony, MN  55418</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n\r\nIf you would like to contact us please send an email to <strong>counselor@lovelines.org</strong> and thank you. \r\n\r\n\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input name="cmd" type="hidden" value="_s-xclick" />\r\n<input name="hosted_button_id" type="hidden" value="WMQF536GJ6ALL" />\r\n<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" />\r\n<img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /></form>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-05-26 10:13:08', '2018-05-26 18:13:08', '', 12, 'http://abortion-options.org/?p=136', 0, 'revision', '', 0),
(138, 5, '2018-09-19 11:47:31', '2018-09-19 19:47:31', '<p style="text-align: left;"><img style="float: right; padding: 10px;" src="http://abortion-options.org/untitled.jpg" alt="" width="140" height="160" /><strong>Need someone to talk to?</strong>\r\n<strong>Caring counselors are available to speak with you </strong></p>\r\n<p style="text-align: left;"><strong>(612) 379-1199</strong>\r\n<strong>Love</strong><strong> Lines Crisis Center</strong>\r\n<b>2855 Anthony Lane S. Suite 115</b>\r\n<strong>St Anthony, MN  55418</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n\r\n[wpforms id="133" title="false" description="false"]\r\n\r\n\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input name="cmd" type="hidden" value="_s-xclick" />\r\n<input name="hosted_button_id" type="hidden" value="WMQF536GJ6ALL" />\r\n<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" />\r\n<img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /></form>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-09-19 11:47:31', '2018-09-19 19:47:31', '', 12, 'http://abortion-options.org/?p=138', 0, 'revision', '', 0),
(139, 5, '2018-09-19 11:51:44', '2018-09-19 19:51:44', '<p style="text-align: left;"><img style="float: right; padding: 10px;" src="http://abortion-options.org/untitled.jpg" alt="" width="140" height="160" /><strong>Need someone to talk to?</strong>\r\n<strong>Caring counselors are available to speak with you </strong></p>\r\n<p style="text-align: left;"><strong>(612) 379-1199</strong>\r\n<strong>Love</strong><strong> Lines Crisis Center</strong>\r\n<b>2855 Anthony Lane S. Suite 115</b>\r\n<strong>St Anthony, MN  55418</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n\r\nIf you would like to contact us please send an email to <strong>counselor@lovelines.org</strong> and thank you. \r\n\r\n\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input name="cmd" type="hidden" value="_s-xclick" />\r\n<input name="hosted_button_id" type="hidden" value="WMQF536GJ6ALL" />\r\n<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" />\r\n<img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /></form>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-09-19 11:51:44', '2018-09-19 19:51:44', '', 12, 'http://abortion-options.org/?p=139', 0, 'revision', '', 0),
(140, 5, '2024-08-10 16:44:16', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2024-08-10 16:44:16', '0000-00-00 00:00:00', '', 0, 'https://abortion-options.org/?p=140', 0, 'post', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_termmeta`
--

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Resources', 'resources', 0),
(3, 'Terms', 'terms', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_relationships`
--

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` VALUES
(1, 1, 0),
(3, 1, 0),
(4, 1, 0),
(5, 1, 0),
(6, 1, 0),
(7, 1, 0),
(8, 1, 0),
(8, 2, 0),
(9, 1, 0),
(9, 2, 0),
(10, 1, 0),
(10, 2, 0),
(11, 1, 0),
(12, 1, 0),
(12, 3, 0),
(13, 1, 0),
(13, 3, 0),
(14, 1, 0),
(15, 1, 0),
(15, 2, 0),
(16, 1, 0),
(16, 2, 0),
(17, 1, 0),
(17, 2, 0),
(18, 1, 0),
(18, 2, 0),
(19, 1, 0),
(20, 1, 0),
(21, 1, 0),
(22, 1, 0),
(23, 1, 0),
(24, 1, 0),
(25, 1, 0),
(26, 1, 0),
(27, 1, 0),
(28, 1, 0),
(29, 1, 0),
(30, 1, 0),
(31, 1, 0),
(32, 1, 0),
(33, 1, 0),
(34, 1, 0),
(35, 1, 0),
(36, 1, 0),
(37, 1, 0),
(38, 1, 0),
(39, 1, 0),
(40, 1, 0),
(43, 1, 0),
(44, 1, 0),
(45, 1, 0),
(46, 1, 0),
(47, 1, 0),
(48, 1, 0),
(49, 1, 0),
(50, 1, 0),
(51, 1, 0),
(52, 1, 0),
(53, 1, 0),
(54, 1, 0),
(55, 1, 0),
(56, 1, 0),
(57, 1, 0),
(58, 1, 0),
(59, 1, 0),
(60, 1, 0),
(61, 1, 0),
(62, 1, 0),
(63, 1, 0),
(64, 1, 0),
(65, 1, 0),
(66, 1, 0),
(67, 1, 0),
(68, 1, 0),
(69, 1, 0),
(70, 1, 0),
(71, 1, 0),
(72, 1, 0),
(73, 1, 0),
(74, 1, 0),
(75, 1, 0),
(76, 1, 0),
(77, 1, 0),
(78, 1, 0),
(79, 1, 0),
(80, 1, 0),
(81, 1, 0),
(82, 1, 0),
(83, 1, 0),
(84, 1, 0),
(85, 1, 0),
(86, 1, 0),
(87, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'link_category', '', 0, 7),
(3, 3, 'link_category', '', 0, 2);

-- --------------------------------------------------------

--
-- Table structure for table `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` VALUES
(1, 1, 'nickname', 'admin'),
(2, 1, 'rich_editing', 'true'),
(3, 1, 'comment_shortcuts', 'false'),
(4, 1, 'admin_color', 'fresh'),
(5, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(6, 1, 'wp_user_level', '10'),
(7, 1, 'wp_autosave_draft_ids', 'a:14:{i:-1234982300;i:3;i:-1234982632;i:6;i:-1234982843;i:8;i:-1234982926;i:10;i:-1234984090;i:12;i:-1234985437;i:16;i:-1234985649;i:18;i:-1238607178;i:30;i:-1255544243;i:38;i:-1255545210;i:41;i:-1256749220;i:45;i:-1262027634;i:48;i:-1262027677;i:49;i:-1270655414;i:53;}'),
(8, 1, 'closedpostboxes_page', 'a:2:{i:0;s:12:"revisionsdiv";i:1;s:9:"authordiv";}'),
(9, 1, 'metaboxhidden_page', 'a:0:{}'),
(10, 1, 'wp_usersettings', 'editor=tinymce&m0=o&m1=o&m2=c&m3=o&m4=o&m5=c&m6=c&m7=c&m8=c&m9=c&hidetb=1'),
(11, 1, 'wp_usersettingstime', '1270655978'),
(20, 3, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(21, 3, 'wp_user_level', '10'),
(23, 3, 'dismissed_wp_pointers', 'aioseop_menu_220,wp496_privacy,wtwp-intro-pointer,plugin_editor_notice'),
(25, 3, 'default_password_nag', ''),
(26, 3, 'wp_dashboard_quick_press_last_post_id', '141'),
(27, 1, 'first_name', 'Athena'),
(28, 1, 'last_name', 'Holmer'),
(29, 1, 'description', ''),
(30, 1, 'use_ssl', '0'),
(31, 1, 'show_admin_bar_front', 'true'),
(32, 1, 'aim', ''),
(33, 1, 'yim', ''),
(34, 1, 'jabber', ''),
(35, 1, 'googleplus', ''),
(36, 4, 'nickname', 'llauthor1'),
(37, 4, 'first_name', 'Lovelines'),
(38, 4, 'last_name', 'Author'),
(39, 4, 'description', ''),
(40, 4, 'rich_editing', 'true'),
(41, 4, 'comment_shortcuts', 'false'),
(42, 4, 'admin_color', 'fresh'),
(43, 4, 'use_ssl', '0'),
(44, 4, 'show_admin_bar_front', 'true'),
(45, 4, 'wp_capabilities', 'a:1:{s:6:"editor";b:1;}'),
(46, 4, 'wp_user_level', '7'),
(47, 4, 'dismissed_wp_pointers', 'wp360_locks,wp390_widgets,wp410_dfw'),
(49, 4, 'wp_dashboard_quick_press_last_post_id', '126'),
(50, 1, 'wp_dashboard_quick_press_last_post_id', '113'),
(51, 1, 'dismissed_wp_pointers', 'aioseop_menu_220,wp410_dfw,wp390_widgets'),
(52, 1, 'wp_user-settings', 'wplink=1&post_dfw=off&editor=tinymce&libraryContent=browse&hidetb=1'),
(53, 1, 'wp_user-settings-time', '1429149106'),
(54, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'),
(55, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:"add-post";i:1;s:12:"add-post_tag";}'),
(57, 4, 'wp_user-settings', 'wplink=1&hidetb=1&editor=tinymce'),
(58, 4, 'wp_user-settings-time', '1429148085'),
(66, 1, 'closedpostboxes_link', 'a:0:{}'),
(67, 1, 'metaboxhidden_link', 'a:0:{}'),
(74, 4, 'meta-box-order_page', 'a:3:{s:4:"side";s:41:"submitdiv,pageparentdiv,ep_admin_meta_box";s:6:"normal";s:70:"revisionsdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv";s:8:"advanced";s:5:"aiosp";}'),
(75, 4, 'screen_layout_page', '2'),
(77, 4, 'session_tokens', 'a:1:{s:64:"7260bd3d06e84a274e8e3f1b5a393878210fbb906ef465b26e1b36172b9fe303";a:4:{s:10:"expiration";i:1445056124;s:2:"ip";s:14:"184.223.36.118";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36";s:5:"login";i:1444883324;}}'),
(79, 1, 'session_tokens', 'a:1:{s:64:"7845bf9d07d3462029bdbe28d7f7e10664bee0cadce18c1eb03239e0e9337af3";a:4:{s:10:"expiration";i:1443751330;s:2:"ip";s:14:"134.29.253.201";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36";s:5:"login";i:1443578530;}}'),
(80, 1, 'wp_media_library_mode', 'list'),
(81, 3, 'session_tokens', 'a:2:{s:64:"034bee62264d52092a269bc79ca47fa4ad313a1d994dd4202f73d1892d828a05";a:4:{s:10:"expiration";i:1667777671;s:2:"ip";s:12:"66.41.92.210";s:2:"ua";s:129:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.26";s:5:"login";i:1667604871;}s:64:"e478592cb32e1e791f88e723e76510188faa16d9fff56180b59540065b0d74cf";a:4:{s:10:"expiration";i:1667777674;s:2:"ip";s:12:"66.41.92.210";s:2:"ua";s:129:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.26";s:5:"login";i:1667604874;}}'),
(82, 4, 'aim', ''),
(83, 4, 'yim', ''),
(84, 4, 'jabber', ''),
(85, 4, 'googleplus', ''),
(86, 5, 'nickname', 'lovedir2'),
(87, 5, 'first_name', 'Mark'),
(88, 5, 'last_name', ''),
(89, 5, 'description', ''),
(90, 5, 'rich_editing', 'true'),
(91, 5, 'comment_shortcuts', 'false'),
(92, 5, 'admin_color', 'fresh'),
(93, 5, 'use_ssl', '0'),
(94, 5, 'show_admin_bar_front', 'true'),
(95, 5, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(96, 5, 'wp_user_level', '10'),
(97, 5, 'dismissed_wp_pointers', 'wp360_locks,wp390_widgets,aioseop_menu_220,wp410_dfw,wp496_privacy,wtwp-intro-pointer'),
(99, 5, 'wp_dashboard_quick_press_last_post_id', '140'),
(102, 5, 'aioseop_seen_about_page', '2.3.11.1'),
(104, 5, 'community-events-location', 'a:1:{s:2:"ip";s:10:"68.46.56.0";}'),
(105, 5, 'wp_user-settings', 'editor=html'),
(106, 5, 'wp_user-settings-time', '1527180407'),
(108, 5, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";i:4;s:15:"title-attribute";}'),
(109, 5, 'metaboxhidden_nav-menus', 'a:1:{i:0;s:12:"add-post_tag";}'),
(111, 5, 'session_tokens', 'a:1:{s:64:"512d6616aa7e278a263af55b56a0539aea4191cd265772297fe794e5f3795c28";a:4:{s:10:"expiration";i:1723509843;s:2:"ip";s:11:"68.46.56.79";s:2:"ua";s:145:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0 Agency/96.8.9047.48";s:5:"login";i:1723337043;}}'),
(112, 3, 'community-events-location', 'a:1:{s:2:"ip";s:10:"66.41.92.0";}'),
(113, 3, 'aioseop_seen_about_page', '2.12'),
(114, 5, 'wpforms_dash_widget_hide_graph', '1');

-- --------------------------------------------------------

--
-- Table structure for table `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` VALUES
(1, 'admin', '$P$B/N8ODKGgOgNNpqS7R/clH3L0D4DxT.', 'admin', 'Athena@lovelines.org', '', '2009-02-18 18:17:33', '$P$BJoEKIp8ka17WzhR6nDc01oAoTB1P5/', 0, 'admin'),
(3, 'rutledgeda', '$P$BljYeZnuVWboULm8sFbehrtnp.sD1F/', 'Don Rutledge', 'drutledge@pro-consulting.com', '', '2015-01-01 19:00:00', '', 0, 'Don Rutledge'),
(4, 'llauthor1', '$P$B7bXcnG2D84Q4Lnz04E4W3Ly5zVTMu.', 'llauthor1', 'webworker1@lovelines.org', '', '2015-04-02 22:13:54', '', 0, 'Lovelines Author'),
(5, 'lovedir2', '$P$Bg1fYT6o.zfh0aPF5oCCVSAexzs619.', 'lovedir2', 'it-manager@lovelines.org', '', '2015-09-30 02:17:52', '', 0, 'Mark');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wpforms_logs`
--

CREATE TABLE `wp_wpforms_logs` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `types` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `create_at` datetime NOT NULL,
  `form_id` bigint(20) DEFAULT NULL,
  `entry_id` bigint(20) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wpforms_payments`
--

CREATE TABLE `wp_wpforms_payments` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `status` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `subtotal_amount` decimal(26,8) NOT NULL DEFAULT '0.00000000',
  `discount_amount` decimal(26,8) NOT NULL DEFAULT '0.00000000',
  `total_amount` decimal(26,8) NOT NULL DEFAULT '0.00000000',
  `currency` varchar(3) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `entry_id` bigint(20) NOT NULL DEFAULT '0',
  `gateway` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `type` varchar(12) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `mode` varchar(4) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `transaction_id` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `customer_id` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `subscription_id` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `subscription_status` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `date_created_gmt` datetime NOT NULL,
  `date_updated_gmt` datetime NOT NULL,
  `is_published` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `status` (`status`(8)),
  KEY `total_amount` (`total_amount`),
  KEY `type` (`type`(8)),
  KEY `transaction_id` (`transaction_id`(32)),
  KEY `customer_id` (`customer_id`(32)),
  KEY `subscription_id` (`subscription_id`(32)),
  KEY `subscription_status` (`subscription_status`(8)),
  KEY `title` (`title`(64))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wpforms_payment_meta`
--

CREATE TABLE `wp_wpforms_payment_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `payment_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`),
  KEY `payment_id` (`payment_id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `meta_value` (`meta_value`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wpforms_tasks_meta`
--

CREATE TABLE `wp_wpforms_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_wpforms_tasks_meta`
--

INSERT INTO `wp_wpforms_tasks_meta` VALUES
(1, 'wpforms_process_forms_locator_scan', 'W10=', '2022-11-09 06:08:34'),
(2, 'wpforms_admin_addons_cache_update', 'W10=', '2022-11-15 07:51:14'),
(3, 'wpforms_admin_builder_templates_cache_update', 'W10=', '2022-11-15 07:51:14');

-- --------------------------------------------------------

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
