appthemes_after_footer

This function executes in the footer.php file and loads after the WordPress footer hook wp_footer() and the main footer widgets and/or text.

appthemes_after_footer();

Example: Google Analytics

You can use this action hook to place analytics tracking software such as Google Analytics.

<?php
function insert_google_analytics() { 
    ?>
        <script type="text/javascript">
          // Google Analytics Code Here
        </script>
    <?php
}
add_action( 'appthemes_after_footer', 'insert_google_analytics' ); 
?>

Changelog

  • since 1.1

Source File

appthemes_after_footer() is located in footer.php.

Your rating: none
Rating: 0 - 0 votes

Popular Add-ons

Selected ads For Classipress

Display Selected ads widget for Classipress


(1)
$12

Daleel for Vantage

Daleel is a fresh and clean Child theme for Vantage 4.x.


(6)
$49

Profiler for Vantage

Adds a one page author website to your Vantage theme.


(6)
$39