• 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 HooksAction jaw_postbox_X
wphooks

Action jaw_postbox_X

  • admin
  • Posted in JaW Hooks
0
SHARES
SHARESHARESHARESHARE
SHARESHARE

Description

This action is used for content of post boxes.

jaw_postbox3

Example 1

function my_init(){
    remove_action("jaw_postbox_vertical", array("jwRender", "postboxMeta"), 15, 1);
    add_action("jaw_postbox_vertical", array("jwRender", "postboxMeta"), 9, 1);
}
add_action('init', 'my_init', 10);

The result can look like this:

jaw_postbox

Example 2

function my_postbox(){
    echo "Something special here";
}
add_action("jaw_postbox_vertical", "my_postbox", 11, 1);

The result can look like this:

jaw_postbox2

List of all hooks you can find HERE

Related Posts

wphooks
0 comments
JaW Hooks

Actions jaw_before_usermanagement and jaw_after_usermanagement

wphooks
0 comments
JaW Hooks

Filter jaw_get_template_part

wphooks
0 comments
JaW Hooks

Filter jaw_meta_categories

shortocdes-conditional

Conditional Shortcodes

install8

How to set Custom Stock Widget

Related Posts

wphooks
0 comments
JaW Hooks

Actions jaw_before_usermanagement and jaw_after_usermanagement

wphooks
0 comments
JaW Hooks

Filter jaw_get_template_part

wphooks
0 comments
JaW Hooks

Filter jaw_meta_categories

wphooks
0 comments
JaW Hooks

Action jaw_mobile_menu_wrapper

Tags

  • action
  • child theme
  • excerpt
  • jaw_postbox_classical
  • jaw_postbox_simple
  • jaw_postbox_vertical
  • jaw_postbox_vertical_big
  • jaw_postbox_vertical_small
  • meta
  • post box
  • title
  • Was this Helpful ?
  • yes   no
Copyright © 2016 jawtemplates - WordPress Design Studio Allow responsivity