|
is_active() ) {
echo esc_html( $this->client_id );
echo sprintf(
'',
esc_attr( $this->client_id )
);
} else {
echo sprintf(
'',
esc_attr( $this->client_id )
);
}
?> |
|
is_active() ) {
echo esc_html( wpcf7_mask_password( $this->client_secret, 4, 4 ) );
echo sprintf(
'',
esc_attr( $this->client_secret )
);
} else {
echo sprintf(
'',
esc_attr( $this->client_secret )
);
}
?> |
|
',
$this->get_redirect_uri()
);
?>
|