Cleanup: Remoción masiva de restos de WordPress y consolidación de archivos GKACHELE™

This commit is contained in:
komkida91
2026-01-27 18:00:16 +01:00
parent d9aad67066
commit 7083aa3893
874 changed files with 137670 additions and 137443 deletions

View File

@@ -0,0 +1,40 @@
<?php
// chromax_hdr_email_title
function chromax_hdr_email_title_render_callback() {
return get_theme_mod( 'chromax_hdr_email_title' );
}
// chromax_hdr_top_ads_title
function chromax_hdr_top_ads_title_render_callback() {
return get_theme_mod( 'chromax_hdr_top_ads_title' );
}
// chromax_hdr_time_title
function chromax_hdr_time_title_render_callback() {
return get_theme_mod( 'chromax_hdr_time_title' );
}
// chromax_hdr_btn_lbl
function chromax_hdr_btn_lbl_render_callback() {
return get_theme_mod( 'chromax_hdr_btn_lbl' );
}
// chromax_hdr_contact_ttl
function chromax_hdr_contact_ttl_render_callback() {
return get_theme_mod( 'chromax_hdr_contact_ttl' );
}
// chromax_hdr_contact_txt
function chromax_hdr_contact_txt_render_callback() {
return get_theme_mod( 'chromax_hdr_contact_txt' );
}
// chromax_footer_mid_ttl
function chromax_footer_mid_ttl_render_callback() {
return get_theme_mod( 'chromax_footer_mid_ttl' );
}
// chromax_footer_copyright_text
function chromax_footer_copyright_text_render_callback() {
return get_theme_mod( 'chromax_footer_copyright_text' );
}