check_theme() ) { $linkedin = isset( $_POST['athemes_toolbox_emp_google'] ) ? esc_url_raw($_POST['athemes_toolbox_emp_google']) : false; update_post_meta( $post_id, 'wpcf-google-plus', $linkedin ); } } public function render_meta_box_content( $post ) { wp_nonce_field( 'athemes_toolbox_employees', 'athemes_toolbox_employees_nonce' ); $position = get_post_meta( $post->ID, 'wpcf-position', true ); $facebook = get_post_meta( $post->ID, 'wpcf-facebook', true ); $twitter = get_post_meta( $post->ID, 'wpcf-twitter', true ); $linkedin = get_post_meta( $post->ID, 'wpcf-linkedin', true ); $link = get_post_meta( $post->ID, 'wpcf-custom-link', true ); ?>

check_theme() ) { $google = get_post_meta( $post->ID, 'wpcf-google-plus', true ); ?>

parent(); if ( ($theme != 'Moesia' ) && ($theme != 'Moesia Pro' ) && ($parent != 'Moesia') && ($parent != 'Moesia Pro') ) { return false; } else { return true; } } }