__( 'List', 'wpcoder' ), 'add_new' => __( 'Add new', 'wpcoder' ), 'items' => __( 'Items', 'wpcoder' ), 'extension' => __( 'Extension', 'wpcoder' ), 'support' => __( 'Support', 'wpcoder' ), ) ); ?>

plugin_name; ?> v. plugin_version; ?>

Stay in touch

Send Message!', $this->plugin_pref ), 'https://wow-estore.com/item/wp-coder-extension/' ); ?>

'; foreach ( $tabs as $tab => $name ) { $class = ( $tab === $current_tab ) ? ' nav-tab-active' : ''; if ( $tab == 'add_new' ) { $action = ( isset( $_REQUEST["act"] ) ) ? sanitize_text_field( $_REQUEST["act"] ) : ''; if ( !empty( $action ) && $action == 'update' ) { echo '' . __( 'Update', 'leadgeneration' ) . ' #' . absint( $_REQUEST["id"] ) . ''; } else { echo '' . esc_attr( $name ) . ''; } } else { echo '' . esc_attr( $name ) . ''; } } echo ''; $file = apply_filters( 'wp_coder_file', $current_tab ); include_once ( $file . '.php' ); ?>