xxxxxxxxxx
// Enviar cualquier variable PHP a JavaScript al registrar el archivo.
$options = get_option( 'modper_options' );
//if ( ! empty( $options[ 1 ] ) ) {
wp_localize_script ( 'js-user-profile' , 'MODPER_const' ,
array (
'tab' => __ ( $options[ 'modper_tab' ] ),
)
);
//}