-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adicionando Metabox para tela de edição de terms #318
Conversation
if ( $attachments ) { | ||
foreach ( $attachments as $attachment_id ) { | ||
$html .= sprintf( '<li class="image" data-attachment_id="%1$s">%2$s<ul class="actions"><li><a href="#" class="delete" title="%3$s"><span class="dashicons dashicons-no"></span></a></li></ul></li>', | ||
$attachment_id,https://bay181.mail.live.com/?fid=flinbox |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deixou escapar aqui o seu o endereço do webmail :p
Sorry pelos erros, fiz essa classe no centro cultural e é dificil concentrar com barulho hehe.. mas pelo menos foi pouca coisa hehe. Quanto ao prepare, pensei que o $wpdb já fizesse isso por trás, devia ter olhado o codigo antes né hehe.. Vivendo e aprendendo. Vou corrigir isso tudo. |
@matheusgimenez bom trabalho. |
Sobre o |
Menininhos espertos 😄 |
Creio que resolvi todos Abraços |
Se bem que nesse caso fica melhor com: $wpdb->get_results( $wpdb->prepare( "
DELETE
FROM $wpdb->options
WHERE option_name
LIKE %%%s%%
", $wpdb->esc_like( $option ) ),
); |
@claudiosmweb Tentei isso:
Mas não deletou :( Dei um echo na string e o resultado é o seguinte:
Testando no PHPMyAdmin temos o seguinte erro:
|
Consegui aplicar o escape agora! Acho que está tudo ok. Abraços |
Aee o/ |
Adicionando Metabox para tela de edição de terms
@matheusgimenez valeu cara :) |
Conforme issue #311 criei esse pull request
Para salvar os fields, usei a tabela options e suas funções. Pensei ser melhor que criar um nova tabela.