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

StarStruck

A fast, lightweight, and elegant star rating system for comments, pages,…


(33)
$19

Ads Auto Re-Lister

Set your ClassiPress website to auto pilot mode! ...This plugin will…


(9)
$19

ClassiPress Video Embed

Allow users to embed video from YouTube & Vimeo into their ad listings…


(3)
$12