Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. function remove_cut() {
  2. remove_filter( 'the_job_location', 'jobify_the_job_location' );
  3. }
  4. add_action( 'init', 'remove_cut' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement