appthemes_footer

This function executes in the footer.php file after the WordPress footer hook wp_footer() and loads the entire theme footer code. This function can be overridden and replaced with your own footer instead of the default theme footer.

Usage

This hook provides no parameters. You use this hook by having your function echo output to the browser, or by having it perform background tasks. Your functions shouldn’t return, and shouldn’t take any parameters.

add_action( 'appthemes_footer', 'your_function' );

Example

function unhook_appthemes_functions() {
  // let's remove the default ClassiPress theme footer
  remove_action('appthemes_footer', 'cp_do_footer');
}
 
add_action('init','unhook_appthemes_functions');
 
 
// use this custom footer instead
function insert_your_own_footer() { 
  // some footer code here
}
add_action( 'appthemes_footer', 'insert_your_own_footer' );

Changelog

  • since 1.1

Source File

appthemes_footer() is located in footer.php.

Your rating: none
Rating: 5 - 1 vote

Popular Add-ons

Home Control for Vantage

Widgetized Vantage home page including a grid view for easier control.


(10)
$29

Sorted Filtered Coupons

Sorting and Filtered Coupons on coupons listing pages as well as search…


(3)
$19

AdPoster Blocker

A simple but powerful plugin that blocks spammy new user regs and/or…


(5)
$19