__( 'List', 'wpcoder' ), 'add_new' => __( 'Add new', 'wpcoder' ), 'items' => __( 'CSS & JS Items', 'wpcoder' ), 'extension' => __( 'Extension', 'wpcoder' ), 'support' => __( 'Support', 'wpcoder' ), ) ); $rating = 'https://wordpress.org/support/plugin/wp-coder/reviews/?filter=5#new-post'; ?>

plugin_name ); ?> plugin_version ); ?>


We are constantly trying to improve the plugin and add more useful features to it. Your support and your ideas for improving the plugin are very important to us.
If you like the plugin, please leave a review about it at WordPress.org.
Help other users find this plugin and take advantage of it. Share: Facebook, Twitter, LinkedIn, Pinterest, XING, Reddit, Blogger, Telegram

'; 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 '' . esc_html__( 'Update', 'leadgeneration' ) . ' #' . absint( $_REQUEST["id"] ) . ''; } else { echo '' . esc_attr( $name ) . ''; } } else { echo '' . esc_attr( $name ) . ''; } } echo ''; $current_tab = array_key_exists( $current_tab, $tabs ) ? $current_tab : 'list'; $file = apply_filters( 'wp_coder_file', $current_tab ); include_once( $file . '.php' ); ?>