', esc_attr( __( 'Save', '3cx-clicktotalk' ) ), $onclick ); echo $button; } ?>

initial() ) { echo esc_html( __( 'Add New Click To Talk item', '3cx-clicktotalk' ) ); } else { echo esc_html( __( 'Edit Click To Talk item', '3cx-clicktotalk' ) ); } ?>

initial() && current_user_can( 'wp3cxc2c_edit_clicktotalk_forms' ) ) { echo sprintf( '%2$s', esc_url( menu_page_url( 'wp3cxc2c-new', false ) ), esc_html( __( 'Add New', '3cx-clicktotalk' ) ) ); } ?>
>
'text', 'name' => 'post_title', 'size' => 30, 'value' => $post->initial() ? '' : $post->title(), 'id' => 'title', 'spellcheck' => 'true', 'autocomplete' => 'off', 'disabled' => current_user_can( 'wp3cxc2c_edit_clicktotalk_form', $post_id ) ? '' : 'disabled', ); echo sprintf( '', wp3cxc2c_format_atts( $posttitle_atts ) ); ?>
initial() ) : ?>

shortcode( array( 'use_old_format' => true ) ) ) : ?>

initial() ) : $copy_nonce = wp_create_nonce( 'wp3cxc2c-copy-clicktotalk-form_' . $post_id ); ?> />
initial() ) : $delete_nonce = wp_create_nonce( 'wp3cxc2c-delete-clicktotalk-form_' . $post_id ); ?>
/>

', sprintf( '%s', /* translators: screen reader text */ esc_html( __( '(left and right arrow)', '3cx-clicktotalk' ) ) ) ); ?>
array( 'title' => __( 'Configuration', '3cx-clicktotalk' ), 'callback' => 'wp3cxc2c_editor_panel_config', ), ); } $panels = apply_filters( 'wp3cxc2c_editor_panels', $panels ); foreach ( $panels as $id => $panel ) { $editor->add_panel( $id, $panel['title'], $panel['callback'] ); } $editor->display(); ?>