appthemes_before

Description

Runs in the header after the opening html body tag and before any divs.

<?php
function appthemes_before() { 
    do_action('appthemes_before'); 
}
?>

Example

<?php
function insert_code_before_stuff() { 
    // do something here
}
add_action( 'appthemes_before', 'insert_code_before_stuff' ); 
?>

Changelog

  • since 1.1

Source File

appthemes_before() is located in includes/appthemes-hooks.php.

Your rating: none
Rating: 3 - 1 vote

Popular Add-ons

Home Control for Vantage

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


(10)
$29

Authorize.Net

Easily start accepting online payments via credit card and e-check.


(6)
$39

Mapsupreme for Vantage

A plugin that adds additional Google Maps to your Vantage theme.


(28)
$29