• Home
  • Quick Start
    • Color Schemes
  • Documentation
    • Shortcodes
    • JaW Hooks
    • Screenshots of ThemeOptions
  • Tutorials
  • Forum
  • Contact
Log In

  • Home
  • Quick Start
    • Color Schemes
  • Documentation
    • Shortcodes
    • JaW Hooks
    • Screenshots of ThemeOptions
  • Tutorials
  • Forum
  • Contact

Homefor DevelopersJaW Hooks

JaW Hooks

wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_after_footer_widgets

This action is used after footer widget function my_custom_footer_widget(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_after_footer_widgets', 'my_custom_footer_widget'); The result can look like this: List of all hooks you can find HERE

  • September 29, 2015
  • 0
  • 117
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_after_postbox_content

This action is used after content function my_custom_content(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_after_postbox_content', 'my_custom_content'); The result can look like this: List of all hooks you can find HERE

  • September 29, 2015
  • 0
  • 93
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_after_blog

This action is used after blog function my_custom_blog(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_after_blog', 'my_custom_blog'); The result can look like this: List of all hooks you can find HERE

  • September 25, 2015
  • 0
  • 46
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_before_blog

This action is used before blog function my_custom_blog(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_before_blog', 'my_custom_blog'); The result can look like this: List of all hooks you can find HERE

  • September 25, 2015
  • 0
  • 57
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_after_single

This action is used after single in a single post (before comments) function my_custom_single_content(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_after_single', 'my_custom_single_content'); The result can look like this: List of all hooks you can find HERE

  • September 25, 2015
  • 0
  • 79
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_after_single_content

This action is used after single content in a single post function my_custom_single_content(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_after_single_content', 'my_custom_single_content'); The result can look like this: List of all hooks you can find HERE

  • September 25, 2015
  • 0
  • 73
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_before_single_content

This action is used before single content in a single post function my_custom_single_content(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_before_single_content', 'my_custom_single_content'); The result can look like this: List of all hooks you can find HERE

  • September 25, 2015
  • 0
  • 84
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_after_side_box

This action is used after Side Box in a single post function my_custom_perex_box(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_after_side_box', 'my_custom_perex_box'); The result can look like this: List of all hooks you can find HERE

  • September 25, 2015
  • 0
  • 81
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_before_perex_box

This action is used before perex box in a single post function my_custom_perex_box(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_before_perex_box', 'my_custom_perex_box'); The result can look like this: List of all hooks you can find HERE

  • September 25, 2015
  • 0
  • 65
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_after_single_meta

This action is used after meta tags in a single post function my_custom_meta(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_after_single_meta', 'my_custom_meta'); The result can look like this: List of all hooks you can find HERE

  • September 25, 2015
  • 0
  • 71
  • 1
  • 2
  • 3
  • 4
Copyright © 2016 jawtemplates - WordPress Design Studio Disable responsivity