check_theme() ) { $video_url = isset( $_POST['athemes_toolbox_projects_video_url'] ) ? esc_url_raw($_POST['athemes_toolbox_projects_video_url']) : false; update_post_meta( $post_id, 'wpcf-video-url', $video_url ); } } public function render_meta_box_content( $post ) { wp_nonce_field( 'athemes_toolbox_projects', 'athemes_toolbox_projects_nonce' ); $link = get_post_meta( $post->ID, 'wpcf-project-link', true ); ?>
check_theme() ) { $video_url = get_post_meta( $post->ID, 'wpcf-video-url', true ); ?>
parent(); if ( ($theme != 'Moesia' ) && ($theme != 'Moesia Pro' ) && ($parent != 'Moesia') && ($parent != 'Moesia Pro') ) { return false; } else { return true; } } }