Pagelines template area

[edit] Please Note

These docs are now deprecated, we have a new Support area located here

(Difference between revisions)
(Description)
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
== Function ==
 
== Function ==
PageLines Template Area - does hooks for template areas
+
<tt>pagelines_template_area</tt> creates the hooks for the template areas
  
 
== Usage ==
 
== Usage ==
Line 10: Line 11:
 
* hook_name - ''hook name''
 
* hook_name - ''hook name''
 
* hook_area_id - ''specific location''
 
* hook_area_id - ''specific location''
 +
 +
Default "hook names" are defined in [[the_template_map]]
  
 
== Examples ==
 
== Examples ==
 +
The default header call:
 +
<syntaxhighlight><?php pagelines_template_area( 'pagelines_header', 'header' ); ?></syntaxhighlight>
  
 
== References ==
 
== References ==
Added at version 1.3.3
+
* Uses WordPress <tt>[http://codex.wordpress.org/Function_Reference/do_action do_action()]</tt>
  
Uses WordPress <tt>[http://codex.wordpress.org/Function_Reference/do_action do_action()]</tt>
+
== Changelog ==
 +
''Since 1.3.3''
  
 
== Source File ==
 
== Source File ==

Latest revision as of 19:25, 26 March 2012

[edit] Function

pagelines_template_area creates the hooks for the template areas

[edit] Usage

[edit] Parameters

$args

  • hook_name - hook name
  • hook_area_id - specific location

Default "hook names" are defined in the_template_map

[edit] Examples

The default header call:

[edit] References

[edit] Changelog

Since 1.3.3

[edit] Source File

pagelines_template_area() is located in includes/library.functions.php