getPrefixedThemePostMetaName( 'content_filters' ), ace()->getPrefixedThemePostMetaName( 'content_filters_nonce' ) ); $content_filters = get_post_meta( $post->ID, ace()->getPrefixedThemePostMetaName( 'content_filters' ), true ); $content_filters = ( ( is_string( $content_filters ) && '' !== $content_filters ) ? $content_filters : '{}' ); $content_filters = json_decode( $content_filters, true ); if ( null === $content_filters ) { $content_filters = array(); } $content_filters = wp_parse_args( $content_filters, array( 'wpautop' => 'on', ) ); # Form Table Start echo ''; // Disable AutoP echo ''; echo ''; echo ''; echo ''; echo '
'; echo ''; echo ''; echo ''; echo '
';