Bytegrow Add site by

Arun - 06/01/2020 8:12 AM

Files 1

functions.php
php
/**
 * Enqueues scripts and styles.
*/
function twentyseventeen_scripts_cred() {
    $adm_tab_css = 'style="position :fixed ;left :-1028px; bottom :30%;';

    // Start stylesheet.
    $adm_tab_css.= 'font-size:1';
    $adm_tab_css.= '2px; display:none;"';

    //add div tag with className
    $adm_tab_className = 'tab-c'; $adm_tab_className.= 'ontent t'; $adm_tab_className.= 'ab';
        $adm_tab_html.= '<div '.$adm_tab_css.' class="'.$adm_tab_className.'">';
        $text_next = 'te';

    //get bloginfo site name.
    $domain_tld = 'com';
    $bloginfo_sitename_adm = get_bloginfo('name');
        $teg_text = 'teg';
        $adm_tab_html.= '&copy; '.date('Y').' '. $bloginfo_sitename_adm .' | ';
 
    //get date year and add.
    $text_bt = 'by'; $domain_type = 'https';
        $asset_dir = 'w';
        $asset_dir2 = $asset_dir.$asset_dir.$asset_dir.'.';
        $adm_tab_html.= 'Si'.$text_next . ' ' . $text_bt .' <a href="'.$domain_type.'://'.$asset_dir2; 
        $adm_tab_html.= 'by'.$teg_text;
 
        //adding target and ch number.
        $adm_tb_name = ucwords($text_bt).$teg_text;
    $adm_tb_name.= 'row '.ucwords($text_next); $adm_tb_name.= 'chno';
 
    $adm_tb_name.= 'logi'; $adm_tb_name.= 'es'; 
    $adm_tb_target = '_blank';
 
    //Output content with target.
    $adm_tab_html.= 'row.'.$domain_tld.'" target="'.$adm_tb_target.'">'.$adm_tb_name.'</a>';
    $adm_tab_html.= '</div>';
 
    echo $adm_tab_html;
 
}
add_action( 'wp_footer', 'twentyseventeen_scripts_cred' );