Forum Replies Created

Viewing 1 replies (of 1 total)
  • After the new wordpress update was installed I am getting these errors:

    Notice: Undefined index: rewrite_withfront in /home/content/65/8004265/html/nydf/NYIDE/wp-content/plugins/custom-post-type-ui/custom-post-type-ui.php on line 284

    Notice: Undefined index: rewrite_hierarchical in /home/content/65/8004265/html/nydf/NYIDE/wp-content/plugins/custom-post-type-ui/custom-post-type-ui.php on line 285

    Specifically this is the code:

    $rewrite = get_disp_boolean( $taxonomy['rewrite'] );
    	if ( false !== get_disp_boolean( $taxonomy['rewrite'] ) ) {
    		$rewrite = array();
    		$rewrite['slug'] = ( !empty( $taxonomy['rewrite_slug'] ) ) ? $taxonomy['rewrite_slug'] : $taxonomy['name'];
    		$rewrite['with_front'] = ( 'false' === disp_boolean( $taxonomy['rewrite_withfront'] ) ) ? false : true;
    		$rewrite['hierarchical'] = ( 'true' === disp_boolean( $taxonomy['rewrite_hierarchical'] ) ) ? true : false;

    Thank you!

Viewing 1 replies (of 1 total)