Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public function add_meta_boxes() {
  2. add_meta_box( 'listify_business_hours', __( 'Hours of Operation', 'listify' ), array( $this, 'business_hours' ), 'job_listing', 'side', 'low' );
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement