This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
insert into nome_tabela | |
select * from nome_view |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
window.onload = function() { | |
var url_formulario_mail2easy = "https://receiver.emkt.dinamize.com/in/32506/1/713/0"; //Essa URL do action deve ser gerada a partir de um formulário criado em sua conta. | |
jQuery(".wpcf7").each(function( index ) { | |
var id_formulario = jQuery(this).attr('id'); | |
var form_cf7_id = id_formulario.replace("wpcf7-",""); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
//Como cadastrar uma dimensão no Analytics: https://support.google.com/analytics/answer/2709829?hl=pt-BR | |
function rastrear_postautor_analytics(){ | |
if (is_singular('post')){ | |
?> | |
<script> | |
jQuery(document).ready(function() { | |
ga('send', 'pageview', { | |
'dimension1': '<?php echo get_the_author_meta('display_name', get_queried_object()->post_author); ?>' |