Advertisement
Guest User

Untitled

a guest
May 4th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. if ( ! empty( $postarr['page_template'] ) && 'page' == $data['post_type'] ) {
  2. $post->page_template = $postarr['page_template'];
  3. $page_templates = wp_get_theme()->get_page_templates( $post );
  4. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement