• 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

HomeTag: hooks

hooks

wphooks
0 comments
JaW Hooks

Filter jaw_gallery_box_default_items_name

This filter is used in JaW Gallery Simple and Horizontal. You can change its default item’s name, which is simple Items (Items are applicated if gallery contains photos and videos) or Photos (Photos are applicated if gallery contains only photos). function my_custom_gallery_items_name($title){ return "images"; } add_filter('jaw_gallery_box_default_items_name', 'my_custom_gallery_items_name'); The result looks like this: List of all

  • June 6, 2016
  • 0
  • 63
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_before_section_title

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

  • September 25, 2015
  • 0
  • 72
Copyright © 2016 jawtemplates - WordPress Design Studio Disable responsivity